{ "_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": "a8b2315ab3ed54072eb1efb5ba343fc3", "packages": [ { "name": "christian-riesen/base32", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/ChristianRiesen/base32.git", "reference": "5777d962c9f55385eefd078a1bf623ce04a4f6ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/5777d962c9f55385eefd078a1bf623ce04a4f6ca", "reference": "5777d962c9f55385eefd078a1bf623ce04a4f6ca", "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.4.0" }, "time": "2020-12-29T20:09:51+00:00" }, { "name": "composer/semver", "version": "1.7.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a", "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.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": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/1.7.2" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2020-12-03T15:47:16+00:00" }, { "name": "cssjanus/cssjanus", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/cssjanus/php-cssjanus.git", "reference": "93db9fb39c2f9bcf287715ae254c088b14a77799" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cssjanus/php-cssjanus/zipball/93db9fb39c2f9bcf287715ae254c088b14a77799", "reference": "93db9fb39c2f9bcf287715ae254c088b14a77799", "shasum": "" }, "require": { "php": ">=5.6.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "^0.9.2", "phpunit/phpunit": "^4.8.36", "squizlabs/php_codesniffer": "^3.1.1" }, "type": "library", "autoload": { "psr-0": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Trevor Parscal" }, { "name": "Roan Kattouw" }, { "name": "Timo Tijhof" } ], "description": "Convert CSS stylesheets between left-to-right and right-to-left.", "support": { "issues": "https://github.com/cssjanus/php-cssjanus/issues", "source": "https://github.com/cssjanus/php-cssjanus/tree/v1.3.0" }, "time": "2019-05-10T23:50:10+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.5.8", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.9", "php": ">=5.5", "symfony/polyfill-intl-idn": "^1.17" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.1" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.5-dev" } }, "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", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/6.5.8" }, "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": "2022-06-20T22:16:07+00:00" }, { "name": "guzzlehttp/promises", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "60d379c243457e073cff02bc323a2a86cb355631" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631", "reference": "60d379c243457e073cff02bc323a2a86cb355631", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/1.4.0" }, "time": "2020-09-30T07:37:28+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "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" } ], "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/1.9.1" }, "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": "2023-04-17T16:00:37+00:00" }, { "name": "jakobo/hotp-php", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/Jakobo/hotp-php.git", "reference": "ff2f13d1918001e54b3f49deb1d366bcfcc98437" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Jakobo/hotp-php/zipball/ff2f13d1918001e54b3f49deb1d366bcfcc98437", "reference": "ff2f13d1918001e54b3f49deb1d366bcfcc98437", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "ockcyp/covers-validator": "1.3.3", "php-parallel-lint/php-console-highlighter": "0.5", "php-parallel-lint/php-parallel-lint": "1.2.0", "phpunit/phpunit": "^8.5.13||^9.5.0" }, "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/Jakobo/hotp-php/issues", "source": "https://github.com/Jakobo/hotp-php/tree/v2.0.0" }, "time": "2020-12-28T03:29:15+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": "oojs/oojs-ui", "version": "v0.39.3", "source": { "type": "git", "url": "https://github.com/wikimedia/oojs-ui.git", "reference": "517e59fe02a6857c35220094b8ece47800a7344e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/oojs-ui/zipball/517e59fe02a6857c35220094b8ece47800a7344e", "reference": "517e59fe02a6857c35220094b8ece47800a7344e", "shasum": "" }, "require": { "php": ">=7.2.9" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "31.0.0", "mediawiki/mediawiki-phan-config": "0.10.2", "mediawiki/minus-x": "1.1.0", "php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-parallel-lint": "1.2.0", "phpunit/phpunit": "^8.5" }, "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": "Prateek Saxena", "email": "prtksxna@gmail.com" }, { "name": "Roan Kattouw", "email": "roan@wikimedia.org" }, { "name": "Rob Moen", "email": "rmoen@wikimedia.org" }, { "name": "Timo Tijhof", "email": "krinklemail@gmail.com" }, { "name": "Trevor Parscal", "email": "trevor@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/master" }, "time": "2020-07-10T06:13:45+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": "v1.4.1", "source": { "type": "git", "url": "https://github.com/pear/Mail.git", "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7", "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7", "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-2-Clause" ], "authors": [ { "name": "Chuck Hagenbuch", "email": "chuck@horde.org", "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": "2017-04-11T17:27:29+00:00" }, { "name": "pear/mail_mime", "version": "1.10.11", "source": { "type": "git", "url": "https://github.com/pear/Mail_Mime.git", "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/d4fb9ce61201593d0f8c6db629c45e29c3409c14", "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14", "shasum": "" }, "require": { "pear/pear-core-minimal": "*", "php": ">=5.2.0" }, "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": "2021-09-05T08:42:45+00:00" }, { "name": "pear/net_smtp", "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/pear/Net_SMTP.git", "reference": "ee0e156ab94b37ac7ad10623a4a62f10a2a2d421" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/ee0e156ab94b37ac7ad10623a4a62f10a2a2d421", "reference": "ee0e156ab94b37ac7ad10623a4a62f10a2a2d421", "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" } ], "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": "2020-06-06T22:45:09+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/pear-core-minimal", "version": "v1.10.11", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d", "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", "pear/pear_exception": "~1.0" }, "replace": { "rsky/pear-core-min": "self.version" }, "type": "library", "autoload": { "psr-0": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "src/" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Christian Weiske", "email": "cweiske@php.net", "role": "Lead" } ], "description": "Minimal set of PEAR core files to be used as composer dependency", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, "time": "2021-08-10T22:31:03+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": "pleonasm/bloom-filter", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/pleonasm/bloom-filter.git", "reference": "4a3292c9f83a778c44271bf4e4f6be1204b87f7b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pleonasm/bloom-filter/zipball/4a3292c9f83a778c44271bf4e4f6be1204b87f7b", "reference": "4a3292c9f83a778c44271bf4e4f6be1204b87f7b", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7 || ^6.4", "satooshi/php-coveralls": "^1.0.1" }, "type": "library", "autoload": { "psr-4": { "Pleo\\BloomFilter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Matthew Nagi", "email": "matthew.nagi@base-2.net" } ], "description": "A pure PHP implementation of a Bloom Filter", "keywords": [ "Bloom Filter", "bloom", "filter", "sets" ], "support": { "email": "matthew.nagi@base-2.net", "issues": "https://github.com/pleonasm/bloom-filter/issues", "source": "https://github.com/pleonasm/bloom-filter/tree/master" }, "time": "2018-03-03T21:16:42+00:00" }, { "name": "psr/container", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://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/master" }, "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "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": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/master" }, "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "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": "http://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.3" }, "time": "2020-03-23T09:12:05+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/polyfill-intl-idn", "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a", "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-mbstring": "^1.3", "symfony/polyfill-php72": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.17-dev" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Laurent Bassin", "email": "laurent@bassin.info" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "idn", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-idn/tree/master" }, "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": "2020-05-12T16:47:27+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.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": "2022-03-04T08:16:47+00:00" }, { "name": "wikimedia/assert", "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/wikimedia/Assert.git", "reference": "d8e97f15b8f3d3799899e3d56452d34511be5764" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/Assert/zipball/d8e97f15b8f3d3799899e3d56452d34511be5764", "reference": "d8e97f15b8f3d3799899e3d56452d34511be5764", "shasum": "" }, "require": { "php": ">=7.2.9" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.4.0", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "29.0.0", "mediawiki/minus-x": "1.0.0", "ockcyp/covers-validator": "1.1.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/master" }, "time": "2020-02-14T19:22:00+00:00" }, { "name": "wikimedia/at-ease", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/at-ease.git", "reference": "013ac61929797839c80a111a3f1a4710d8248e7a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/013ac61929797839c80a111a3f1a4710d8248e7a", "reference": "013ac61929797839c80a111a3f1a4710d8248e7a", "shasum": "" }, "require": { "php": ">=5.6.99" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "22.0.0", "mediawiki/minus-x": "0.3.1", "ockcyp/covers-validator": "0.5.1 || 0.6.1", "phpunit/phpunit": "4.8.36 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/Wikimedia/Functions.php" ], "psr-4": { "Wikimedia\\AtEase\\": "src/Wikimedia/AtEase/" } }, "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/master" }, "time": "2018-10-10T15:39:06+00:00" }, { "name": "wikimedia/base-convert", "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/wikimedia/base-convert.git", "reference": "449f0d0237cf1e0e71faec90680c88d4af6e711d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/base-convert/zipball/449f0d0237cf1e0e71faec90680c88d4af6e711d", "reference": "449f0d0237cf1e0e71faec90680c88d4af6e711d", "shasum": "" }, "require": { "php": ">=7.2.9" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.4.0", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "29.0.0", "mediawiki/minus-x": "1.0.0", "ockcyp/covers-validator": "1.1.1", "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/master" }, "time": "2020-03-09T05:35:22+00:00" }, { "name": "wikimedia/cdb", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/wikimedia/cdb.git", "reference": "d49d96232f045311dc1f21bf0d7e40adf82a1f1d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/cdb/zipball/d49d96232f045311dc1f21bf0d7e40adf82a1f1d", "reference": "d49d96232f045311dc1f21bf0d7e40adf82a1f1d", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9", "mediawiki/mediawiki-codesniffer": "0.5.0", "phpunit/phpunit": "4.6.*" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Daniel Kinzler" }, { "name": "Tim Starling", "email": "tstarling@wikimedia.org" }, { "name": "Chad Horohoe", "email": "chad@wikimedia.org" }, { "name": "Ori Livneh", "email": "ori@wikimedia.org" } ], "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/master" }, "time": "2016-05-29T07:39:26+00:00" }, { "name": "wikimedia/cldr-plural-rule-parser", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/CLDRPluralRuleParser.git", "reference": "2b623a411b1a8efa4363e9fda9da496ab83a5d69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/CLDRPluralRuleParser/zipball/2b623a411b1a8efa4363e9fda9da496ab83a5d69", "reference": "2b623a411b1a8efa4363e9fda9da496ab83a5d69", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "jakub-onderka/php-parallel-lint": "^0.9.0.0", "mediawiki/mediawiki-codesniffer": "^0.3.0.0", "phpunit/phpunit": "^4.7.7.0" }, "type": "library", "autoload": { "psr-4": { "CLDRPluralRuleParser\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "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/v1.0.0" }, "time": "2015-08-28T17:03:03+00:00" }, { "name": "wikimedia/common-passwords", "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/wikimedia/common-passwords.git", "reference": "b9db612730d427a55e28f4a9b143b87fd72173e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/common-passwords/zipball/b9db612730d427a55e28f4a9b143b87fd72173e0", "reference": "b9db612730d427a55e28f4a9b143b87fd72173e0", "shasum": "" }, "require": { "php": ">=7.2.9", "pleonasm/bloom-filter": "1.0.2" }, "replace": { "wikimedia/password-blacklist": "^0.1.4" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "31.0.0", "mediawiki/minus-x": "1.1.0", "ockcyp/covers-validator": "1.1.1", "php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-parallel-lint": "1.2.0", "phpunit/phpunit": "^8.5" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\CommonPasswords\\": "src/CommonPasswords/", "Wikimedia\\PasswordBlacklist\\": "src/PasswordBlacklist/" } }, "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/common-passwords/issues", "source": "https://github.com/wikimedia/common-passwords/tree/0.2.0" }, "time": "2020-06-11T14:00:12+00:00" }, { "name": "wikimedia/composer-merge-plugin", "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/wikimedia/composer-merge-plugin.git", "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", "shasum": "" }, "require": { "composer-plugin-api": "^1.1||^2.0", "php": ">=7.2.0" }, "require-dev": { "composer/composer": "^1.1||^2.0", "php-parallel-lint/php-parallel-lint": "~1.1.0", "phpunit/phpunit": "^8.5||^9.0", "squizlabs/php_codesniffer": "~3.5.4" }, "type": "composer-plugin", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin" }, "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.0.1" }, "time": "2021-02-24T05:28:06+00:00" }, { "name": "wikimedia/html-formatter", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/wikimedia/html-formatter.git", "reference": "3abeb56b30f436a486735ca53f6af0ba6367e4cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/html-formatter/zipball/3abeb56b30f436a486735ca53f6af0ba6367e4cf", "reference": "3abeb56b30f436a486735ca53f6af0ba6367e4cf", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-mbstring": "*", "php": ">=7.2.9" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "34.0.0", "mediawiki/minus-x": "1.1.0", "ockcyp/covers-validator": "1.3.1", "php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-parallel-lint": "1.2.0", "phpunit/phpunit": "^8.5" }, "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/html-formatter/tree/2.0.1" }, "time": "2021-01-09T04:31:34+00:00" }, { "name": "wikimedia/ip-set", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/IPSet.git", "reference": "f84555041a405f0ea51c64a0c7fb5fac36e99b84" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/IPSet/zipball/f84555041a405f0ea51c64a0c7fb5fac36e99b84", "reference": "f84555041a405f0ea51c64a0c7fb5fac36e99b84", "shasum": "" }, "require": { "php": ">=5.6.99", "wikimedia/at-ease": "2.0.0" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "26.0.0", "mediawiki/minus-x": "0.3.1", "ockcyp/covers-validator": "0.5.1 || 0.6.1", "phpunit/phpunit": "4.8.36 || ^6.5" }, "type": "library", "autoload": { "psr-4": { "Wikimedia\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Brandon Black", "email": "blblack@gmail.com" } ], "description": "Efficiently match IP addresses against a set of CIDR specifications.", "homepage": "https://www.mediawiki.org/wiki/IPSet", "support": { "source": "https://github.com/wikimedia/IPSet/tree/2.1.0" }, "time": "2019-07-16T08:14:03+00:00" }, { "name": "wikimedia/ip-utils", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-IPUtils.git", "reference": "c505b99c0dfab12254d64a5e064bddd13cf066ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-IPUtils/zipball/c505b99c0dfab12254d64a5e064bddd13cf066ad", "reference": "c505b99c0dfab12254d64a5e064bddd13cf066ad", "shasum": "" }, "require": { "php": ">=5.6.99", "wikimedia/base-convert": "^2.0.0", "wikimedia/ip-set": "^2.0.0" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "24.0.0", "mediawiki/minus-x": "0.3.1", "ockcyp/covers-validator": "0.5.1 || 0.6.1", "phpunit/phpunit": "4.8.36 || ^6.5" }, "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": "Functions and constants to play with IP addresses and ranges", "homepage": "https://www.mediawiki.org/wiki/IPUtils", "support": { "source": "https://github.com/wikimedia/mediawiki-libs-IPUtils/tree/master" }, "time": "2019-06-25T17:43:18+00:00" }, { "name": "wikimedia/less.php", "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/less.php.git", "reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/less.php/zipball/a486d78b9bd16b72f237fc6093aa56d69ce8bd13", "reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13", "shasum": "" }, "require": { "php": ">=7.2.9" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "34.0.0", "mediawiki/minus-x": "1.0.0", "php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-parallel-lint": "1.2.0", "phpunit/phpunit": "^8.5" }, "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": "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 Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)", "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/v3.1.0" }, "time": "2020-12-11T19:33:31+00:00" }, { "name": "wikimedia/object-factory", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/wikimedia/object-factory.git", "reference": "d2e8cba4c8d98c29f6dd2f93cf19b0792dd83d42" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/object-factory/zipball/d2e8cba4c8d98c29f6dd2f93cf19b0792dd83d42", "reference": "d2e8cba4c8d98c29f6dd2f93cf19b0792dd83d42", "shasum": "" }, "require": { "php": ">=5.6.99", "psr/container": "1.0.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "34.0.0", "mediawiki/minus-x": "1.1.0", "ockcyp/covers-validator": "1.3.1", "php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-parallel-lint": "1.2.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": "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/v2.2.0" }, "time": "2022-03-10T01:19:51+00:00" }, { "name": "wikimedia/parsoid", "version": "v0.12.3", "source": { "type": "git", "url": "https://github.com/wikimedia/parsoid.git", "reference": "84b1154f535c7a8c5e64d28f2646935f05efecef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/parsoid/zipball/84b1154f535c7a8c5e64d28f2646935f05efecef", "reference": "84b1154f535c7a8c5e64d28f2646935f05efecef", "shasum": "" }, "require": { "composer/semver": "^1.5.1|^3.0.1", "ext-dom": "*", "ext-json": "*", "liuggio/statsd-php-client": "^1.0.18", "php": ">=7.2.0", "psr/log": "^1.1.2", "wikimedia/assert": "0.4.0|^0.5.0", "wikimedia/ip-utils": "^1.0.0|^2.0.0", "wikimedia/object-factory": "^2.1", "wikimedia/remex-html": "^2.2.0", "wikimedia/scoped-callback": "^3.0.0", "wikimedia/wikipeg": "2.0.5", "wikimedia/zest-css": "^1.1.3" }, "conflict": { "wikimedia/langconv": "<0.3.5 || >=0.4" }, "require-dev": { "composer/composer": "^1.10.22||^2.1.8", "ext-curl": "*", "mediawiki/mediawiki-codesniffer": "38.0.0", "mediawiki/mediawiki-phan-config": "0.10.3", "mediawiki/minus-x": "1.1.0", "monolog/monolog": "~1.25.2", "ockcyp/covers-validator": "1.1.1", "php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-parallel-lint": "1.2.0", "phpunit/phpunit": "^8.5", "sebastian/diff": "^3.0.2", "wikimedia/alea": "^0.9.2", "wikimedia/langconv": "^0.3.5", "wikimedia/testing-access-wrapper": "~1.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 Parsing 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/parsoid/tree/v0.12.3", "wiki": "https://www.mediawiki.org/wiki/Parsoid" }, "time": "2022-08-16T21:16:56+00:00" }, { "name": "wikimedia/php-session-serializer", "version": "v1.0.7", "source": { "type": "git", "url": "https://github.com/wikimedia/php-session-serializer.git", "reference": "9382814e701c94358ae02f3260b7ac4951385d83" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/php-session-serializer/zipball/9382814e701c94358ae02f3260b7ac4951385d83", "reference": "9382814e701c94358ae02f3260b7ac4951385d83", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/log": "^1.0", "wikimedia/at-ease": "1.2.0 || 2.0.0" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "24.0.0", "mediawiki/minus-x": "0.3.1", "phpunit/phpunit": "4.8.36 || ^6.5" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Brad Jorsch", "email": "bjorsch@wikimedia.org" } ], "description": "Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION", "homepage": "https://www.mediawiki.org/wiki/Php-session-serializer", "support": { "source": "https://github.com/wikimedia/php-session-serializer/tree/master" }, "time": "2019-02-12T00:31:20+00:00" }, { "name": "wikimedia/purtle", "version": "v1.0.7", "source": { "type": "git", "url": "https://github.com/wikimedia/purtle.git", "reference": "569064c065caae036cd5a685574b6f96f05cfe33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/purtle/zipball/569064c065caae036cd5a685574b6f96f05cfe33", "reference": "569064c065caae036cd5a685574b6f96f05cfe33", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "16.0.1", "mediawiki/minus-x": "0.3.1", "ockcyp/covers-validator": "0.5.1 || 0.6.1", "phpmd/phpmd": "~2.3", "phpunit/phpunit": "4.8.36 || ^6.5" }, "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": "C. Scott Ananian" }, { "name": "Thiemo Kreuz" } ], "description": "Fast streaming RDF serializer", "homepage": "https://mediawiki.org/wiki/Purtle", "keywords": [ "JSON-LD", "RDF", "Turtle", "serializer" ], "support": { "irc": "irc://irc.freenode.net/wikimedia-dev", "source": "https://github.com/wikimedia/purtle/tree/v1.0.7" }, "time": "2018-03-20T09:26:13+00:00" }, { "name": "wikimedia/relpath", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/wikimedia/RelPath.git", "reference": "35e701ff16abf461bb8676a9d9177f86fa0b2c94" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/RelPath/zipball/35e701ff16abf461bb8676a9d9177f86fa0b2c94", "reference": "35e701ff16abf461bb8676a9d9177f86fa0b2c94", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "jakub-onderka/php-parallel-lint": "^0.9.0.0", "mediawiki/mediawiki-codesniffer": "15.0.0", "phpunit/phpunit": "^4.8.9.0" }, "type": "library", "autoload": { "files": [ "src/RelPath/RelPath.php", "src/Wikimedia/RelPath.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ori Livneh", "email": "ori@wikimedia.org" } ], "description": "Compute a relative filepath between two paths.", "homepage": "https://www.mediawiki.org/wiki/RelPath", "support": { "source": "https://github.com/wikimedia/RelPath/tree/master" }, "time": "2018-01-18T21:23:40+00:00" }, { "name": "wikimedia/remex-html", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/wikimedia/remex-html.git", "reference": "7792461b0605b1fcd4bba47bf54cdc64790edb48" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/remex-html/zipball/7792461b0605b1fcd4bba47bf54cdc64790edb48", "reference": "7792461b0605b1fcd4bba47bf54cdc64790edb48", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", "php": ">=7.2.9", "wikimedia/utfnormal": "1.1.0 || 2.0.0" }, "require-dev": { "ext-json": "*", "jakub-onderka/php-console-highlighter": "0.4.0", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "30.0.0", "mediawiki/mediawiki-phan-config": "0.9.2", "mediawiki/minus-x": "1.0.0", "ockcyp/covers-validator": "1.1.1", "phpunit/phpunit": "^8.5" }, "type": "library", "autoload": { "psr-4": { "RemexHtml\\": "RemexHtml/" } }, "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/remex-html/tree/2.2.0" }, "time": "2020-04-29T21:17:01+00:00" }, { "name": "wikimedia/running-stat", "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/wikimedia/RunningStat.git", "reference": "60eebada7cc64b7073d90e7d4bab00efaafa0ba9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/RunningStat/zipball/60eebada7cc64b7073d90e7d4bab00efaafa0ba9", "reference": "60eebada7cc64b7073d90e7d4bab00efaafa0ba9", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "jakub-onderka/php-parallel-lint": "^0.9.0.0", "mediawiki/mediawiki-codesniffer": "15.0.0", "phpunit/phpunit": "4.8.*" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "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/RunningStat/tree/master" }, "time": "2018-01-18T22:18:47+00:00" }, { "name": "wikimedia/scoped-callback", "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/ScopedCallback.git", "reference": "0a480d9a9772634697c77598726cf24606597bd0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/ScopedCallback/zipball/0a480d9a9772634697c77598726cf24606597bd0", "reference": "0a480d9a9772634697c77598726cf24606597bd0", "shasum": "" }, "require": { "php": ">=5.6.99" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "22.0.0", "mediawiki/minus-x": "0.3.1", "ockcyp/covers-validator": "0.5.1 || 0.6.1", "phpunit/phpunit": "4.8.36 || ^6.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": "Class for asserting that a callback happens when a dummy object leaves scope", "homepage": "https://www.mediawiki.org/wiki/ScopedCallback", "support": { "issues": "https://github.com/wikimedia/ScopedCallback/issues", "source": "https://github.com/wikimedia/ScopedCallback/tree/master" }, "time": "2018-10-30T23:52:20+00:00" }, { "name": "wikimedia/services", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-Services.git", "reference": "5ef69a8a8b0d2ea115d08469bdab468f58fac820" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Services/zipball/5ef69a8a8b0d2ea115d08469bdab468f58fac820", "reference": "5ef69a8a8b0d2ea115d08469bdab468f58fac820", "shasum": "" }, "require": { "php": ">=7.2.9", "psr/container": "^1.0.0", "wikimedia/assert": "^0.5.0", "wikimedia/scoped-callback": "^3.0" }, "provide": { "psr/container-implementation": "1.0.0" }, "require-dev": { "mediawiki/mediawiki-codesniffer": "31.0.0", "mediawiki/minus-x": "1.1.0", "ockcyp/covers-validator": "1.1.1", "php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-parallel-lint": "1.2.0", "phpunit/phpunit": "^8.5" }, "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", "support": { "source": "https://github.com/wikimedia/mediawiki-libs-Services/tree/master" }, "time": "2020-06-29T02:46:53+00:00" }, { "name": "wikimedia/timestamp", "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/Timestamp.git", "reference": "42ce5586d2189826e28ebcf4cedc96226b6d77e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/Timestamp/zipball/42ce5586d2189826e28ebcf4cedc96226b6d77e2", "reference": "42ce5586d2189826e28ebcf4cedc96226b6d77e2", "shasum": "" }, "require": { "php": ">=5.6.99" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "24.0.0", "mediawiki/minus-x": "0.3.1", "ockcyp/covers-validator": "0.5.1 || 0.6.1", "phpunit/phpunit": "4.8.36 || ^6.5" }, "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/Timestamp/tree/master" }, "time": "2019-06-19T13:12:08+00:00" }, { "name": "wikimedia/utfnormal", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/utfnormal.git", "reference": "ec1ec7ce9e25cd275c532afd30bb6092a7633990" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/utfnormal/zipball/ec1ec7ce9e25cd275c532afd30bb6092a7633990", "reference": "ec1ec7ce9e25cd275c532afd30bb6092a7633990", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "ext-mbstring": "*", "jakub-onderka/php-console-highlighter": "0.3.2", "jakub-onderka/php-parallel-lint": "0.9.2", "mediawiki/mediawiki-codesniffer": "16.0.1", "mediawiki/minus-x": "0.3.1", "phpunit/phpunit": "4.8.36" }, "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/master" }, "time": "2018-02-27T02:26:36+00:00" }, { "name": "wikimedia/wait-condition-loop", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/wikimedia/wait-condition-loop.git", "reference": "0321b8ca6a0f701f96e04e5e8e6d3e244ab05338" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/wait-condition-loop/zipball/0321b8ca6a0f701f96e04e5e8e6d3e244ab05338", "reference": "0321b8ca6a0f701f96e04e5e8e6d3e244ab05338", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9.2", "mediawiki/mediawiki-codesniffer": "0.7.2", "phpunit/phpunit": "4.8.24" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "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/v1.0.1" }, "time": "2016-10-01T06:58:30+00:00" }, { "name": "wikimedia/wikipeg", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/wikimedia/wikipeg.git", "reference": "df47c20859c80923d08ce906c5c7412161ef052f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/wikipeg/zipball/df47c20859c80923d08ce906c5c7412161ef052f", "reference": "df47c20859c80923d08ce906c5c7412161ef052f", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": ">=7.2" }, "require-dev": { "mediawiki/minus-x": "1.1.0", "php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-parallel-lint": "1.2.0" }, "type": "library", "autoload": { "psr-4": { "WikiPEG\\": "src", "WikiPEG\\Tests\\": "tests/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Parser generator for JavaScript and PHP", "support": { "source": "https://github.com/wikimedia/wikipeg/tree/2.0.5" }, "time": "2020-12-17T21:12:05+00:00" }, { "name": "wikimedia/wrappedstring", "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/wikimedia/WrappedString.git", "reference": "11b01a2286fd377cb15c2f5561e10f56d58f37a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/WrappedString/zipball/11b01a2286fd377cb15c2f5561e10f56d58f37a9", "reference": "11b01a2286fd377cb15c2f5561e10f56d58f37a9", "shasum": "" }, "require": { "php": ">=7.2.9" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.4.0", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "29.0.0", "mediawiki/minus-x": "1.0.0", "ockcyp/covers-validator": "1.1.1", "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/v3.2.0" }, "time": "2020-02-29T09:50:58+00:00" }, { "name": "wikimedia/xmp-reader", "version": "0.8.5", "source": { "type": "git", "url": "https://github.com/wikimedia/xmp-reader.git", "reference": "99e6c9397d281f3c9842f3e72588fc04ef3e6fa4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/xmp-reader/zipball/99e6c9397d281f3c9842f3e72588fc04ef3e6fa4", "reference": "99e6c9397d281f3c9842f3e72588fc04ef3e6fa4", "shasum": "" }, "require": { "ext-iconv": "*", "ext-libxml": "*", "ext-xml": "*", "ext-xmlreader": "*", "php": ">=7.2.9", "psr/log": "^1.0", "wikimedia/at-ease": "^2.0.0", "wikimedia/scoped-callback": "^1.0 || ^2.0 || ^3.0 || ^4.0", "wikimedia/timestamp": "^1.0 || ^2.0 || ^3.0 || ^4.0" }, "require-dev": { "ext-exif": "*", "mediawiki/mediawiki-codesniffer": "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": { "psr-4": { "Wikimedia\\XMPReader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Brian Wolff", "email": "bawolff+wn@gmail.com" } ], "description": "Reader for XMP data containing properties relevant to images", "homepage": "https://www.mediawiki.org/wiki/XMPReader", "keywords": [ "IPTC", "exif", "metadata", "parse", "xmp" ], "support": { "source": "https://github.com/wikimedia/xmp-reader/tree/0.8.5" }, "time": "2022-10-20T14:10:29+00:00" }, { "name": "wikimedia/zest-css", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-libs-Zest.git", "reference": "6d7e7a879a2f8814907935a54c989055d5952b0d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-libs-Zest/zipball/6d7e7a879a2f8814907935a54c989055d5952b0d", "reference": "6d7e7a879a2f8814907935a54c989055d5952b0d", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-xml": "*", "php": ">=7.2.0" }, "require-dev": { "jakub-onderka/php-console-highlighter": "0.4.0", "jakub-onderka/php-parallel-lint": "1.0.0", "mediawiki/mediawiki-codesniffer": "30.0.0", "mediawiki/mediawiki-phan-config": "0.9.1", "mediawiki/minus-x": "1.0.0", "ockcyp/covers-validator": "1.1.1", "phpunit/phpunit": "^8.5", "wikimedia/remex-html": "2.2.0", "wikimedia/testing-access-wrapper": "~1.0" }, "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" } ], "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/1.1.3" }, "time": "2020-04-29T22:04:34+00:00" }, { "name": "zordius/lightncandy", "version": "v1.2.5", "source": { "type": "git", "url": "https://github.com/zordius/lightncandy.git", "reference": "37aa381e0f27d411a630062070c7a5a2174c62e7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zordius/lightncandy/zipball/37aa381e0f27d411a630062070c7a5a2174c62e7", "reference": "37aa381e0f27d411a630062070c7a5a2174c62e7", "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/master" }, "time": "2020-03-08T06:00:24+00:00" } ], "packages-dev": [ { "name": "php-parallel-lint/php-parallel-lint", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git", "reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/474f18bc6cc6aca61ca40bfab55139de614e51ca", "reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.4.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.3", "squizlabs/php_codesniffer": "~3.0" }, "suggest": { "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet" }, "bin": [ "parallel-lint" ], "type": "library", "autoload": { "classmap": [ "./" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Jakub Onderka", "email": "ahoj@jakubonderka.cz" } ], "description": "This tool check syntax of PHP files about 20x faster than serial check.", "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", "support": { "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues", "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/master" }, "time": "2020-04-04T12:18:32+00:00" }, { "name": "phplang/scope-exit", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/phplang/scope-exit.git", "reference": "239b73abe89f9414aa85a7ca075ec9445629192b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phplang/scope-exit/zipball/239b73abe89f9414aa85a7ca075ec9445629192b", "reference": "239b73abe89f9414aa85a7ca075ec9445629192b", "shasum": "" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-4": { "PhpLang\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD" ], "authors": [ { "name": "Sara Golemon", "email": "pollita@php.net", "homepage": "https://twitter.com/SaraMG", "role": "Developer" } ], "description": "Emulation of SCOPE_EXIT construct from C++", "homepage": "https://github.com/phplang/scope-exit", "keywords": [ "cleanup", "exit", "scope" ], "support": { "issues": "https://github.com/phplang/scope-exit/issues", "source": "https://github.com/phplang/scope-exit/tree/master" }, "time": "2016-09-17T00:15:18+00:00" }, { "name": "swaggest/json-diff", "version": "v3.10.4", "source": { "type": "git", "url": "https://github.com/swaggest/json-diff.git", "reference": "f4e511708060ff7511a3743fab4aa484a062bcfb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swaggest/json-diff/zipball/f4e511708060ff7511a3743fab4aa484a062bcfb", "reference": "f4e511708060ff7511a3743fab4aa484a062bcfb", "shasum": "" }, "require": { "ext-json": "*" }, "require-dev": { "phperf/phpunit": "4.8.37" }, "type": "library", "autoload": { "psr-4": { "Swaggest\\JsonDiff\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Viacheslav Poturaev", "email": "vearutop@gmail.com" } ], "description": "JSON diff/rearrange/patch/pointer library for PHP", "support": { "issues": "https://github.com/swaggest/json-diff/issues", "source": "https://github.com/swaggest/json-diff/tree/v3.10.4" }, "time": "2022-11-09T13:21:05+00:00" }, { "name": "swaggest/json-schema", "version": "v0.12.29", "source": { "type": "git", "url": "https://github.com/swaggest/php-json-schema.git", "reference": "7564d4a5fc8c068479698a30e5a7c589ea32a9c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/7564d4a5fc8c068479698a30e5a7c589ea32a9c6", "reference": "7564d4a5fc8c068479698a30e5a7c589ea32a9c6", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": ">=5.4", "phplang/scope-exit": "^1.0", "swaggest/json-diff": "^3.5.1" }, "require-dev": { "phpunit/php-code-coverage": "2.2.4", "phpunit/phpunit": "4.8.35" }, "type": "library", "autoload": { "psr-4": { "Swaggest\\JsonSchema\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Viacheslav Poturaev", "email": "vearutop@gmail.com" } ], "description": "High definition PHP structures with JSON-schema based validation", "support": { "email": "vearutop@gmail.com", "issues": "https://github.com/swaggest/php-json-schema/issues", "source": "https://github.com/swaggest/php-json-schema/tree/v0.12.29" }, "time": "2020-03-19T08:41:40+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.3.19", "composer-plugin-api": "^1.1|^2.0" }, "platform-dev": [], "plugin-api-version": "2.3.0" }