{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "d6e050c07ca5e41a67361dcbd9cf22cd", "packages": [ { "name": "bacon/bacon-qr-code", "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f", "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f", "shasum": "" }, "require": { "dasprid/enum": "^1.0.3", "ext-iconv": "*", "php": "^8.1" }, "require-dev": { "phly/keep-a-changelog": "^2.12", "phpunit/phpunit": "^10.5.11 || 11.0.4", "spatie/phpunit-snapshot-assertions": "^5.1.5", "squizlabs/php_codesniffer": "^3.9" }, "suggest": { "ext-imagick": "to generate QR code images" }, "type": "library", "autoload": { "psr-4": { "BaconQrCode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "https://dasprids.de/", "role": "Developer" } ], "description": "BaconQrCode is a QR code generator for PHP.", "homepage": "https://github.com/Bacon/BaconQrCode", "support": { "issues": "https://github.com/Bacon/BaconQrCode/issues", "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.1" }, "time": "2024-10-01T13:55:55+00:00" }, { "name": "christian-riesen/base32", "version": "1.6.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "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" }, "time": "2021-02-26T10:19:33+00:00" }, { "name": "composer/semver", "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95", "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.11", "symfony/phpunit-bridge": "^3 || ^7" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "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": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/3.4.4" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" } ], "time": "2025-08-20T19:15:30+00:00" }, { "name": "dasprid/enum", "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/b5874fa9ed0043116c72162ec7f4fb50e02e7cce", "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce", "shasum": "" }, "require": { "php": ">=7.1 <9.0" }, "require-dev": { "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11", "squizlabs/php_codesniffer": "*" }, "type": "library", "autoload": { "psr-4": { "DASPRiD\\Enum\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "https://dasprids.de/", "role": "Developer" } ], "description": "PHP 7.1 enum implementation", "keywords": [ "enum", "map" ], "support": { "issues": "https://github.com/DASPRiD/Enum/issues", "source": "https://github.com/DASPRiD/Enum/tree/1.0.7" }, "time": "2025-09-16T12:23:56+00:00" }, { "name": "endroid/qr-code", "version": "6.0.9", "source": { "type": "git", "url": "https://github.com/endroid/qr-code.git", "reference": "21e888e8597440b2205e2e5c484b6c8e556bcd1a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/endroid/qr-code/zipball/21e888e8597440b2205e2e5c484b6c8e556bcd1a", "reference": "21e888e8597440b2205e2e5c484b6c8e556bcd1a", "shasum": "" }, "require": { "bacon/bacon-qr-code": "^3.0", "php": "^8.2" }, "require-dev": { "endroid/quality": "dev-main", "ext-gd": "*", "khanamiryan/qrcode-detector-decoder": "^2.0.2", "setasign/fpdf": "^1.8.2" }, "suggest": { "ext-gd": "Enables you to write PNG images", "khanamiryan/qrcode-detector-decoder": "Enables you to use the image validator", "roave/security-advisories": "Makes sure package versions with known security issues are not installed", "setasign/fpdf": "Enables you to use the PDF writer" }, "type": "library", "extra": { "branch-alias": { "dev-main": "6.x-dev" } }, "autoload": { "psr-4": { "Endroid\\QrCode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeroen van den Enden", "email": "info@endroid.nl" } ], "description": "Endroid QR Code", "homepage": "https://github.com/endroid/qr-code", "keywords": [ "code", "endroid", "php", "qr", "qrcode" ], "support": { "issues": "https://github.com/endroid/qr-code/issues", "source": "https://github.com/endroid/qr-code/tree/6.0.9" }, "funding": [ { "url": "https://github.com/endroid", "type": "github" } ], "time": "2025-07-13T19:59:45+00:00" }, { "name": "firebase/php-jwt", "version": "v6.11.1", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66", "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66", "shasum": "" }, "require": { "php": "^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.4", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psr/cache": "^2.0||^3.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, "suggest": { "ext-sodium": "Support EdDSA (Ed25519) signatures", "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/v6.11.1" }, "time": "2025-04-09T20:32:01+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.10.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^2.3", "guzzlehttp/psr7": "^2.8", "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.2", "ext-curl": "*", "guzzle/client-integration-tests": "3.0.2", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.39 || ^9.6.20", "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" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "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.10.0" }, "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" } ], "time": "2025-08-23T22:36:01+00:00" }, { "name": "guzzlehttp/promises", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "481557b130ef3790cf82b713667b43030dc9c957" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", "reference": "481557b130ef3790cf82b713667b43030dc9c957", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "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/2.3.0" }, "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" } ], "time": "2025-08-22T14:34:08+00:00" }, { "name": "guzzlehttp/psr7", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "21dc724a0583619cd1652f673303492272778051" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", "reference": "21dc724a0583619cd1652f673303492272778051", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.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.2", "http-interop/http-factory-tests": "0.9.0", "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "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.8.0" }, "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" } ], "time": "2025-08-23T21:21:41+00:00" }, { "name": "jakobo/hotp-php", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/thecodedrift/hotp-php.git", "reference": "ff2f13d1918001e54b3f49deb1d366bcfcc98437" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thecodedrift/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" }, "type": "library", "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/thecodedrift/hotp-php/issues", "source": "https://github.com/thecodedrift/hotp-php/tree/v2.0.0" }, "time": "2020-12-28T03:29:15+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", "shasum": "" }, "require": { "php": ">=7.1" }, "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" }, "bin": [ "bin/validate-json" ], "type": "library", "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/jsonrainbow/json-schema/issues", "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0" }, "time": "2024-07-06T21:00:26+00:00" }, { "name": "lcobucci/jwt", "version": "4.1.5", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582", "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582", "shasum": "" }, "require": { "ext-hash": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-sodium": "*", "lcobucci/clock": "^2.0", "php": "^7.4 || ^8.0" }, "require-dev": { "infection/infection": "^0.21", "lcobucci/coding-standard": "^6.0", "mikey179/vfsstream": "^1.6.7", "phpbench/phpbench": "^1.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/php-invoker": "^3.1", "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { "psr-4": { "Lcobucci\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Luís Cobucci", "email": "lcobucci@gmail.com", "role": "Developer" } ], "description": "A simple library to work with JSON Web Token and JSON Web Signature", "keywords": [ "JWS", "jwt" ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", "source": "https://github.com/lcobucci/jwt/tree/4.1.5" }, "funding": [ { "url": "https://github.com/lcobucci", "type": "github" }, { "url": "https://www.patreon.com/lcobucci", "type": "patreon" } ], "time": "2021-09-28T19:34:56+00:00" }, { "name": "liuggio/statsd-php-client", "version": "v1.0.18", "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)" }, "type": "library", "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" }, "time": "2015-07-23T23:12:45+00:00" }, { "name": "mck89/peast", "version": "v1.17.2", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", "reference": "465810689c477fbba17f4f949b75e4d0bdab13ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mck89/peast/zipball/465810689c477fbba17f4f949b75e4d0bdab13ea", "reference": "465810689c477fbba17f4f949b75e4d0bdab13ea", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.17.2-dev" } }, "autoload": { "psr-4": { "Peast\\": "lib/Peast/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Marco Marchiò", "email": "marco.mm89@gmail.com" } ], "description": "Peast is PHP library that generates AST for JavaScript code", "support": { "issues": "https://github.com/mck89/peast/issues", "source": "https://github.com/mck89/peast/tree/v1.17.2" }, "time": "2025-07-01T09:30:45+00:00" }, { "name": "monolog/monolog", "version": "2.9.3", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215", "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", "graylog2/gelf-php": "^1.4.2 || ^2@dev", "guzzlehttp/guzzle": "^7.4", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", "phpspec/prophecy": "^1.15", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8.5.38 || ^9.6.19", "predis/predis": "^1.1 || ^2.0", "rollbar/rollbar": "^1.3 || ^2 || ^3", "ruflin/elastica": "^7", "swiftmailer/swiftmailer": "^5.3|^6.0", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "ext-openssl": "Required to send log messages using SSL", "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.9.3" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2024-04-12T20:52:51+00:00" }, { "name": "okvpn/clock-lts", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/okvpn/clock-lts.git", "reference": "5e7dc00d23a7d65e8ed2b0ff7a4dcf7860c05a14" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/okvpn/clock-lts/zipball/5e7dc00d23a7d65e8ed2b0ff7a4dcf7860c05a14", "reference": "5e7dc00d23a7d65e8ed2b0ff7a4dcf7860c05a14", "shasum": "" }, "require": { "php": ">=7.2", "psr/clock": "^1.0" }, "provide": { "psr/clock-implementation": "1.0" }, "replace": { "lcobucci/clock": "*" }, "require-dev": { "infection/infection": "^0.27", "lcobucci/coding-standard": "^11.0.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.25", "phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-phpunit": "^1.3.13", "phpstan/phpstan-strict-rules": "^1.5.1", "phpunit/phpunit": "^10.2.3" }, "type": "library", "autoload": { "psr-4": { "Lcobucci\\Clock\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Luís Cobucci", "email": "lcobucci@gmail.com" }, { "name": "Uładzimir Tsykun", "email": "vtsykun@okvpn.org" } ], "description": "Adding support for a wider range of PHP versions to lcobucci/clock", "support": { "source": "https://github.com/okvpn/clock-lts/tree/1.0.0" }, "time": "2023-09-26T11:13:49+00:00" }, { "name": "oojs/oojs-ui", "version": "v0.53.0", "source": { "type": "git", "url": "https://github.com/wikimedia/oojs-ui.git", "reference": "f0c25397b8d6827fd52bd35f663475b92910e16e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/oojs-ui/zipball/f0c25397b8d6827fd52bd35f663475b92910e16e", "reference": "f0c25397b8d6827fd52bd35f663475b92910e16e", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "10.5.46" }, "type": "library", "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.53.0" }, "time": "2025-09-03T21:41:21+00:00" }, { "name": "pear/console_getopt", "version": "v1.4.3", "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": "" }, "type": "library", "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" }, "time": "2019-11-20T18:27:48+00:00" }, { "name": "pear/mail", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/pear/Mail.git", "reference": "eb053f8b74f4f3178105fcf001626e63068c0dbc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Mail/zipball/eb053f8b74f4f3178105fcf001626e63068c0dbc", "reference": "eb053f8b74f4f3178105fcf001626e63068c0dbc", "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" }, "type": "library", "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" }, "time": "2024-01-15T21:56:23+00:00" }, { "name": "pear/mail_mime", "version": "1.10.12", "source": { "type": "git", "url": "https://github.com/pear/Mail_Mime.git", "reference": "d032c7c9335e96d5954ac6e93d33955f3b7246e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/d032c7c9335e96d5954ac6e93d33955f3b7246e2", "reference": "d032c7c9335e96d5954ac6e93d33955f3b7246e2", "shasum": "" }, "require": { "pear/pear-core-minimal": "*", "php": ">=5.2.0" }, "type": "library", "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" }, "time": "2024-03-10T20:20:27+00:00" }, { "name": "pear/net_smtp", "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/pear/Net_SMTP.git", "reference": "5d7ba854d75a7c207d8581de1cc6fd2895ae2518" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/5d7ba854d75a7c207d8581de1cc6fd2895ae2518", "reference": "5d7ba854d75a7c207d8581de1cc6fd2895ae2518", "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" }, "type": "library", "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" }, "time": "2024-04-15T19:42:15+00:00" }, { "name": "pear/net_socket", "version": "v1.2.2", "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": "*" }, "type": "library", "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" }, "time": "2015-03-22T15:48:19+00:00" }, { "name": "pear/net_url2", "version": "v2.2.3", "source": { "type": "git", "url": "https://github.com/pear/Net_URL2.git", "reference": "c1f2b316ed9b05e881cdb494f7550ddf817c76c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Net_URL2/zipball/c1f2b316ed9b05e881cdb494f7550ddf817c76c8", "reference": "c1f2b316ed9b05e881cdb494f7550ddf817c76c8", "shasum": "" }, "require": { "php": ">=5.1.4" }, "require-dev": { "phpunit/phpunit": ">=3.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "classmap": [ "Net/URL2.php" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Tom Klingenberg", "email": "tkli@php.net" }, { "name": "David Coallier", "email": "davidc@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" }, "time": "2025-03-24T08:03:00+00:00" }, { "name": "pear/pear-core-minimal", "version": "v1.10.16", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c0f51b45f50683bf5bbf558036854ebc9b54d033", "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", "pear/pear_exception": "~1.0", "php": ">=5.4" }, "replace": { "rsky/pear-core-min": "self.version" }, "type": "library", "autoload": { "classmap": [ "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" }, "time": "2024-11-24T22:27:58+00:00" }, { "name": "pear/pear_exception", "version": "v1.0.2", "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" }, "type": "class", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" }, "time": "2021-03-21T15:43:46+00:00" }, { "name": "psr/clock", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/clock.git", "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", "shasum": "" }, "require": { "php": "^7.0 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Clock\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for reading the clock.", "homepage": "https://github.com/php-fig/clock", "keywords": [ "clock", "now", "psr", "psr-20", "time" ], "support": { "issues": "https://github.com/php-fig/clock/issues", "source": "https://github.com/php-fig/clock/tree/1.0.0" }, "time": "2022-11-25T14:36:26+00:00" }, { "name": "psr/container", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/2.0.2" }, "time": "2021-11-05T16:47:00+00:00" }, { "name": "psr/http-client", "version": "1.0.3", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" }, "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { "php": ">=7.1", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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": "PSR-17: 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" }, "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "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/1.1" }, "time": "2023-04-04T09:50:52+00:00" }, { "name": "psr/log", "version": "1.1.4", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "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" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "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" }, "type": "library", "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" }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", "shasum": "" }, "require": { "php": ">=8.1" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "3.6-dev" } }, "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/v3.6.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" } ], "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/polyfill-php82", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php82.git", "reference": "5d2ed36f7734637dacc025f179698031951b1692" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/5d2ed36f7734637dacc025f179698031951b1692", "reference": "5d2ed36f7734637dacc025f179698031951b1692", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "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.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php83", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "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.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-07-08T02:45:35+00:00" }, { "name": "symfony/polyfill-php84", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php84.git", "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php84\\": "" }, "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.4+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-06-24T13:30:11+00:00" }, { "name": "symfony/polyfill-php85", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php85.git", "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php85\\": "" }, "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.5+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-06-23T16:12:55+00:00" }, { "name": "symfony/yaml", "version": "v6.4.25", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "e54b060bc9c3dc3d4258bf0d165d0064e755f565" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/e54b060bc9c3dc3d4258bf0d165d0064e755f565", "reference": "e54b060bc9c3dc3d4258bf0d165d0064e755f565", "shasum": "" }, "require": { "php": ">=8.1", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/console": "<5.4" }, "require-dev": { "symfony/console": "^5.4|^6.0|^7.0" }, "bin": [ "Resources/bin/yaml-lint" ], "type": "library", "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/v6.4.25" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-08-26T16:59:00+00:00" }, { "name": "wikimedia/assert", "version": "v0.5.1", "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" }, "type": "library", "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" }, "time": "2021-12-21T11:46:59+00:00" }, { "name": "wikimedia/at-ease", "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/at-ease.git", "reference": "89f2ec17fd99f551d4f61db59ac60d9a8e3bbc34" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/89f2ec17fd99f551d4f61db59ac60d9a8e3bbc34", "reference": "89f2ec17fd99f551d4f61db59ac60d9a8e3bbc34", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "44.0.0", "mediawiki/mediawiki-phan-config": "0.14.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.16" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\AtEase\\": "src/" } }, "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/v3.0.0" }, "time": "2024-10-15T12:55:13+00:00" }, { "name": "wikimedia/base-convert", "version": "v2.0.2", "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" }, "type": "library", "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" }, "time": "2022-05-20T20:43:12+00:00" }, { "name": "wikimedia/bcp-47-code", "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-Bcp47Code.git", "reference": "bface192672b0c743152d0b838475c139ba0a1e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Bcp47Code/zipball/bface192672b0c743152d0b838475c139ba0a1e0", "reference": "bface192672b0c743152d0b838475c139ba0a1e0", "shasum": "" }, "require": { "php": ">=7.4.3" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "45.0.0", "mediawiki/mediawiki-phan-config": "0.14.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.16", "wikimedia/update-history": "1.0.1" }, "type": "library", "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", "homepage": "https://cscott.net" } ], "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.1" }, "time": "2024-11-09T06:09:54+00:00" }, { "name": "wikimedia/cdb", "version": "3.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" }, "type": "library", "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" }, "time": "2023-07-24T18:27:07+00:00" }, { "name": "wikimedia/cldr-plural-rule-parser", "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/CLDRPluralRuleParser.git", "reference": "c36903b9a05f52b1c4fa96301667539f3b58cf61" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/CLDRPluralRuleParser/zipball/c36903b9a05f52b1c4fa96301667539f3b58cf61", "reference": "c36903b9a05f52b1c4fa96301667539f3b58cf61", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "48.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.7.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "10.5.58" }, "type": "library", "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/v3.0.0" }, "time": "2025-11-25T13:54:34+00:00" }, { "name": "wikimedia/codex", "version": "v0.7.1", "source": { "type": "git", "url": "https://github.com/wikimedia/design-codex-php.git", "reference": "3f70e3184fa1708398780748efeea6a6f5de56b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/design-codex-php/zipball/3f70e3184fa1708398780748efeea6a6f5de56b8", "reference": "3f70e3184fa1708398780748efeea6a6f5de56b8", "shasum": "" }, "require": { "ext-intl": "*", "ext-json": "*", "guzzlehttp/psr7": "^2.7", "krinkle/intuition": "^2.3", "php": "^7.4 || ^8.0", "wikimedia/services": "^4.0", "zordius/lightncandy": "1.2.6" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.16.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\Codex\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Doğu Abaris", "email": "abaris@null.net" } ], "description": "A PHP library for building HTML and CSS UI components using Codex, the Wikimedia design system.", "homepage": "https://doc.wikimedia.org/codex/", "keywords": [ "Wikimedia", "codex" ], "support": { "issues": "https://phabricator.wikimedia.org/tag/codex/", "source": "https://github.com/wikimedia/design-codex-php/tree/v0.7.1" }, "time": "2025-07-11T17:24:19+00:00" }, { "name": "wikimedia/common-passwords", "version": "v0.5.1", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-CommonPasswords.git", "reference": "924c5d58f447652f364aab052e516e40d86cebe9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-CommonPasswords/zipball/924c5d58f447652f364aab052e516e40d86cebe9", "reference": "924c5d58f447652f364aab052e516e40d86cebe9", "shasum": "" }, "require": { "php": ">=7.4.3" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "46.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21" }, "type": "library", "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.1" }, "time": "2025-05-03T08:52:11+00:00" }, { "name": "wikimedia/composer-merge-plugin", "version": "v2.1.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" }, "type": "composer-plugin", "extra": { "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin", "branch-alias": { "dev-master": "2.x-dev" } }, "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" }, "time": "2023-04-15T19:07:00+00:00" }, { "name": "wikimedia/css-sanitizer", "version": "v6.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/css-sanitizer.git", "reference": "1e6b1494a2047f90f8951902d2da263860d508ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/css-sanitizer/zipball/1e6b1494a2047f90f8951902d2da263860d508ce", "reference": "1e6b1494a2047f90f8951902d2da263860d508ce", "shasum": "" }, "require": { "ext-iconv": "*", "ext-mbstring": "*", "php": ">=8.1", "wikimedia/scoped-callback": "3.0.0 || 4.0.0 || 5.0.0", "wikimedia/utfnormal": "^3.0.1 || ^4.0.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "48.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "10.5.58", "wikimedia/testing-access-wrapper": "~2.0.0 || ~3.0.0", "wikimedia/update-history": "^1.0.1" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\CSS\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Brad Jorsch", "email": "bjorsch@wikimedia.org" } ], "description": "Classes to parse and sanitize CSS", "homepage": "https://www.mediawiki.org/wiki/Css-sanitizer", "support": { "source": "https://github.com/wikimedia/css-sanitizer/tree/v6.1.0" }, "time": "2025-10-28T22:39:13+00:00" }, { "name": "wikimedia/cssjanus", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/wikimedia/php-cssjanus.git", "reference": "c5868a543c466c994ba5bf9b3297e150105ab803" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/php-cssjanus/zipball/c5868a543c466c994ba5bf9b3297e150105ab803", "reference": "c5868a543c466c994ba5bf9b3297e150105ab803", "shasum": "" }, "require": { "php": ">=7.4.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "43.0.0", "mediawiki/mediawiki-phan-config": "0.14.0", "php-parallel-lint/php-parallel-lint": "1.3.2", "phpunit/phpunit": "9.6.16" }, "type": "library", "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.3.0" }, "time": "2024-08-06T19:37:16+00:00" }, { "name": "wikimedia/equivset", "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-Equivset.git", "reference": "c23fd697a35794ee907cf143c54fbb003532341e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Equivset/zipball/c23fd697a35794ee907cf143c54fbb003532341e", "reference": "c23fd697a35794ee907cf143c54fbb003532341e", "shasum": "" }, "require": { "php": ">=7.4.3" }, "require-dev": { "ext-json": "*", "mediawiki/mediawiki-codesniffer": "46.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "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.4.0", "phpunit/phpunit": "9.6.21", "rregeer/phpunit-coverage-check": "~0.3.1", "symfony/console": "^3.3 || ^4 || ^5 || ^6", "symfony/var-dumper": "^3.3 || ^4 || ^5 || ^6" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\Equivset\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Brooke Vibber", "email": "bvibber@wikimedia.org" }, { "name": "David Barratt", "email": "dbarratt@wikimedia.org" }, { "name": "Thiemo Kreuz", "email": "thiemo.kreuz@wikimedia.de" }, { "name": "Umherirrender", "email": "umherirrender_de.wp@web.de" } ], "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.7.1" }, "time": "2025-03-07T19:59:51+00:00" }, { "name": "wikimedia/html-formatter", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/HtmlFormatter.git", "reference": "c2fdae55da33feb6d44d34ddc66c4b007981bcf2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/HtmlFormatter/zipball/c2fdae55da33feb6d44d34ddc66c4b007981bcf2", "reference": "c2fdae55da33feb6d44d34ddc66c4b007981bcf2", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-mbstring": "*", "php": ">=7.4.3" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "43.0.0", "mediawiki/mediawiki-phan-config": "0.14.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.6.16" }, "type": "library", "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.1.0" }, "time": "2024-03-13T16:33:19+00:00" }, { "name": "wikimedia/idle-dom", "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-IDLeDOM.git", "reference": "85bb88abcefd554e1d231092909996efe6e92610" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-IDLeDOM/zipball/85bb88abcefd554e1d231092909996efe6e92610", "reference": "85bb88abcefd554e1d231092909996efe6e92610", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21", "wikimedia/assert": "^0.5.0", "wikimedia/update-history": "^1.0.1", "wikimedia/webidl": "^1.2.0" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\IDLeDOM\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "C. Scott Ananian", "email": "cananian@wikimedia.org", "homepage": "https://cscott.net" } ], "description": "DOM interfaces automatically generated from WebIDL", "homepage": "https://www.mediawiki.org/wiki/IDLeDOM", "support": { "source": "https://github.com/wikimedia/mediawiki-libs-IDLeDOM/tree/v2.1.0" }, "time": "2025-08-15T02:29:43+00:00" }, { "name": "wikimedia/ip-utils", "version": "5.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" }, "type": "library", "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" }, "time": "2023-09-28T00:40:02+00:00" }, { "name": "wikimedia/json-codec", "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-JsonCodec.git", "reference": "3367a2b4ae54ebfeb4930deb9bf497eafa86542d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-JsonCodec/zipball/3367a2b4ae54ebfeb4930deb9bf497eafa86542d", "reference": "3367a2b4ae54ebfeb4930deb9bf497eafa86542d", "shasum": "" }, "require": { "php": ">=8.1.0", "psr/container": "^1.1.2|^2.0.2" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.16.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21", "wikimedia/assert": "^0.5.1", "wikimedia/update-history": "1.0.1" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\JsonCodec\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Petr Pchelko", "email": "ppchelko@wikimedia.org" }, { "name": "Daniel Kinzler", "email": "dkinzler@wikimedia.org" }, { "name": "C. Scott Ananian", "email": "cananian@wikimedia.org", "homepage": "https://cscott.net" } ], "description": "Interfaces to serialize and deserialize PHP objects to/from JSON", "homepage": "https://www.mediawiki.org/wiki/JsonCodec", "support": { "source": "https://github.com/wikimedia/mediawiki-libs-JsonCodec/tree/v4.0.0" }, "time": "2025-08-04T19:40:57+00:00" }, { "name": "wikimedia/less.php", "version": "v5.2.2", "source": { "type": "git", "url": "https://github.com/wikimedia/less.php.git", "reference": "0c64fe7477dbd491b27d3b10fc74a577d3bd66ec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/less.php/zipball/0c64fe7477dbd491b27d3b10fc74a577d3bd66ec", "reference": "0c64fe7477dbd491b27d3b10fc74a577d3bd66ec", "shasum": "" }, "require": { "php": ">=7.4.3" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "46.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21" }, "bin": [ "bin/lessc" ], "type": "library", "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/v5.2.2" }, "time": "2025-03-24T15:30:20+00:00" }, { "name": "wikimedia/minify", "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-Minify.git", "reference": "244bbb0c0acf0c1679078cc87cbc95c79ad9f33f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Minify/zipball/244bbb0c0acf0c1679078cc87cbc95c79ad9f33f", "reference": "244bbb0c0acf0c1679078cc87cbc95c79ad9f33f", "shasum": "" }, "require": { "ext-fileinfo": "*", "ext-json": "*", "ext-mbstring": "*", "pear/net_url2": "~2.2.2", "php": ">=7.4.3" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "46.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21", "wikimedia/testing-access-wrapper": "~3.0.0" }, "type": "library", "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.9.0" }, "time": "2025-03-26T17:40:22+00:00" }, { "name": "wikimedia/normalized-exception", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-NormalizedException.git", "reference": "adde60bc19f67e1e29aef2d22c411d84bcfb131e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-NormalizedException/zipball/adde60bc19f67e1e29aef2d22c411d84bcfb131e", "reference": "adde60bc19f67e1e29aef2d22c411d84bcfb131e", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "45.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21" }, "type": "library", "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/v2.1.1" }, "time": "2025-01-25T20:25:45+00:00" }, { "name": "wikimedia/object-factory", "version": "v5.0.1", "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" }, "type": "library", "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" }, "time": "2023-01-09T21:59:16+00:00" }, { "name": "wikimedia/parsoid", "version": "v0.22.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-services-parsoid.git", "reference": "a3900ed8810c87e8cd79678be27671a0f41bc137" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-services-parsoid/zipball/a3900ed8810c87e8cd79678be27671a0f41bc137", "reference": "a3900ed8810c87e8cd79678be27671a0f41bc137", "shasum": "" }, "require": { "composer-runtime-api": "^2.0", "composer/semver": "^3.4.0", "ext-dom": "*", "ext-json": "*", "justinrainbow/json-schema": "^5.3.0 || ^6.4.2", "liuggio/statsd-php-client": "^1.0.18", "php": ">=8.1.0", "psr/container": "~1.1.2 || ~2.0.2", "psr/log": "^1.1.4", "symfony/polyfill-php82": "^1.32.0", "symfony/polyfill-php83": "^1.32.0", "symfony/polyfill-php84": "^1.32.0", "wikimedia/assert": "^0.5.1", "wikimedia/bcp-47-code": "^2.0.0", "wikimedia/idle-dom": "2.1.0", "wikimedia/ip-utils": "^5.0.0", "wikimedia/json-codec": "^4.0.0", "wikimedia/object-factory": "^5.0.1", "wikimedia/remex-html": "^5.1.0", "wikimedia/scoped-callback": "^4.0.0 || ^5.0.0", "wikimedia/utfnormal": "^4.0", "wikimedia/wikipeg": "^5.0.1 || ^6.0.0", "wikimedia/zest-css": "^4.1.0" }, "conflict": { "wikimedia/langconv": "<0.4.2" }, "require-dev": { "ext-curl": "*", "mediawiki/mediawiki-codesniffer": "48.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "monolog/monolog": "^2.2.0", "nikic/php-parser": "^5.5.0", "ockcyp/covers-validator": "1.7.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21", "sebastian/diff": "^4.0.3", "wikimedia/alea": "^1.0.0", "wikimedia/dodo": "^0.7.0", "wikimedia/langconv": "^0.4.2", "wikimedia/testing-access-wrapper": "~3.0" }, "suggest": { "wikimedia/langconv": "Provides script conversion support" }, "type": "library", "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.22.0", "wiki": "https://www.mediawiki.org/wiki/Parsoid" }, "time": "2025-10-28T21:44:51+00:00" }, { "name": "wikimedia/php-session-serializer", "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/wikimedia/php-session-serializer.git", "reference": "b14ae6e10b31c387299e57822e231484b1b7ad24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/php-session-serializer/zipball/b14ae6e10b31c387299e57822e231484b1b7ad24", "reference": "b14ae6e10b31c387299e57822e231484b1b7ad24", "shasum": "" }, "require": { "php": ">=7.4.0", "psr/log": "^1.0|^2.0|^3.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "48.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\": "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/v3.0.2" }, "time": "2025-09-07T22:33:16+00:00" }, { "name": "wikimedia/purtle", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/purtle.git", "reference": "af5b7f1da5bbfea6f2b7992600bfdaf258f61762" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/purtle/zipball/af5b7f1da5bbfea6f2b7992600bfdaf258f61762", "reference": "af5b7f1da5bbfea6f2b7992600bfdaf258f61762", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.4" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "45.0.0", "mediawiki/mediawiki-phan-config": "0.14.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpmd/phpmd": "~2.3", "phpunit/phpunit": "9.6.16" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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.libera.chat/wikimedia-dev", "source": "https://github.com/wikimedia/purtle/tree/v2.0.0" }, "time": "2024-11-10T02:02:15+00:00" }, { "name": "wikimedia/relpath", "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/wikimedia/RelPath.git", "reference": "06163ec07ec61a48638ec999190ad9a23710048f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/RelPath/zipball/06163ec07ec61a48638ec999190ad9a23710048f", "reference": "06163ec07ec61a48638ec999190ad9a23710048f", "shasum": "" }, "require": { "php": ">=7.4.3" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "46.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ori Livneh", "email": "ori@wikimedia.org" } ], "description": "Work with file paths to join or find the relative path", "homepage": "https://www.mediawiki.org/wiki/RelPath", "keywords": [ "file", "filepath", "filesystem", "join", "normalize", "os", "path", "system" ], "support": { "source": "https://github.com/wikimedia/RelPath/tree/4.0.2" }, "time": "2025-03-15T00:29:12+00:00" }, { "name": "wikimedia/remex-html", "version": "5.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-RemexHtml.git", "reference": "c75f653afdfc42040e27d311236e7856ebedaa25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-RemexHtml/zipball/c75f653afdfc42040e27d311236e7856ebedaa25", "reference": "c75f653afdfc42040e27d311236e7856ebedaa25", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", "php": ">=8.1", "wikimedia/utfnormal": "^3.0.1 || ^4.0.0" }, "require-dev": { "ext-json": "*", "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21", "wikimedia/update-history": "1.0.1" }, "type": "library", "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/5.1.0" }, "time": "2025-08-14T21:59:40+00:00" }, { "name": "wikimedia/request-timeout", "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-RequestTimeout.git", "reference": "4e980a916b30fa0acc79bd0133f2d1aa456cccb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-RequestTimeout/zipball/4e980a916b30fa0acc79bd0133f2d1aa456cccb0", "reference": "4e980a916b30fa0acc79bd0133f2d1aa456cccb0", "shasum": "" }, "require": { "php": ">=8.1", "wikimedia/normalized-exception": "1.0.1 || ^2.0.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21" }, "type": "library", "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/mediawiki-libs-RequestTimeout/tree/v3.0.0" }, "time": "2025-06-15T22:29:15+00:00" }, { "name": "wikimedia/running-stat", "version": "v2.1.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" }, "type": "library", "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" }, "time": "2022-07-20T12:56:10+00:00" }, { "name": "wikimedia/scoped-callback", "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-ScopedCallback.git", "reference": "7fa061561a70c49e5e5e6d40dd8f7c151affa0f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-ScopedCallback/zipball/7fa061561a70c49e5e5e6d40dd8f7c151affa0f3", "reference": "7fa061561a70c49e5e5e6d40dd8f7c151affa0f3", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "44.0.0", "mediawiki/mediawiki-phan-config": "0.14.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.16" }, "type": "library", "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/mediawiki-libs-ScopedCallback/tree/v5.0.0" }, "time": "2024-10-29T19:36:38+00:00" }, { "name": "wikimedia/services", "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-Services.git", "reference": "87f71136c19ca4769dcb2b870e565dceb72e23fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Services/zipball/87f71136c19ca4769dcb2b870e565dceb72e23fb", "reference": "87f71136c19ca4769dcb2b870e565dceb72e23fb", "shasum": "" }, "require": { "php": ">=7.4.3", "psr/container": "^1.1 || ^2.0", "wikimedia/scoped-callback": "^3.0 || ^4.0 || ^5.0" }, "provide": { "psr/container-implementation": "1.0.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "45.0.0", "mediawiki/mediawiki-phan-config": "0.14.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21" }, "type": "library", "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/4.0.0" }, "time": "2024-11-08T15:57:49+00:00" }, { "name": "wikimedia/shellbox", "version": "4.3.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-Shellbox.git", "reference": "35d9cd2d88368464df8760ca4d59c98f46db8cfe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Shellbox/zipball/35d9cd2d88368464df8760ca4d59c98f46db8cfe", "reference": "35d9cd2d88368464df8760ca4d59c98f46db8cfe", "shasum": "" }, "require": { "ext-hash": "*", "ext-json": "*", "guzzlehttp/guzzle": "^7.9.2", "monolog/monolog": "^2.0.0", "php": ">=7.4.3", "psr/log": "~1.1.3", "wikimedia/base-convert": "2.0.2", "wikimedia/wikipeg": "^4.0.0 || ^5.0.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21", "psy/psysh": "~0.10.4" }, "type": "library", "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/mediawiki-libs-Shellbox/tree/4.3.0" }, "time": "2025-05-27T19:55:41+00:00" }, { "name": "wikimedia/timestamp", "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-Timestamp.git", "reference": "b5d6de92c8d966b07e31e5382b573aafc09b3fb9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Timestamp/zipball/b5d6de92c8d966b07e31e5382b573aafc09b3fb9", "reference": "b5d6de92c8d966b07e31e5382b573aafc09b3fb9", "shasum": "" }, "require": { "php": ">=8.1", "psr/clock": "1.0.0" }, "provide": { "psr/clock-implementation": "1.0.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "48.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21" }, "type": "library", "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/v5.0.0" }, "time": "2025-09-19T23:25:51+00:00" }, { "name": "wikimedia/utfnormal", "version": "4.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." }, "type": "library", "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" }, "time": "2023-04-17T20:37:19+00:00" }, { "name": "wikimedia/wait-condition-loop", "version": "v2.0.2", "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" }, "type": "library", "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" }, "time": "2021-08-23T19:25:32+00:00" }, { "name": "wikimedia/wikipeg", "version": "5.0.1", "source": { "type": "git", "url": "https://github.com/wikimedia/wikipeg.git", "reference": "9da488e9f9e2dcb51e3b0743e8d88ebe570b8225" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/wikipeg/zipball/9da488e9f9e2dcb51e3b0743e8d88ebe570b8225", "reference": "9da488e9f9e2dcb51e3b0743e8d88ebe570b8225", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": ">=7.4.3" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "46.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21", "wikimedia/update-history": "^1.0" }, "type": "library", "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/5.0.1" }, "time": "2025-07-08T17:37:20+00:00" }, { "name": "wikimedia/wrappedstring", "version": "v4.0.1", "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" }, "type": "library", "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" }, "time": "2021-08-04T23:56:47+00:00" }, { "name": "wikimedia/xmp-reader", "version": "0.10.2", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-XMPReader.git", "reference": "b3cb5fae3ec105bab4c59aa594f74f6f11117285" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-XMPReader/zipball/b3cb5fae3ec105bab4c59aa594f74f6f11117285", "reference": "b3cb5fae3ec105bab4c59aa594f74f6f11117285", "shasum": "" }, "require": { "ext-iconv": "*", "ext-libxml": "*", "ext-xml": "*", "ext-xmlreader": "*", "php": ">=8.1", "psr/log": "^1.0", "wikimedia/scoped-callback": "^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0", "wikimedia/timestamp": "^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0" }, "require-dev": { "colinodell/psr-testlogger": "1.3.0", "mediawiki/mediawiki-codesniffer": "48.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.7.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "10.5.58" }, "type": "library", "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": [ "metadata", "xmp" ], "support": { "source": "https://github.com/wikimedia/mediawiki-libs-XMPReader/tree/0.10.2" }, "time": "2025-11-25T03:48:10+00:00" }, { "name": "wikimedia/zest-css", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-Zest.git", "reference": "8e3c72cbfb4a2d449031b0bf97dd54966f1c029d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Zest/zipball/8e3c72cbfb4a2d449031b0bf97dd54966f1c029d", "reference": "8e3c72cbfb4a2d449031b0bf97dd54966f1c029d", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-xml": "*", "php": ">=8.1" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.17.0", "mediawiki/minus-x": "1.1.3", "ockcyp/covers-validator": "1.6.0", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "phpunit/phpunit": "9.6.21", "wikimedia/remex-html": "^5.0.0 || ^5.1.0", "wikimedia/testing-access-wrapper": "^3.0", "wikimedia/update-history": "^1.0.1" }, "suggest": { "ext-intl": "*" }, "type": "library", "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", "homepage": "https://cscott.net" } ], "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/4.1.0" }, "time": "2025-08-15T02:40:56+00:00" }, { "name": "zordius/lightncandy", "version": "v1.2.6", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.5-dev" } }, "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" }, "time": "2021-07-11T04:52:41+00:00" } ], "packages-dev": [ { "name": "php-parallel-lint/php-parallel-lint", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git", "reference": "6db563514f27e19595a19f45a4bf757b6401194e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6db563514f27e19595a19f45a4bf757b6401194e", "reference": "6db563514f27e19595a19f45a4bf757b6401194e", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.3.0" }, "replace": { "grogy/php-parallel-lint": "*", "jakub-onderka/php-parallel-lint": "*" }, "require-dev": { "nette/tester": "^1.3 || ^2.0", "php-parallel-lint/php-console-highlighter": "0.* || ^1.0", "squizlabs/php_codesniffer": "^3.6" }, "suggest": { "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet" }, "bin": [ "parallel-lint" ], "type": "library", "autoload": { "classmap": [ "./src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Jakub Onderka", "email": "ahoj@jakubonderka.cz" } ], "description": "This tool checks the syntax of PHP files about 20x faster than serial check.", "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", "keywords": [ "lint", "static analysis" ], "support": { "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues", "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.4.0" }, "time": "2024-03-27T12:14:49+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=8.2.0", "composer-plugin-api": "^2.0" }, "platform-dev": {}, "plugin-api-version": "2.9.0" }