{
    "packages": [
        {
            "name": "christian-riesen/base32",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ChristianRiesen/base32.git",
                "reference": "2e82dab3baa008e24a505649b0d583c31d31e894"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/2e82dab3baa008e24a505649b0d583c31d31e894",
                "reference": "2e82dab3baa008e24a505649b0d583c31d31e894",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.17",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^8.5.13 || ^9.5"
            },
            "time": "2021-02-26T10:19:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Base32\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Riesen",
                    "email": "chris.riesen@gmail.com",
                    "homepage": "http://christianriesen.com",
                    "role": "Developer"
                }
            ],
            "description": "Base32 encoder/decoder according to RFC 4648",
            "homepage": "https://github.com/ChristianRiesen/base32",
            "keywords": [
                "base32",
                "decode",
                "encode",
                "rfc4648"
            ],
            "support": {
                "issues": "https://github.com/ChristianRiesen/base32/issues",
                "source": "https://github.com/ChristianRiesen/base32/tree/1.6.0"
            },
            "install-path": "../christian-riesen/base32"
        },
        {
            "name": "composer/semver",
            "version": "3.3.2",
            "version_normalized": "3.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.4",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "time": "2022-04-01T19:23:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/3.3.2"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./semver"
        },
        {
            "name": "cssjanus/cssjanus",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/php-cssjanus.git",
                "reference": "befd1eb7b1e70ee2cd71cd5b9a86ff250d2e8423"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/php-cssjanus/zipball/befd1eb7b1e70ee2cd71cd5b9a86ff250d2e8423",
                "reference": "befd1eb7b1e70ee2cd71cd5b9a86ff250d2e8423",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-phan-config": "0.12.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.0",
                "phpunit/phpunit": "^9.5",
                "squizlabs/php_codesniffer": "^3.6.0"
            },
            "time": "2023-01-08T17:45:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Roan Kattouw"
                },
                {
                    "name": "Trevor Parscal"
                },
                {
                    "name": "Timo Tijhof"
                }
            ],
            "description": "Convert CSS stylesheets between left-to-right and right-to-left.",
            "homepage": "https://www.mediawiki.org/wiki/CSSJanus",
            "support": {
                "source": "https://github.com/wikimedia/php-cssjanus/tree/v2.1.1"
            },
            "install-path": "../cssjanus/cssjanus"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.5.3",
            "version_normalized": "7.5.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "584d1f06b5caa07b0587f5054d551ed65460ce5d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/584d1f06b5caa07b0587f5054d551ed65460ce5d",
                "reference": "584d1f06b5caa07b0587f5054d551ed65460ce5d",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.5",
                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.1",
                "ext-curl": "*",
                "php-http/client-integration-tests": "^3.0",
                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2023-05-15T20:42:18+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.5.3"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.5.3",
            "version_normalized": "1.5.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "time": "2023-05-21T12:31:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/1.5.3"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.4.5",
            "version_normalized": "2.4.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "0454e12ef0cd597ccd2adb036f7bda4e7fface66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0454e12ef0cd597ccd2adb036f7bda4e7fface66",
                "reference": "0454e12ef0cd597ccd2adb036f7bda4e7fface66",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.1",
                "http-interop/http-factory-tests": "^0.9",
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2023-04-17T16:00:45+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.4.5"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "jakobo/hotp-php",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Jakobo/hotp-php.git",
                "reference": "ff2f13d1918001e54b3f49deb1d366bcfcc98437"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Jakobo/hotp-php/zipball/ff2f13d1918001e54b3f49deb1d366bcfcc98437",
                "reference": "ff2f13d1918001e54b3f49deb1d366bcfcc98437",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5",
                "php-parallel-lint/php-parallel-lint": "1.2.0",
                "phpunit/phpunit": "^8.5.13||^9.5.0"
            },
            "time": "2020-12-28T03:29:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "jakobo\\HOTP\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jakob Heuser",
                    "email": "jakob@felocity.org"
                }
            ],
            "description": "HOTP simplifies One Time Password systems for PHP Authentication",
            "support": {
                "issues": "https://github.com/Jakobo/hotp-php/issues",
                "source": "https://github.com/Jakobo/hotp-php/tree/v2.0.0"
            },
            "install-path": "../jakobo/hotp-php"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "v5.2.13",
            "version_normalized": "5.2.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
                "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
                "json-schema/json-schema-test-suite": "1.2.0",
                "phpunit/phpunit": "^4.8.35"
            },
            "time": "2023-09-26T02:20:38+00:00",
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "support": {
                "issues": "https://github.com/justinrainbow/json-schema/issues",
                "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13"
            },
            "install-path": "../justinrainbow/json-schema"
        },
        {
            "name": "liuggio/statsd-php-client",
            "version": "v1.0.18",
            "version_normalized": "1.0.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/liuggio/statsd-php-client.git",
                "reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/liuggio/statsd-php-client/zipball/c42e6d6687b7b2d7683186ec7f4f03351cc3dbca",
                "reference": "c42e6d6687b7b2d7683186ec7f4f03351cc3dbca",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "monolog/monolog": ">=1.2.0",
                "phpunit/phpunit": "^4.7"
            },
            "suggest": {
                "monolog/monolog": "Monolog, in order to do generate statistic from log >=1.2.0)"
            },
            "time": "2015-07-23T23:12:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Liuggio": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Giulio De Donato",
                    "email": "liuggio@gmail.com"
                }
            ],
            "description": "Statsd (Object Oriented) client library for PHP",
            "homepage": "https://github.com/liuggio/statsd-php-client/",
            "keywords": [
                "etsy",
                "monitoring",
                "php",
                "statsd"
            ],
            "support": {
                "issues": "https://github.com/liuggio/statsd-php-client/issues",
                "source": "https://github.com/liuggio/statsd-php-client/tree/v1.0.18"
            },
            "install-path": "../liuggio/statsd-php-client"
        },
        {
            "name": "monolog/monolog",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
                "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr/log": "^1.0.1"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "elasticsearch/elasticsearch": "^7",
                "graylog2/gelf-php": "^1.4.2",
                "mongodb/mongodb": "^1.8",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpspec/prophecy": "^1.6.1",
                "phpstan/phpstan": "^0.12.59",
                "phpunit/phpunit": "^8.5",
                "predis/predis": "^1.1",
                "rollbar/rollbar": "^1.3",
                "ruflin/elastica": ">=0.90 <7.0.1",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "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-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via 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",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "time": "2020-12-14T13:15:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/2.2.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "../monolog/monolog"
        },
        {
            "name": "oojs/oojs-ui",
            "version": "v0.48.1",
            "version_normalized": "0.48.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/oojs-ui.git",
                "reference": "fa78cc30287ff0d242c8c58e6af45b5134722242"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/oojs-ui/zipball/fa78cc30287ff0d242c8c58e6af45b5134722242",
                "reference": "fa78cc30287ff0d242c8c58e6af45b5134722242",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.3"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28"
            },
            "time": "2023-09-12T23:22:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "php/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bartosz Dziewoński",
                    "email": "matma.rex@gmail.com"
                },
                {
                    "name": "Ed Sanders",
                    "email": "esanders@wikimedia.org"
                },
                {
                    "name": "James D. Forrester",
                    "email": "jforrester@wikimedia.org"
                },
                {
                    "name": "Kirsten Menger-Anderson",
                    "email": "kmenger@wikimedia.org"
                },
                {
                    "name": "Kunal Mehta",
                    "email": "legoktm@gmail.com"
                },
                {
                    "name": "Moriel Schottlender",
                    "email": "mschottlender@wikimedia.org"
                },
                {
                    "name": "Prateek Saxena",
                    "email": "prtksxna@gmail.com"
                },
                {
                    "name": "Roan Kattouw",
                    "email": "roan.kattouw@gmail.com"
                },
                {
                    "name": "Thiemo Kreuz",
                    "email": "thiemo.kreuz@wikimedia.de"
                },
                {
                    "name": "Timo Tijhof",
                    "email": "krinklemail@gmail.com"
                },
                {
                    "name": "Trevor Parscal",
                    "email": "trevorparscal@gmail.com"
                },
                {
                    "name": "Volker E.",
                    "email": "volker.e@wikimedia.org"
                }
            ],
            "description": "Provides library of common widgets, layouts, and windows.",
            "homepage": "https://www.mediawiki.org/wiki/OOUI",
            "support": {
                "source": "https://github.com/wikimedia/oojs-ui/tree/v0.48.1"
            },
            "install-path": "../oojs/oojs-ui"
        },
        {
            "name": "pear/console_getopt",
            "version": "v1.4.3",
            "version_normalized": "1.4.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_Getopt.git",
                "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                "shasum": ""
            },
            "time": "2019-11-20T18:27:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Console": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Andrei Zmievski",
                    "email": "andrei@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Developer"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net",
                    "role": "Helper"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Console_Getopt",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
                "source": "https://github.com/pear/Console_Getopt"
            },
            "install-path": "../pear/console_getopt"
        },
        {
            "name": "pear/mail",
            "version": "v1.5.1",
            "version_normalized": "1.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Mail.git",
                "reference": "1665e1b1dc0261a15cb3ee99ef38b4254aa7564a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Mail/zipball/1665e1b1dc0261a15cb3ee99ef38b4254aa7564a",
                "reference": "1665e1b1dc0261a15cb3ee99ef38b4254aa7564a",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "~1.9",
                "php": ">=5.2.1"
            },
            "require-dev": {
                "pear/pear": "*"
            },
            "suggest": {
                "pear/net_smtp": "Install optionally via your project's composer.json"
            },
            "time": "2023-08-08T21:11:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Mail": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                },
                {
                    "name": "Armin Graefe",
                    "email": "schengawegga@gmail.com",
                    "role": "Lead"
                },
                {
                    "name": "Richard Heyes",
                    "email": "richard@phpguru.org",
                    "role": "Developer"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@alec.pl",
                    "role": "Developer"
                }
            ],
            "description": "Class that provides multiple interfaces for sending emails.",
            "homepage": "http://pear.php.net/package/Mail",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail",
                "source": "https://github.com/pear/Mail"
            },
            "install-path": "../pear/mail"
        },
        {
            "name": "pear/mail_mime",
            "version": "1.10.11",
            "version_normalized": "1.10.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Mail_Mime.git",
                "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/d4fb9ce61201593d0f8c6db629c45e29c3409c14",
                "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "*",
                "php": ">=5.2.0"
            },
            "time": "2021-09-05T08:42:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Mail": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Cipriano Groenendal",
                    "email": "cipri@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Mail_Mime provides classes to create MIME messages",
            "homepage": "http://pear.php.net/package/Mail_Mime",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime",
                "source": "https://github.com/pear/Mail_Mime"
            },
            "install-path": "../pear/mail_mime"
        },
        {
            "name": "pear/net_smtp",
            "version": "1.10.1",
            "version_normalized": "1.10.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_SMTP.git",
                "reference": "cfd963dc5cc73b4d64c7769e47dfa0f439dec536"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/cfd963dc5cc73b4d64c7769e47dfa0f439dec536",
                "reference": "cfd963dc5cc73b4d64c7769e47dfa0f439dec536",
                "shasum": ""
            },
            "require": {
                "pear/net_socket": "@stable",
                "pear/pear-core-minimal": "@stable",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "pear/auth_sasl": "Install optionally via your project's composer.json"
            },
            "time": "2022-09-23T21:48:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Net": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Jon Parise",
                    "email": "jon@php.net",
                    "homepage": "https://www.indelible.org",
                    "role": "Lead"
                },
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                },
                {
                    "name": "Armin Graefe",
                    "email": "schengawegga@gmail.com",
                    "role": "Lead"
                }
            ],
            "description": "An implementation of the SMTP protocol",
            "homepage": "https://pear.github.io/Net_SMTP/",
            "keywords": [
                "email",
                "mail",
                "smtp"
            ],
            "support": {
                "issues": "https://github.com/pear/Net_SMTP/issues",
                "source": "https://github.com/pear/Net_SMTP"
            },
            "install-path": "../pear/net_smtp"
        },
        {
            "name": "pear/net_socket",
            "version": "v1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_Socket.git",
                "reference": "bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_Socket/zipball/bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09",
                "reference": "bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "time": "2015-03-22T15:48:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Net": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "PHP License"
            ],
            "authors": [
                {
                    "name": "Chuck Hagenbuch",
                    "email": "chuck@horde.org",
                    "role": "Lead"
                },
                {
                    "name": "Aleksander Machniak",
                    "email": "alec@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Net_Socket",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Socket",
                "source": "https://github.com/pear/Net_Socket"
            },
            "install-path": "../pear/net_socket"
        },
        {
            "name": "pear/net_url2",
            "version": "v2.2.2",
            "version_normalized": "2.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_URL2.git",
                "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d",
                "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.1.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.3.0"
            },
            "time": "2017-08-25T06:16:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "Net/URL2.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "David Coallier",
                    "email": "davidc@php.net"
                },
                {
                    "name": "Tom Klingenberg",
                    "email": "tkli@php.net"
                },
                {
                    "name": "Christian Schmidt",
                    "email": "chmidt@php.net"
                }
            ],
            "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
            "homepage": "https://github.com/pear/Net_URL2",
            "keywords": [
                "PEAR",
                "net",
                "networking",
                "rfc3986",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_URL2",
                "source": "https://github.com/pear/Net_URL2"
            },
            "install-path": "../pear/net_url2"
        },
        {
            "name": "pear/pear-core-minimal",
            "version": "v1.10.13",
            "version_normalized": "1.10.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/aed862e95fd286c53cc546734868dc38ff4b5b1d",
                "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.4",
                "pear/pear_exception": "~1.0"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "time": "2023-04-19T19:15:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "src/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Minimal set of PEAR core files to be used as composer dependency",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
                "source": "https://github.com/pear/pear-core-minimal"
            },
            "install-path": "../pear/pear-core-minimal"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
                "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "<9"
            },
            "time": "2021-03-21T15:43:46+00:00",
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "PEAR/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
                "source": "https://github.com/pear/PEAR_Exception"
            },
            "install-path": "../pear/pear_exception"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "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/1.1.2"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-10T20:10:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T14:39:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/master"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "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/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-01-02T09:53:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php81"
        },
        {
            "name": "symfony/polyfill-php82",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php82.git",
                "reference": "7716bea9c86776fb3362d6b52fe1fc9471056a49"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/7716bea9c86776fb3362d6b52fe1fc9471056a49",
                "reference": "7716bea9c86776fb3362d6b52fe1fc9471056a49",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-08-25T17:27:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php82\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php82/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php82"
        },
        {
            "name": "symfony/polyfill-php83",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php83.git",
                "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
                "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-php80": "^1.14"
            },
            "time": "2023-08-16T06:22:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php83\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php83"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.23",
            "version_normalized": "5.4.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/4cd2e3ea301aadd76a4172756296fe552fb45b0b",
                "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "require-dev": {
                "symfony/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "time": "2023-04-23T19:33:36+00:00",
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v5.4.23"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/yaml"
        },
        {
            "name": "wikimedia/assert",
            "version": "v0.5.1",
            "version_normalized": "0.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/Assert.git",
                "reference": "27c983fddac1197dc37f6a7cec00fc02861529cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/Assert/zipball/27c983fddac1197dc37f6a7cec00fc02861529cd",
                "reference": "27c983fddac1197dc37f6a7cec00fc02861529cd",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "38.0.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.3.1",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2021-12-21T11:46:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Kinzler"
                },
                {
                    "name": "Thiemo Kreuz"
                }
            ],
            "description": "Provides runtime assertions",
            "homepage": "https://github.com/wikimedia/Assert",
            "keywords": [
                "assert",
                "assertions",
                "php",
                "postcondition",
                "precondition",
                "qa"
            ],
            "support": {
                "source": "https://github.com/wikimedia/Assert/tree/v0.5.1"
            },
            "install-path": "../wikimedia/assert"
        },
        {
            "name": "wikimedia/at-ease",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/at-ease.git",
                "reference": "e8ebaa7bb7c8a8395481a05f6dc4deaceab11c33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/e8ebaa7bb7c8a8395481a05f6dc4deaceab11c33",
                "reference": "e8ebaa7bb7c8a8395481a05f6dc4deaceab11c33",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "35.0.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.2.0",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2021-02-27T15:53:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\AtEase\\": "src/Wikimedia/AtEase/"
                },
                "files": [
                    "src/Wikimedia/Functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                },
                {
                    "name": "MediaWiki developers",
                    "email": "wikitech-l@lists.wikimedia.org"
                }
            ],
            "description": "Safe replacement to @ for suppressing warnings.",
            "homepage": "https://www.mediawiki.org/wiki/at-ease",
            "support": {
                "source": "https://github.com/wikimedia/at-ease/tree/v2.1.0"
            },
            "install-path": "../wikimedia/at-ease"
        },
        {
            "name": "wikimedia/base-convert",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/base-convert.git",
                "reference": "aa997185e0b42c1f61a11f3e1980cad144175111"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/base-convert/zipball/aa997185e0b42c1f61a11f3e1980cad144175111",
                "reference": "aa997185e0b42c1f61a11f3e1980cad144175111",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "39.0.0",
                "mediawiki/mediawiki-phan-config": "0.11.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.4.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2022-05-20T20:43:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Brion Vibber",
                    "email": "bvibber@wikimedia.org"
                },
                {
                    "name": "Tyler Romeo",
                    "email": "tylerromeo@gmail.com"
                }
            ],
            "description": "Convert an arbitrarily-long string from one numeric base to another, optionally zero-padding to a minimum column width.",
            "homepage": "https://www.mediawiki.org/wiki/base_convert",
            "support": {
                "source": "https://github.com/wikimedia/base-convert/tree/v2.0.2"
            },
            "install-path": "../wikimedia/base-convert"
        },
        {
            "name": "wikimedia/bcp-47-code",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-Bcp47Code.git",
                "reference": "0d2204a8c3bb99be6253f9326df1c61093d2bb05"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Bcp47Code/zipball/0d2204a8c3bb99be6253f9326df1c61093d2bb05",
                "reference": "0d2204a8c3bb99be6253f9326df1c61093d2bb05",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.3"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28",
                "wikimedia/update-history": "1.0.1"
            },
            "time": "2023-09-29T18:43:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Bcp47Code\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "C. Scott Ananian",
                    "email": "cananian@wikimedia.org"
                }
            ],
            "description": "Simple interface representing languages which have a BCP 47 code",
            "homepage": "https://www.mediawiki.org/wiki/Bcp47Code",
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-Bcp47Code/tree/v2.0.0"
            },
            "install-path": "../wikimedia/bcp-47-code"
        },
        {
            "name": "wikimedia/cdb",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/cdb.git",
                "reference": "3d7622f39319ea2149cac92415222d1fb39c46d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/cdb/zipball/3d7622f39319ea2149cac92415222d1fb39c46d0",
                "reference": "3d7622f39319ea2149cac92415222d1fb39c46d0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28"
            },
            "suggest": {
                "ext-dba": "PHP extension for DBA access. Would be quicker than the PHP based fallback"
            },
            "time": "2023-07-24T18:27:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                },
                {
                    "name": "Chad Horohoe",
                    "email": "chad@wikimedia.org"
                },
                {
                    "name": "Ori Livneh",
                    "email": "ori@wikimedia.org"
                },
                {
                    "name": "Daniel Kinzler"
                }
            ],
            "description": "Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.",
            "homepage": "https://www.mediawiki.org/wiki/CDB",
            "support": {
                "source": "https://github.com/wikimedia/cdb/tree/3.0.0"
            },
            "install-path": "../wikimedia/cdb"
        },
        {
            "name": "wikimedia/cldr-plural-rule-parser",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/CLDRPluralRuleParser.git",
                "reference": "83d78cb8018d5c0f66fd6d0efff6a8ae2de92d36"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/CLDRPluralRuleParser/zipball/83d78cb8018d5c0f66fd6d0efff6a8ae2de92d36",
                "reference": "83d78cb8018d5c0f66fd6d0efff6a8ae2de92d36",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "35.0.0",
                "mediawiki/mediawiki-phan-config": "0.10.6",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.2.0",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2021-02-11T20:47:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "CLDRPluralRuleParser\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                },
                {
                    "name": "Niklas Laxström",
                    "email": "niklas.laxstrom@gmail.com"
                }
            ],
            "description": "Evaluates plural rules specified in the CLDR project notation.",
            "homepage": "https://www.mediawiki.org/wiki/CLDRPluralRuleParser",
            "support": {
                "source": "https://github.com/wikimedia/CLDRPluralRuleParser/tree/v2.0.0"
            },
            "install-path": "../wikimedia/cldr-plural-rule-parser"
        },
        {
            "name": "wikimedia/common-passwords",
            "version": "v0.5.0",
            "version_normalized": "0.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-CommonPasswords.git",
                "reference": "ff3920985ef3c2e23d3b262e0620ff3f83292ac3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-CommonPasswords/zipball/ff3920985ef3c2e23d3b262e0620ff3f83292ac3",
                "reference": "ff3920985ef3c2e23d3b262e0620ff3f83292ac3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.3"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "40.0.1",
                "mediawiki/mediawiki-phan-config": "0.12.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2023-01-22T21:53:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\CommonPasswords\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sam Reed",
                    "email": "reedy@wikimedia.org"
                }
            ],
            "description": "List of the 100,000 most commonly used passwords",
            "homepage": "https://www.mediawiki.org/wiki/CommonPasswords",
            "support": {
                "issues": "https://github.com/wikimedia/mediawiki-libs-CommonPasswords/issues",
                "source": "https://github.com/wikimedia/mediawiki-libs-CommonPasswords/tree/v0.5.0"
            },
            "install-path": "../wikimedia/common-passwords"
        },
        {
            "name": "wikimedia/composer-merge-plugin",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/composer-merge-plugin.git",
                "reference": "a03d426c8e9fb2c9c569d9deeb31a083292788bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/a03d426c8e9fb2c9c569d9deeb31a083292788bc",
                "reference": "a03d426c8e9fb2c9c569d9deeb31a083292788bc",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1||^2.0",
                "php": ">=7.2.0"
            },
            "require-dev": {
                "composer/composer": "^1.1||^2.0",
                "ext-json": "*",
                "mediawiki/mediawiki-phan-config": "0.11.1",
                "php-parallel-lint/php-parallel-lint": "~1.3.1",
                "phpspec/prophecy": "~1.15.0",
                "phpunit/phpunit": "^8.5||^9.0",
                "squizlabs/php_codesniffer": "~3.7.1"
            },
            "time": "2023-04-15T19:07:00+00:00",
            "type": "composer-plugin",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                },
                "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Composer\\Merge\\V2\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bryan Davis",
                    "email": "bd808@wikimedia.org"
                }
            ],
            "description": "Composer plugin to merge multiple composer.json files",
            "support": {
                "issues": "https://github.com/wikimedia/composer-merge-plugin/issues",
                "source": "https://github.com/wikimedia/composer-merge-plugin/tree/v2.1.0"
            },
            "install-path": "../wikimedia/composer-merge-plugin"
        },
        {
            "name": "wikimedia/equivset",
            "version": "1.5.1",
            "version_normalized": "1.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-Equivset.git",
                "reference": "a5ca9c26726594b5bd294bd4c91822a6560072d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Equivset/zipball/a5ca9c26726594b5bd294bd4c91822a6560072d6",
                "reference": "a5ca9c26726594b5bd294bd4c91822a6560072d6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.3",
                "wikimedia/utfnormal": "^3.0.1 || ^4.0.0"
            },
            "require-dev": {
                "ext-json": "*",
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "mikey179/vfsstream": "^1.6",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28",
                "rregeer/phpunit-coverage-check": "~0.1.4",
                "symfony/console": "^3.3 || ^4 || ^5",
                "symfony/var-dumper": "^3.3 || ^4 || ^5"
            },
            "time": "2023-08-29T14:21:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Equivset\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Brion Vibber",
                    "email": "bvibber@wikimedia.org"
                },
                {
                    "name": "David Barratt",
                    "email": "dbarratt@wikimedia.org"
                }
            ],
            "description": "Visually Equivalent Set of UTF-8 Characters",
            "homepage": "https://www.mediawiki.org/wiki/Equivset",
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-Equivset/tree/1.5.1"
            },
            "install-path": "../wikimedia/equivset"
        },
        {
            "name": "wikimedia/html-formatter",
            "version": "4.0.3",
            "version_normalized": "4.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/HtmlFormatter.git",
                "reference": "9f3f30ad5d0287a1ca17c50bcbc45457db534208"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/HtmlFormatter/zipball/9f3f30ad5d0287a1ca17c50bcbc45457db534208",
                "reference": "9f3f30ad5d0287a1ca17c50bcbc45457db534208",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "php": ">=7.4.3"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28"
            },
            "time": "2023-08-23T15:21:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HtmlFormatter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "MediaWiki contributors"
                }
            ],
            "description": "Performs transformations of HTML by wrapping around libxml2 and working around its countless bugs.",
            "homepage": "https://www.mediawiki.org/wiki/HtmlFormatter",
            "support": {
                "source": "https://github.com/wikimedia/HtmlFormatter/tree/4.0.3"
            },
            "install-path": "../wikimedia/html-formatter"
        },
        {
            "name": "wikimedia/idle-dom",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-IDLeDOM.git",
                "reference": "631555d5868bf29427cb015906e666faf09abeea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-IDLeDOM/zipball/631555d5868bf29427cb015906e666faf09abeea",
                "reference": "631555d5868bf29427cb015906e666faf09abeea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.3"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "40.0.1",
                "mediawiki/mediawiki-phan-config": "0.12.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^9.5",
                "wikimedia/assert": "^0.5.0",
                "wikimedia/update-history": "^1.0.1",
                "wikimedia/webidl": "1.0.4"
            },
            "time": "2022-12-09T18:29:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\IDLeDOM\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "C. Scott Ananian",
                    "email": "cananian@wikimedia.org"
                }
            ],
            "description": "DOM interfaces automatically generated from WebIDL",
            "homepage": "https://www.mediawiki.org/wiki/IDLeDOM",
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-IDLeDOM/tree/v1.0.0"
            },
            "install-path": "../wikimedia/idle-dom"
        },
        {
            "name": "wikimedia/ip-utils",
            "version": "5.0.0",
            "version_normalized": "5.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-IPUtils.git",
                "reference": "119e0ed321e967b4f5748a404fa8a3eb5dad4aa3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-IPUtils/zipball/119e0ed321e967b4f5748a404fa8a3eb5dad4aa3",
                "reference": "119e0ed321e967b4f5748a404fa8a3eb5dad4aa3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.3",
                "wikimedia/base-convert": "^2.0.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.13.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28"
            },
            "time": "2023-09-28T00:40:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "MediaWiki developers",
                    "email": "wikitech-l@lists.wikimedia.org"
                }
            ],
            "description": "Parse, match, and analyze IP addresses and CIDR ranges",
            "homepage": "https://www.mediawiki.org/wiki/IPUtils",
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-IPUtils/tree/5.0.0"
            },
            "install-path": "../wikimedia/ip-utils"
        },
        {
            "name": "wikimedia/langconv",
            "version": "0.4.2",
            "version_normalized": "0.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/langconv.git",
                "reference": "4bd255fd316df6650c489fa0f9b621c48458859b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/langconv/zipball/4bd255fd316df6650c489fa0f9b621c48458859b",
                "reference": "4bd255fd316df6650c489fa0f9b621c48458859b",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "php": ">=7.2.9",
                "wikimedia/assert": "0.4.0|^0.5.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "37.0.0",
                "mediawiki/mediawiki-phan-config": "0.10.6",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.3.0",
                "phpunit/phpunit": "^8.5|^9.5",
                "wikimedia/update-history": "^1.0.1"
            },
            "time": "2021-08-07T06:25:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\LangConv\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wikimedia Parsing Team and the broader MediaWiki community",
                    "homepage": "https://www.mediawiki.org/wiki/Parsoid"
                }
            ],
            "description": "Finite-State Transducer implementation of MediaWiki LanguageConverter",
            "homepage": "https://www.mediawiki.org/wiki/LangConv",
            "keywords": [
                "Wikimedia",
                "language converter",
                "mediawiki"
            ],
            "support": {
                "irc": "irc://irc.libera.chat/mediawiki-parsoid",
                "source": "https://github.com/wikimedia/langconv/tree/0.4.2",
                "wiki": "https://www.mediawiki.org/wiki/Parsoid"
            },
            "install-path": "../wikimedia/langconv"
        },
        {
            "name": "wikimedia/less.php",
            "version": "v4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/less.php.git",
                "reference": "7c814ca156716e7b46ad84ac038bf298ff91cbb4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/less.php/zipball/7c814ca156716e7b46ad84ac038bf298ff91cbb4",
                "reference": "7c814ca156716e7b46ad84ac038bf298ff91cbb4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.3"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28"
            },
            "time": "2023-08-01T14:54:27+00:00",
            "bin": [
                "bin/lessc"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Less": "lib/"
                },
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Timo Tijhof",
                    "homepage": "https://timotijhof.net"
                },
                {
                    "name": "Josh Schmidt",
                    "homepage": "https://github.com/oyejorge"
                },
                {
                    "name": "Matt Agar",
                    "homepage": "https://github.com/agar"
                },
                {
                    "name": "Martin Jantošovič",
                    "homepage": "https://github.com/Mordred"
                }
            ],
            "description": "PHP port of the LESS processor",
            "homepage": "https://gerrit.wikimedia.org/g/mediawiki/libs/less.php",
            "keywords": [
                "css",
                "less",
                "less.js",
                "lesscss",
                "php",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/wikimedia/less.php/issues",
                "source": "https://github.com/wikimedia/less.php/tree/v4.1.1"
            },
            "install-path": "../wikimedia/less.php"
        },
        {
            "name": "wikimedia/minify",
            "version": "2.5.1",
            "version_normalized": "2.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-Minify.git",
                "reference": "ed306d1114bf5ccbc3f2c848ac9035851cb06643"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Minify/zipball/ed306d1114bf5ccbc3f2c848ac9035851cb06643",
                "reference": "ed306d1114bf5ccbc3f2c848ac9035851cb06643",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "pear/net_url2": "2.2.2",
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28",
                "wikimedia/testing-access-wrapper": "~2.0"
            },
            "time": "2023-10-06T04:35:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "CSSMin": "src/"
                },
                "psr-4": {
                    "Wikimedia\\Minify\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Paul Copperman",
                    "email": "paul.copperman@gmail.com"
                },
                {
                    "name": "Trevor Parscal",
                    "email": "tparscal@wikimedia.org"
                },
                {
                    "name": "Timo Tijhof",
                    "email": "krinklemail@gmail.com"
                },
                {
                    "name": "Roan Kattouw",
                    "email": "roan.kattouw@gmail.com"
                }
            ],
            "description": "Minification of JavaScript code and CSS stylesheets.",
            "homepage": "https://gerrit.wikimedia.org/g/mediawiki/libs/Minify",
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-Minify/tree/2.5.1"
            },
            "install-path": "../wikimedia/minify"
        },
        {
            "name": "wikimedia/normalized-exception",
            "version": "v1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-NormalizedException.git",
                "reference": "ed9fc13d75f65c80dc1a95d4792658c97fd782e6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-NormalizedException/zipball/ed9fc13d75f65c80dc1a95d4792658c97fd782e6",
                "reference": "ed9fc13d75f65c80dc1a95d4792658c97fd782e6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "35.0.0",
                "mediawiki/mediawiki-phan-config": "0.10.6",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "^0.5",
                "php-parallel-lint/php-parallel-lint": "1.2.0",
                "phpunit/phpunit": "^8.5|^9.5"
            },
            "time": "2021-07-01T07:36:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\NormalizedException\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gergő Tisza",
                    "email": "gtisza@wikimedia.org"
                }
            ],
            "description": "A helper for making exceptions play nice with PSR-3 logging",
            "homepage": "https://www.mediawiki.org/wiki/NormalizedException",
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-NormalizedException/tree/v1.0.1"
            },
            "install-path": "../wikimedia/normalized-exception"
        },
        {
            "name": "wikimedia/object-factory",
            "version": "v5.0.1",
            "version_normalized": "5.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/object-factory.git",
                "reference": "a0439aac5f14e218dc1f40a98eb14e4b26a01341"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/object-factory/zipball/a0439aac5f14e218dc1f40a98eb14e4b26a01341",
                "reference": "a0439aac5f14e218dc1f40a98eb14e4b26a01341",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.3",
                "psr/container": "~1.1.1 || ~2.0.2"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "40.0.1",
                "mediawiki/mediawiki-phan-config": "0.12.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2023-01-09T21:59:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\ObjectFactory\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Bryan Davis",
                    "email": "bdavis@wikimedia.org"
                }
            ],
            "description": "Construct objects from configuration instructions",
            "homepage": "https://www.mediawiki.org/wiki/ObjectFactory",
            "support": {
                "source": "https://github.com/wikimedia/object-factory/tree/v5.0.1"
            },
            "install-path": "../wikimedia/object-factory"
        },
        {
            "name": "wikimedia/parsoid",
            "version": "v0.18.0",
            "version_normalized": "0.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-services-parsoid.git",
                "reference": "cc05e71e9d09c5c49cf353e1fba7c789fd863709"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-services-parsoid/zipball/cc05e71e9d09c5c49cf353e1fba7c789fd863709",
                "reference": "cc05e71e9d09c5c49cf353e1fba7c789fd863709",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.0",
                "composer/semver": "3.3.2",
                "ext-dom": "*",
                "ext-json": "*",
                "liuggio/statsd-php-client": "^1.0.18",
                "php": ">=7.4.0",
                "psr/container": "~1.1.1 || ~2.0.2",
                "psr/log": "^1.1.4",
                "symfony/polyfill-php80": "^1.23.1",
                "wikimedia/assert": "^0.5.1",
                "wikimedia/bcp-47-code": "^1.0.0 || ^2.0.0",
                "wikimedia/idle-dom": "1.0.0",
                "wikimedia/ip-utils": "^4.0.0 || ^5.0.0",
                "wikimedia/object-factory": "^4.0.0 || ^5.0.0",
                "wikimedia/remex-html": "^3.0.0 || ^4.0.0",
                "wikimedia/scoped-callback": "^3.0.0 || ^4.0.0",
                "wikimedia/wikipeg": "^2.0.6 || ^3.0.0",
                "wikimedia/zest-css": "^3.0.0"
            },
            "conflict": {
                "wikimedia/langconv": "<0.4.2"
            },
            "require-dev": {
                "ext-curl": "*",
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "monolog/monolog": "^2.2.0",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28",
                "sebastian/diff": "^4.0.3",
                "wikimedia/alea": "^1.0.0",
                "wikimedia/langconv": "^0.4.2",
                "wikimedia/testing-access-wrapper": "~1.0"
            },
            "suggest": {
                "wikimedia/langconv": "Provides script conversion support"
            },
            "time": "2023-10-17T20:02:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Parsoid\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wikimedia Content Transform Team and the broader MediaWiki community",
                    "homepage": "https://www.mediawiki.org/wiki/Parsoid"
                }
            ],
            "description": "Parsoid, a bidirectional parser between wikitext and HTML5",
            "homepage": "https://www.mediawiki.org/wiki/Parsoid",
            "keywords": [
                "mediawiki",
                "parsoid"
            ],
            "support": {
                "irc": "irc://irc.libera.chat/mediawiki-parsoid",
                "source": "https://github.com/wikimedia/mediawiki-services-parsoid/tree/v0.19.0",
                "wiki": "https://www.mediawiki.org/wiki/Parsoid"
            },
            "install-path": "../wikimedia/parsoid"
        },
        {
            "name": "wikimedia/php-session-serializer",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/php-session-serializer.git",
                "reference": "40c9761329415ada958688d43ba4b8a447aa3037"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/php-session-serializer/zipball/40c9761329415ada958688d43ba4b8a447aa3037",
                "reference": "40c9761329415ada958688d43ba4b8a447aa3037",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9",
                "psr/log": "^1.0",
                "wikimedia/at-ease": "^2.0.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "39.0.0",
                "mediawiki/mediawiki-phan-config": "0.11.1",
                "mediawiki/minus-x": "1.1.1",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2022-05-21T19:23:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Brad Jorsch",
                    "email": "bjorsch@wikimedia.org"
                }
            ],
            "description": "Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION",
            "homepage": "https://www.mediawiki.org/wiki/Php-session-serializer",
            "support": {
                "source": "https://github.com/wikimedia/php-session-serializer/tree/v2.0.1"
            },
            "install-path": "../wikimedia/php-session-serializer"
        },
        {
            "name": "wikimedia/purtle",
            "version": "v1.0.8",
            "version_normalized": "1.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/purtle.git",
                "reference": "8f106f38ff811906853511a934d7f5e86dce3d20"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/purtle/zipball/8f106f38ff811906853511a934d7f5e86dce3d20",
                "reference": "8f106f38ff811906853511a934d7f5e86dce3d20",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "36.0.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.3.0",
                "phpmd/phpmd": "~2.3",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2021-06-17T14:47:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Purtle\\": "src/",
                    "Wikimedia\\Purtle\\Tests\\": "tests/phpunit/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daniel Kinzler"
                },
                {
                    "name": "Stanislav Malyshev"
                },
                {
                    "name": "Thiemo Kreuz"
                },
                {
                    "name": "C. Scott Ananian"
                }
            ],
            "description": "Fast streaming RDF serializer",
            "homepage": "https://mediawiki.org/wiki/Purtle",
            "keywords": [
                "JSON-LD",
                "RDF",
                "Turtle",
                "serializer"
            ],
            "support": {
                "irc": "irc://irc.freenode.net/wikimedia-dev",
                "source": "https://github.com/wikimedia/purtle/tree/v1.0.8"
            },
            "install-path": "../wikimedia/purtle"
        },
        {
            "name": "wikimedia/relpath",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/RelPath.git",
                "reference": "b237d203c820cd1000f2c5ecad25de9fa7165612"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/RelPath/zipball/b237d203c820cd1000f2c5ecad25de9fa7165612",
                "reference": "b237d203c820cd1000f2c5ecad25de9fa7165612",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "37.0.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.3.0",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2021-08-03T16:57:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Wikimedia/RelPath.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ori Livneh",
                    "email": "ori@wikimedia.org"
                }
            ],
            "description": "Compute a relative filepath between two paths.",
            "homepage": "https://www.mediawiki.org/wiki/RelPath",
            "support": {
                "source": "https://github.com/wikimedia/RelPath/tree/3.0.0"
            },
            "install-path": "../wikimedia/relpath"
        },
        {
            "name": "wikimedia/remex-html",
            "version": "4.0.1",
            "version_normalized": "4.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-RemexHtml.git",
                "reference": "d3fb0ed9e6a4db4ed703bf095f4d4c38df134465"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-RemexHtml/zipball/d3fb0ed9e6a4db4ed703bf095f4d4c38df134465",
                "reference": "d3fb0ed9e6a4db4ed703bf095f4d4c38df134465",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "php": ">=7.4",
                "wikimedia/utfnormal": "1.1.0 || 2.0.0 || ^3.0.1 || ^4.0.0"
            },
            "require-dev": {
                "ext-json": "*",
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28",
                "wikimedia/update-history": "1.0.1"
            },
            "time": "2023-08-29T12:12:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\RemexHtml\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tim Starling",
                    "email": "tstarling@wikimedia.org"
                }
            ],
            "description": "Fast HTML 5 parser",
            "homepage": "https://www.mediawiki.org/wiki/RemexHtml",
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-RemexHtml/tree/4.0.1"
            },
            "install-path": "../wikimedia/remex-html"
        },
        {
            "name": "wikimedia/request-timeout",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/request-timeout.git",
                "reference": "e306a7cb1fb3a1ca3ce93992c56efb62b537c4bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/request-timeout/zipball/e306a7cb1fb3a1ca3ce93992c56efb62b537c4bc",
                "reference": "e306a7cb1fb3a1ca3ce93992c56efb62b537c4bc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "wikimedia/normalized-exception": "1.0.1"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "38.0.0",
                "mediawiki/mediawiki-phan-config": "0.11.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.3.1",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2022-02-02T10:39:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\RequestTimeout\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tim Starling"
                }
            ],
            "description": "Request timeout library for Excimer with plain PHP fallback",
            "homepage": "https://www.mediawiki.org/wiki/RequestTimeout",
            "support": {
                "source": "https://github.com/wikimedia/request-timeout/tree/1.2.0"
            },
            "install-path": "../wikimedia/request-timeout"
        },
        {
            "name": "wikimedia/running-stat",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/running-stat.git",
                "reference": "0aa66cf58f98ca2de9972a8177cbec625c4c9969"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/running-stat/zipball/0aa66cf58f98ca2de9972a8177cbec625c4c9969",
                "reference": "0aa66cf58f98ca2de9972a8177cbec625c4c9969",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "39.0.0",
                "mediawiki/mediawiki-phan-config": "0.11.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.4.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^8.5",
                "wikimedia/testing-access-wrapper": "^1.0.0"
            },
            "time": "2022-07-20T12:56:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Ori Livneh",
                    "email": "ori@wikimedia.org"
                }
            ],
            "description": "PHP implementations of online statistical algorithms",
            "homepage": "https://www.mediawiki.org/wiki/RunningStat",
            "support": {
                "source": "https://github.com/wikimedia/running-stat/tree/v2.1.0"
            },
            "install-path": "../wikimedia/running-stat"
        },
        {
            "name": "wikimedia/scoped-callback",
            "version": "v4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/scoped-callback.git",
                "reference": "dd522a6cfb4c0180b0a39d12fc57046a347c4d81"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/scoped-callback/zipball/dd522a6cfb4c0180b0a39d12fc57046a347c4d81",
                "reference": "dd522a6cfb4c0180b0a39d12fc57046a347c4d81",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "39.0.0",
                "mediawiki/mediawiki-phan-config": "0.11.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.4.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2022-07-08T22:48:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Aaron Schulz",
                    "email": "aschulz@wikimedia.org"
                }
            ],
            "description": "Make a callback run when a dummy object leaves the scope.",
            "homepage": "https://www.mediawiki.org/wiki/ScopedCallback",
            "support": {
                "source": "https://github.com/wikimedia/scoped-callback/tree/v4.0.0"
            },
            "install-path": "../wikimedia/scoped-callback"
        },
        {
            "name": "wikimedia/services",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-Services.git",
                "reference": "c63d949c363378a5f435cfd7a81932aa6f712462"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Services/zipball/c63d949c363378a5f435cfd7a81932aa6f712462",
                "reference": "c63d949c363378a5f435cfd7a81932aa6f712462",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9",
                "psr/container": "^1.1 || ^2.0",
                "wikimedia/scoped-callback": "^3.0 || ^4.0"
            },
            "provide": {
                "psr/container-implementation": "1.0.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "39.0.0",
                "mediawiki/mediawiki-phan-config": "0.11.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.4.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2022-07-09T23:20:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Services\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daniel Kinzler",
                    "email": "dkinzler@wikimedia.org"
                }
            ],
            "description": "Generic service to manage named services using lazy instantiation based on instantiator callback functions",
            "homepage": "https://www.mediawiki.org/wiki/Services_(PHP_library)",
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-Services/tree/3.0.0"
            },
            "install-path": "../wikimedia/services"
        },
        {
            "name": "wikimedia/shellbox",
            "version": "4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/shellbox.git",
                "reference": "de46442301ca19faadb5649bf21047d36b72b05d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/shellbox/zipball/de46442301ca19faadb5649bf21047d36b72b05d",
                "reference": "de46442301ca19faadb5649bf21047d36b72b05d",
                "shasum": ""
            },
            "require": {
                "ext-hash": "*",
                "ext-json": "*",
                "guzzlehttp/guzzle": "^7.2.0",
                "monolog/monolog": "^2.0.0",
                "php": ">=7.4.3",
                "psr/log": "~1.1.3",
                "wikimedia/wikipeg": "^2.0.6 || ^3.0.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "39.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.4.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^9.5",
                "psy/psysh": "~0.10.4"
            },
            "time": "2022-11-10T18:27:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Shellbox\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tim Starling"
                },
                {
                    "name": "Kunal Mehta"
                },
                {
                    "name": "Max Semenik"
                }
            ],
            "description": "Library and server for containerized shell execution",
            "homepage": "https://www.mediawiki.org/wiki/Shellbox",
            "support": {
                "source": "https://github.com/wikimedia/shellbox/tree/4.0.0"
            },
            "install-path": "../wikimedia/shellbox"
        },
        {
            "name": "wikimedia/timestamp",
            "version": "v4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-Timestamp.git",
                "reference": "138f3099b46e3f6679ac100e5ab1932e89746a05"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Timestamp/zipball/138f3099b46e3f6679ac100e5ab1932e89746a05",
                "reference": "138f3099b46e3f6679ac100e5ab1932e89746a05",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28"
            },
            "time": "2023-09-29T18:53:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/defines.php"
                ],
                "psr-4": {
                    "Wikimedia\\Timestamp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Tyler Romeo",
                    "email": "tylerromeo@gmail.com"
                }
            ],
            "description": "Creation, parsing, and conversion of timestamps",
            "homepage": "https://www.mediawiki.org/wiki/Timestamp",
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-Timestamp/tree/v4.1.1"
            },
            "install-path": "../wikimedia/timestamp"
        },
        {
            "name": "wikimedia/utfnormal",
            "version": "4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/utfnormal.git",
                "reference": "6f3690d3ca446d9745fa3410bb993470afd7bc25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/utfnormal/zipball/6f3690d3ca446d9745fa3410bb993470afd7bc25",
                "reference": "6f3690d3ca446d9745fa3410bb993470afd7bc25",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=7.4.3"
            },
            "require-dev": {
                "ext-curl": "*",
                "mediawiki/mediawiki-codesniffer": "41.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.1",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28"
            },
            "suggest": {
                "ext-intl": "Optional extension, for improved performance. PHP code fallback is used instead if ext-intl is not present."
            },
            "time": "2023-04-17T20:37:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Brion Vibber",
                    "email": "bvibber@wikimedia.org"
                }
            ],
            "description": "Contains Unicode normalization routines, including both pure PHP implementations and automatic use of the 'intl' PHP extension when present",
            "homepage": "https://www.mediawiki.org/wiki/utfnormal",
            "support": {
                "source": "https://github.com/wikimedia/utfnormal/tree/4.0.0"
            },
            "install-path": "../wikimedia/utfnormal"
        },
        {
            "name": "wikimedia/wait-condition-loop",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/wait-condition-loop.git",
                "reference": "9bb0894e8c5195d43b2f2babbe4cc8f36bd5be0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/wait-condition-loop/zipball/9bb0894e8c5195d43b2f2babbe4cc8f36bd5be0e",
                "reference": "9bb0894e8c5195d43b2f2babbe4cc8f36bd5be0e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "37.0.0",
                "mediawiki/mediawiki-phan-config": "0.10.6",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.3.0",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2021-08-23T19:25:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Aaron Schulz",
                    "email": "aschulz@wikimedia.org"
                }
            ],
            "description": "Wait loop that reaches a condition or times out",
            "homepage": "https://www.mediawiki.org/wiki/WaitConditionLoop",
            "support": {
                "source": "https://github.com/wikimedia/wait-condition-loop/tree/v2.0.2"
            },
            "install-path": "../wikimedia/wait-condition-loop"
        },
        {
            "name": "wikimedia/wikipeg",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/wikipeg.git",
                "reference": "ec76d621968b4930c9c30fd12bed84b530d58a52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/wikipeg/zipball/ec76d621968b4930c9c30fd12bed84b530d58a52",
                "reference": "ec76d621968b4930c9c30fd12bed84b530d58a52",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=7.4.3"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "39.0.0",
                "mediawiki/mediawiki-phan-config": "0.12.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^9.5",
                "wikimedia/update-history": "^1.0"
            },
            "time": "2022-11-10T16:06:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\WikiPEG\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Parser generator for JavaScript and PHP",
            "support": {
                "source": "https://github.com/wikimedia/wikipeg/tree/3.0.0"
            },
            "install-path": "../wikimedia/wikipeg"
        },
        {
            "name": "wikimedia/wrappedstring",
            "version": "v4.0.1",
            "version_normalized": "4.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/WrappedString.git",
                "reference": "0d526868d92fa855c70a845336a777c63b30b400"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/WrappedString/zipball/0d526868d92fa855c70a845336a777c63b30b400",
                "reference": "0d526868d92fa855c70a845336a777c63b30b400",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "37.0.0",
                "mediawiki/mediawiki-phan-config": "0.10.6",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.3.3",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.3.0",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2021-08-04T23:56:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Timo Tijhof",
                    "email": "krinklemail@gmail.com"
                }
            ],
            "description": "Automatically compact sequentially-outputted strings that share a common prefix / suffix pair.",
            "homepage": "https://www.mediawiki.org/wiki/WrappedString",
            "support": {
                "source": "https://github.com/wikimedia/WrappedString/tree/v4.0.1"
            },
            "install-path": "../wikimedia/wrappedstring"
        },
        {
            "name": "wikimedia/xmp-reader",
            "version": "0.9.1",
            "version_normalized": "0.9.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/xmp-reader.git",
                "reference": "8338d6796984d747559dd3c8b5272608d8a665d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/xmp-reader/zipball/8338d6796984d747559dd3c8b5272608d8a665d2",
                "reference": "8338d6796984d747559dd3c8b5272608d8a665d2",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-xml": "*",
                "ext-xmlreader": "*",
                "php": ">=7.4.3",
                "psr/log": "^1.0",
                "wikimedia/at-ease": "^2.0.0",
                "wikimedia/scoped-callback": "^1.0 || ^2.0 || ^3.0 || ^4.0",
                "wikimedia/timestamp": "^1.0 || ^2.0 || ^3.0 || ^4.0"
            },
            "require-dev": {
                "ext-exif": "*",
                "mediawiki/mediawiki-codesniffer": "40.0.1",
                "mediawiki/mediawiki-phan-config": "0.12.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2022-11-17T03:30:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\XMPReader\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Brian Wolff",
                    "email": "bawolff+wn@gmail.com"
                }
            ],
            "description": "Reader for XMP data containing properties relevant to images",
            "homepage": "https://www.mediawiki.org/wiki/XMPReader",
            "keywords": [
                "IPTC",
                "exif",
                "metadata",
                "parse",
                "xmp"
            ],
            "support": {
                "source": "https://github.com/wikimedia/xmp-reader/tree/0.9.1"
            },
            "install-path": "../wikimedia/xmp-reader"
        },
        {
            "name": "wikimedia/zest-css",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/mediawiki-libs-Zest.git",
                "reference": "56c8f3844ef1c85648d9dacd20bc9e95e082a770"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Zest/zipball/56c8f3844ef1c85648d9dacd20bc9e95e082a770",
                "reference": "56c8f3844ef1c85648d9dacd20bc9e95e082a770",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-xml": "*",
                "php": ">=7.4"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "40.0.1",
                "mediawiki/mediawiki-phan-config": "0.12.0",
                "mediawiki/minus-x": "1.1.1",
                "ockcyp/covers-validator": "1.6.0",
                "php-parallel-lint/php-console-highlighter": "1.0.0",
                "php-parallel-lint/php-parallel-lint": "1.3.2",
                "phpunit/phpunit": "9.5.28",
                "wikimedia/remex-html": "^4.0.0",
                "wikimedia/testing-access-wrapper": "~1.0",
                "wikimedia/update-history": "^1.0.1"
            },
            "suggest": {
                "ext-intl": "*"
            },
            "time": "2023-02-27T17:23:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Zest\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christopher Jeffrey"
                },
                {
                    "name": "C. Scott Ananian",
                    "email": "cananian@wikimedia.org"
                }
            ],
            "description": "Fast, lightweight, extensible CSS selector engine for PHP",
            "homepage": "https://www.mediawiki.org/wiki/Zest",
            "keywords": [
                "css",
                "engine",
                "selector"
            ],
            "support": {
                "source": "https://github.com/wikimedia/mediawiki-libs-Zest/tree/3.0.0"
            },
            "install-path": "../wikimedia/zest-css"
        },
        {
            "name": "zordius/lightncandy",
            "version": "v1.2.6",
            "version_normalized": "1.2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zordius/lightncandy.git",
                "reference": "b451f73e8b5c73e62e365997ba3c993a0376b72a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zordius/lightncandy/zipball/b451f73e8b5c73e62e365997ba3c993a0376b72a",
                "reference": "b451f73e8b5c73e62e365997ba3c993a0376b72a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=7"
            },
            "time": "2021-07-11T04:52:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LightnCandy\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Zordius Chen",
                    "email": "zordius@gmail.com"
                }
            ],
            "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
            "homepage": "https://github.com/zordius/lightncandy",
            "keywords": [
                "handlebars",
                "logicless",
                "mustache",
                "php",
                "template"
            ],
            "support": {
                "issues": "https://github.com/zordius/lightncandy/issues",
                "source": "https://github.com/zordius/lightncandy/tree/v1.2.6"
            },
            "install-path": "../zordius/lightncandy"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
