From fc7369835258467bf97eb64f184b93691f9a9fd5 Mon Sep 17 00:00:00 2001 From: Yaco Date: Thu, 4 Jun 2020 11:01:00 -0300 Subject: first commit --- www/wiki/composer.lock | 6630 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 6630 insertions(+) create mode 100644 www/wiki/composer.lock (limited to 'www/wiki/composer.lock') diff --git a/www/wiki/composer.lock b/www/wiki/composer.lock new file mode 100644 index 00000000..a1a6f305 --- /dev/null +++ b/www/wiki/composer.lock @@ -0,0 +1,6630 @@ +{ + "_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": "355db42c500dea39daef270791d28763", + "packages": [ + { + "name": "composer/installers", + "version": "v1.7.0", + "source": { + "type": "git", + "url": "https://github.com/composer/installers.git", + "reference": "141b272484481432cda342727a427dc1e206bfa0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/installers/zipball/141b272484481432cda342727a427dc1e206bfa0", + "reference": "141b272484481432cda342727a427dc1e206bfa0", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0" + }, + "replace": { + "roundcube/plugin-installer": "*", + "shama/baton": "*" + }, + "require-dev": { + "composer/composer": "1.0.*@dev", + "phpunit/phpunit": "^4.8.36" + }, + "type": "composer-plugin", + "extra": { + "class": "Composer\\Installers\\Plugin", + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Installers\\": "src/Composer/Installers" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kyle Robinson Young", + "email": "kyle@dontkry.com", + "homepage": "https://github.com/shama" + } + ], + "description": "A multi-framework Composer library installer", + "homepage": "https://composer.github.io/installers/", + "keywords": [ + "Craft", + "Dolibarr", + "Eliasis", + "Hurad", + "ImageCMS", + "Kanboard", + "Lan Management System", + "MODX Evo", + "Mautic", + "Maya", + "OXID", + "Plentymarkets", + "Porto", + "RadPHP", + "SMF", + "Thelia", + "Whmcs", + "WolfCMS", + "agl", + "aimeos", + "annotatecms", + "attogram", + "bitrix", + "cakephp", + "chef", + "cockpit", + "codeigniter", + "concrete5", + "croogo", + "dokuwiki", + "drupal", + "eZ Platform", + "elgg", + "expressionengine", + "fuelphp", + "grav", + "installer", + "itop", + "joomla", + "known", + "kohana", + "laravel", + "lavalite", + "lithium", + "magento", + "majima", + "mako", + "mediawiki", + "modulework", + "modx", + "moodle", + "osclass", + "phpbb", + "piwik", + "ppi", + "puppet", + "pxcms", + "reindex", + "roundcube", + "shopware", + "silverstripe", + "sydes", + "symfony", + "typo3", + "wordpress", + "yawik", + "zend", + "zikula" + ], + "time": "2019-08-12T15:00:31+00:00" + }, + { + "name": "composer/semver", + "version": "1.4.2", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", + "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", + "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.5 || ^5.0.5", + "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" + }, + "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" + ], + "time": "2016-08-30T16:08:34+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.", + "time": "2019-05-10T23:50:10+00:00" + }, + { + "name": "data-values/common", + "version": "0.4.3", + "source": { + "type": "git", + "url": "https://github.com/DataValues/Common.git", + "reference": "844359d1e782884a2b79460a49624d9c08673666" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DataValues/Common/zipball/844359d1e782884a2b79460a49624d9c08673666", + "reference": "844359d1e782884a2b79460a49624d9c08673666", + "shasum": "" + }, + "require": { + "data-values/data-values": "~2.0|~1.0|~0.1", + "data-values/interfaces": "~0.2.0|^0.1.5", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~5.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.4.x-dev" + } + }, + "autoload": { + "files": [ + "Common.php" + ], + "psr-4": { + "DataValues\\": "src/DataValues/", + "ValueFormatters\\": "src/ValueFormatters/", + "ValueParsers\\": "src/ValueParsers/" + }, + "classmap": [ + "tests/ValueParsers" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "http://jeroendedauw.com" + } + ], + "description": "Contains common implementations of the interfaces defined by DataValuesInterfaces", + "homepage": "https://github.com/DataValues/Common", + "keywords": [ + "datavalues", + "valueformatters", + "valueparsers", + "valuevalidators", + "wikidata" + ], + "time": "2019-06-28T14:23:34+00:00" + }, + { + "name": "data-values/data-values", + "version": "2.1.1", + "source": { + "type": "git", + "url": "https://github.com/DataValues/DataValues.git", + "reference": "5d7ad3730f05541f7c088c7c2ba1782ba56333b3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DataValues/DataValues/zipball/5d7ad3730f05541f7c088c7c2ba1782ba56333b3", + "reference": "5d7ad3730f05541f7c088c7c2ba1782ba56333b3", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "replace": { + "mediawiki/data-values": "*" + }, + "require-dev": { + "phpunit/phpunit": "~4.8", + "wikibase/wikibase-codesniffer": "^0.1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "files": [ + "DataValues.php" + ], + "classmap": [ + "src/interfaces", + "tests/phpunit/DataValueTest.php" + ], + "psr-4": { + "DataValues\\": "src/DataValues/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "http://jeroendedauw.com" + } + ], + "description": "Defines the DataValue interface and some trivial implementations", + "homepage": "https://github.com/DataValues/DataValues", + "keywords": [ + "datavalues", + "wikibase", + "wikidata" + ], + "time": "2017-09-28T11:48:25+00:00" + }, + { + "name": "data-values/geo", + "version": "4.1.0", + "source": { + "type": "git", + "url": "https://github.com/DataValues/Geo.git", + "reference": "36e62af6c2769eab2c5d7d278c98b4917f1081b3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DataValues/Geo/zipball/36e62af6c2769eab2c5d7d278c98b4917f1081b3", + "reference": "36e62af6c2769eab2c5d7d278c98b4917f1081b3", + "shasum": "" + }, + "require": { + "data-values/data-values": "~2.0|~1.0|~0.1", + "data-values/interfaces": "^0.2.0", + "php": ">=7.1" + }, + "require-dev": { + "jeroen/nyancat-phpunit-resultprinter": "~2.2", + "ockcyp/covers-validator": "~1.0", + "phpunit/phpunit": "~7.1", + "wikibase/wikibase-codesniffer": "^0.5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "DataValues\\Geo\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "http://jeroendedauw.com" + }, + { + "name": "The Wikidata team", + "role": "Developer" + } + ], + "description": "Geographical value objects, parsers and formatters", + "homepage": "https://github.com/DataValues/Geo", + "keywords": [ + "Degrees", + "Minutes", + "coordinate", + "coordinates", + "datavalues", + "dms", + "formatters", + "geo", + "geographical", + "latitude", + "latlong", + "longitude", + "parsers", + "seconds", + "wikidata" + ], + "time": "2018-10-29T10:28:15+00:00" + }, + { + "name": "data-values/interfaces", + "version": "0.2.5", + "source": { + "type": "git", + "url": "https://github.com/DataValues/Interfaces.git", + "reference": "441a5c3c4d1ac8998ee95a0aafbf30e1064ae6f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DataValues/Interfaces/zipball/441a5c3c4d1ac8998ee95a0aafbf30e1064ae6f4", + "reference": "441a5c3c4d1ac8998ee95a0aafbf30e1064ae6f4", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "require-dev": { + "phpunit/phpunit": "~4.8", + "wikibase/wikibase-codesniffer": "^0.1.0" + }, + "type": "library", + "autoload": { + "files": [ + "Interfaces.php" + ], + "psr-4": { + "ValueFormatters\\": "src/ValueFormatters/", + "ValueParsers\\": "src/ValueParsers/", + "ValueValidators\\": "src/ValueValidators/" + }, + "classmap": [ + "tests/ValueFormatters/ValueFormatterTestBase.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "http://jeroendedauw.com" + } + ], + "description": "Defines interfaces for ValueParsers, ValueFormatters and ValueValidators", + "homepage": "https://github.com/DataValues/Interfaces", + "keywords": [ + "datavalues", + "valueformatters", + "valueparsers", + "valuevalidators", + "wikidata" + ], + "time": "2017-08-09T15:18:46+00:00" + }, + { + "name": "data-values/validators", + "version": "0.1.3", + "source": { + "type": "git", + "url": "https://github.com/DataValues/Validators.git", + "reference": "926673bd5e23c52514933c0b65c2b44c222e27d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DataValues/Validators/zipball/926673bd5e23c52514933c0b65c2b44c222e27d0", + "reference": "926673bd5e23c52514933c0b65c2b44c222e27d0", + "shasum": "" + }, + "require": { + "data-values/data-values": "^2.1.1|~1.0|~0.1", + "data-values/interfaces": "~0.2.0|~0.1.0", + "php": ">=5.5.9" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35", + "wikibase/wikibase-codesniffer": "0.4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "ValueValidators\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "http://jeroendedauw.com" + }, + { + "name": "The Wikidata team", + "role": "Developer" + } + ], + "description": "Common ValueValidator implementations", + "homepage": "https://github.com/DataValues/Validators", + "keywords": [ + "datavalues", + "validation", + "validators", + "wikidata" + ], + "time": "2018-08-28T05:49:45+00:00" + }, + { + "name": "elasticsearch/elasticsearch", + "version": "v6.7.2", + "source": { + "type": "git", + "url": "https://github.com/elastic/elasticsearch-php.git", + "reference": "9ba89f905ebf699e72dacffa410331c7fecc8255" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/9ba89f905ebf699e72dacffa410331c7fecc8255", + "reference": "9ba89f905ebf699e72dacffa410331c7fecc8255", + "shasum": "" + }, + "require": { + "ext-json": ">=1.3.7", + "guzzlehttp/ringphp": "~1.0", + "php": "^7.0", + "psr/log": "~1.0" + }, + "require-dev": { + "cpliakas/git-wrapper": "^1.7 || ^2.1", + "doctrine/inflector": "^1.1", + "mockery/mockery": "^1.2", + "phpstan/phpstan-shim": "^0.9 || ^0.11", + "phpunit/phpunit": "^5.7 || ^6.5", + "squizlabs/php_codesniffer": "^3.4", + "symfony/finder": "^2.8", + "symfony/yaml": "^2.8" + }, + "suggest": { + "ext-curl": "*", + "monolog/monolog": "Allows for client-level logging and tracing" + }, + "type": "library", + "autoload": { + "psr-4": { + "Elasticsearch\\": "src/Elasticsearch/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Zachary Tong" + }, + { + "name": "Enrico Zimuel" + } + ], + "description": "PHP Client for Elasticsearch", + "keywords": [ + "client", + "elasticsearch", + "search" + ], + "time": "2019-07-19T14:48:24+00:00" + }, + { + "name": "guzzlehttp/ringphp", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/RingPHP.git", + "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b", + "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b", + "shasum": "" + }, + "require": { + "guzzlehttp/streams": "~3.0", + "php": ">=5.4.0", + "react/promise": "~2.0" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "~4.0" + }, + "suggest": { + "ext-curl": "Guzzle will use specific adapters if cURL is present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Ring\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", + "time": "2018-07-31T13:22:33+00:00" + }, + { + "name": "guzzlehttp/streams", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/streams.git", + "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", + "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Stream\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Provides a simple abstraction over streams of data", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "Guzzle", + "stream" + ], + "time": "2014-10-12T19:18:40+00:00" + }, + { + "name": "jeroen/file-fetcher", + "version": "6.0.0", + "source": { + "type": "git", + "url": "https://github.com/JeroenDeDauw/FileFetcher.git", + "reference": "7a17d947e268e351efc42386d4454a41b07ad481" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JeroenDeDauw/FileFetcher/zipball/7a17d947e268e351efc42386d4454a41b07ad481", + "reference": "7a17d947e268e351efc42386d4454a41b07ad481", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "psr/log": "~1.0" + }, + "require-dev": { + "ockcyp/covers-validator": "~1.0", + "phpmd/phpmd": "~2.6", + "phpstan/phpstan": "~0.10.1", + "phpunit/phpunit": "~7.2", + "squizlabs/php_codesniffer": "~3.2", + "wmde/psr-log-test-doubles": "~2.1" + }, + "suggest": { + "jeroen/file-fetcher-cache ": "Provides a SimpleCache (PSR-16) decorator for file fetchers", + "jeroen/file-fetcher-stopwatch": "Provides a Symfony Stopwatch decorator for file fetchers" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "FileFetcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "http://jeroendedauw.com" + } + ], + "description": "Simple file fetching interface", + "homepage": "https://github.com/JeroenDeDauw/FileFetcher", + "keywords": [ + "Test Doubles", + "cache", + "curl", + "file fetcher", + "file_get_contents", + "http", + "http client", + "http request", + "interface", + "mocks", + "request", + "spies", + "stubs", + "wget" + ], + "time": "2019-01-17T11:44:23+00:00" + }, + { + "name": "jeroen/file-fetcher-cache", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/JeroenDeDauw/file-fetcher-cache.git", + "reference": "8ee06db99895c1ace0ff8890b128007238ef8818" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JeroenDeDauw/file-fetcher-cache/zipball/8ee06db99895c1ace0ff8890b128007238ef8818", + "reference": "8ee06db99895c1ace0ff8890b128007238ef8818", + "shasum": "" + }, + "require": { + "jeroen/file-fetcher": "~6.0|~5.0", + "jeroen/simple-cache": "~2.0", + "php": ">=7.1", + "psr/simple-cache": "~1.0" + }, + "require-dev": { + "mediawiki/mediawiki-codesniffer": "~23.0", + "ockcyp/covers-validator": "~1.0", + "phpstan/phpstan": "~0.10.6", + "phpunit/phpunit": "~7.5", + "slevomat/coding-standard": "~4.5", + "squizlabs/php_codesniffer": "~3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "FileFetcher\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Provides a SimpleCache (PSR-16) decorator for file fetchers", + "keywords": [ + "cache", + "caching", + "file-fetcher", + "file_get_contents", + "filefetcher", + "psr-16", + "simple-cache", + "simplecache" + ], + "time": "2019-01-17T11:28:25+00:00" + }, + { + "name": "jeroen/simple-cache", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/JeroenDeDauw/SimpleCache.git", + "reference": "159a72cf2ba7b7506495914d294d9e423700bd54" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JeroenDeDauw/SimpleCache/zipball/159a72cf2ba7b7506495914d294d9e423700bd54", + "reference": "159a72cf2ba7b7506495914d294d9e423700bd54", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "replace": { + "jeroen-de-dauw/simple-cache": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "http://jeroendedauw.com" + } + ], + "description": "Small library defining a minimalistic caching interface and provides some basic implementations", + "homepage": "https://github.com/JeroenDeDauw/SimpleCache", + "keywords": [ + "cache", + "simplecache" + ], + "time": "2014-08-19T00:36:41+00:00" + }, + { + "name": "jeroen/simple-geocoder", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/JeroenDeDauw/SimpleGeocoder.git", + "reference": "8a47694a8cf087fc562d9014deb605821279ac60" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JeroenDeDauw/SimpleGeocoder/zipball/8a47694a8cf087fc562d9014deb605821279ac60", + "reference": "8a47694a8cf087fc562d9014deb605821279ac60", + "shasum": "" + }, + "require": { + "data-values/geo": "~4.0|~3.0|~2.0", + "jeroen/file-fetcher": "~6.0|~5.0|~4.0", + "php": ">=7.0", + "willdurand/geocoder": "~4.1" + }, + "require-dev": { + "geocoder-php/google-maps-provider": "~4.1", + "guzzlehttp/psr7": "~1.4", + "mediawiki/mediawiki-codesniffer": "~13.0", + "ockcyp/covers-validator": "~0.6", + "php-http/mock-client": "~1.0", + "phpstan/phpstan": "~0.8.0", + "phpunit/phpunit": "~6.2", + "slevomat/coding-standard": "~4.0", + "squizlabs/php_codesniffer": "~3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Jeroen\\SimpleGeocoder\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Simple and minimalistic Geocoder interface with some basic implementations", + "time": "2019-01-18T09:39:20+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" + ], + "time": "2015-07-23T23:12:45+00:00" + }, + { + "name": "mediawiki/bootstrap", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/cmln/mw-bootstrap.git", + "reference": "ea33f24725f1aaa595ddfef6661a4bb1a9feb289" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cmln/mw-bootstrap/zipball/ea33f24725f1aaa595ddfef6661a4bb1a9feb289", + "reference": "ea33f24725f1aaa595ddfef6661a4bb1a9feb289", + "shasum": "" + }, + "require": { + "composer/installers": "1.*,>=1.0.1", + "php": ">=5.3.0" + }, + "type": "mediawiki-extension", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "files": [ + "Bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0+" + ], + "authors": [ + { + "name": "Stephan Gambke", + "role": "Developer", + "email": "s7eph4n@gmail.com" + } + ], + "description": "Provides the Twitter Bootstrap3 web front-end framework to MediaWiki skins and extensions", + "homepage": "https://www.mediawiki.org/wiki/Extension:Bootstrap", + "keywords": [ + "bootstrap", + "extension", + "mediawiki", + "twitter", + "wiki" + ], + "time": "2019-01-15T08:57:43+00:00" + }, + { + "name": "mediawiki/chameleon-skin", + "version": "1.7.1", + "source": { + "type": "git", + "url": "https://github.com/cmln/chameleon.git", + "reference": "5b963c30033a5683ce0e919c39610ec68e2a5e9c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cmln/chameleon/zipball/5b963c30033a5683ce0e919c39610ec68e2a5e9c", + "reference": "5b963c30033a5683ce0e919c39610ec68e2a5e9c", + "shasum": "" + }, + "require": { + "composer/installers": ">1.0.12", + "ext-dom": "*", + "ext-filter": "*", + "mediawiki/bootstrap": "~1.1", + "php": ">=5.3.2" + }, + "type": "mediawiki-skin", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "files": [ + "Chameleon.php", + "src/SkinChameleon.php" + ], + "psr-4": { + "Skins\\Chameleon\\Tests\\": "tests/phpunit", + "Skins\\Chameleon\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0+" + ], + "authors": [ + { + "name": "Stephan Gambke", + "email": "s7eph4n@gmail.com", + "role": "Developer" + } + ], + "description": "A highly flexible MediaWiki skin using Twitter Bootstrap 3", + "homepage": "https://github.com/cmln/chameleon", + "keywords": [ + "bootstrap", + "mediawiki", + "skin", + "twitter", + "wiki" + ], + "time": "2018-05-10T18:32:16+00:00" + }, + { + "name": "mediawiki/maps", + "version": "7.4.0", + "source": { + "type": "git", + "url": "https://github.com/JeroenDeDauw/Maps.git", + "reference": "d4d195d5f3e57d5361882b94284286b7599e23dc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JeroenDeDauw/Maps/zipball/d4d195d5f3e57d5361882b94284286b7599e23dc", + "reference": "d4d195d5f3e57d5361882b94284286b7599e23dc", + "shasum": "" + }, + "require": { + "composer/installers": "^1.0.1", + "data-values/geo": "~4.0|~3.0", + "jeroen/file-fetcher": "~6.0|~5.0", + "jeroen/file-fetcher-cache": "~1.0", + "jeroen/simple-cache": "~2.0", + "jeroen/simple-geocoder": "~1.2", + "mediawiki/parser-hooks": "~1.5", + "mediawiki/validator": "~2.2", + "param-processor/param-processor": "^1.4.2", + "php": ">=7.1" + }, + "replace": { + "mediawiki/semantic-maps": "*" + }, + "require-dev": { + "data-values/common": "~0.4.1" + }, + "suggest": { + "mediawiki/semantic-media-wiki": "Add, edit, aggregate and visualize structured coordinate data stored with Semantic MediaWiki" + }, + "type": "mediawiki-extension", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "Maps\\": "src/", + "Maps\\Tests\\": "tests/" + }, + "classmap": [ + "MapsRegistration.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Creator and lead developer", + "email": "jeroendedauw@gmail.com", + "homepage": "https://www.entropywins.wtf" + } + ], + "description": "Adds various mapping features to MediaWiki", + "homepage": "https://github.com/JeroenDeDauw/Maps", + "keywords": [ + "OpenLayers", + "OpenStreetMap", + "Semantic Maps", + "Semantic MediaWiki", + "geocode", + "geocoding", + "google maps", + "leaflet", + "maps", + "mediawiki", + "osm" + ], + "time": "2019-08-09T18:15:24+00:00" + }, + { + "name": "mediawiki/mermaid", + "version": "2.1.1", + "source": { + "type": "git", + "url": "https://github.com/SemanticMediaWiki/Mermaid.git", + "reference": "9fe1279a9aed7afdecbbed4c183a81302ce63dce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/SemanticMediaWiki/Mermaid/zipball/9fe1279a9aed7afdecbbed4c183a81302ce63dce", + "reference": "9fe1279a9aed7afdecbbed4c183a81302ce63dce", + "shasum": "" + }, + "require": { + "composer/installers": "1.*,>=1.0.1", + "php": ">=5.6.0" + }, + "type": "mediawiki-extension", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "files": [ + "Mermaid.php" + ], + "psr-4": { + "Mermaid\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "James Hong Kong", + "role": "Developer" + } + ], + "description": "Provides a parser function to generate diagrams and flowcharts with the help of the mermaid script language", + "homepage": "https://github.com/SemanticMediaWiki/Mermaid", + "keywords": [ + "mediawiki", + "mermaid", + "parser function" + ], + "time": "2019-05-20T10:17:44+00:00" + }, + { + "name": "mediawiki/page-forms", + "version": "4.5.1", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/mediawiki-extensions-PageForms.git", + "reference": "c96d1c7e1aea42bc1fd66cdebee5800830c76a50" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/mediawiki-extensions-PageForms/zipball/c96d1c7e1aea42bc1fd66cdebee5800830c76a50", + "reference": "c96d1c7e1aea42bc1fd66cdebee5800830c76a50", + "shasum": "" + }, + "require": { + "composer/installers": "1.*,>=1.0.1", + "php": ">=5.3.0" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "0.3.2", + "jakub-onderka/php-parallel-lint": "1.0.0", + "mediawiki/mediawiki-codesniffer": "19.2.0", + "mediawiki/minus-x": "0.3.1" + }, + "suggest": { + "mediawiki/open-layers": "Allow us to use ResourceLoader for OpenLayers." + }, + "type": "mediawiki-extension", + "extra": { + "branch-alias": { + "dev-master": "4.0.x-dev" + }, + "installer-paths": { + "../{$name}": [ + "mediawiki/open-layers" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Yaron Koren", + "homepage": "http://yaronkoren.com/" + } + ], + "description": "Forms for creating and editing wiki pages.", + "homepage": "https://www.mediawiki.org/wiki/Extension:Page_Forms", + "keywords": [ + "Forms", + "PF", + "Page Forms", + "SF", + "Semantic Forms", + "mediawiki", + "wiki" + ], + "time": "2019-06-04T12:00:38+00:00" + }, + { + "name": "mediawiki/parser-hooks", + "version": "1.6.0", + "source": { + "type": "git", + "url": "https://github.com/JeroenDeDauw/ParserHooks.git", + "reference": "b30387100163cc71e49f5f086f27cb542d53459a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JeroenDeDauw/ParserHooks/zipball/b30387100163cc71e49f5f086f27cb542d53459a", + "reference": "b30387100163cc71e49f5f086f27cb542d53459a", + "shasum": "" + }, + "require": { + "param-processor/param-processor": "^1.3.2", + "php": ">=7.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, + "autoload": { + "files": [ + "ParserHooks.php" + ], + "psr-4": { + "ParserHooks\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "email": "jeroendedauw@gmail.com", + "homepage": "https://www.entropywins.wtf" + } + ], + "description": "Adds a OOP and declarative parser hook interface on top of MediaWiki", + "homepage": "https://github.com/JeroenDeDauw/ParserHooks/blob/master/README.md", + "keywords": [ + "mediawiki", + "parser function", + "parser hook", + "parserhooks", + "tag extension" + ], + "time": "2019-07-14T00:15:17+00:00" + }, + { + "name": "mediawiki/semantic-forms-select", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/SemanticMediaWiki/SemanticFormsSelect.git", + "reference": "a8a2653cf8cac5c33338eeb6eda37f318845a2b9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/SemanticMediaWiki/SemanticFormsSelect/zipball/a8a2653cf8cac5c33338eeb6eda37f318845a2b9", + "reference": "a8a2653cf8cac5c33338eeb6eda37f318845a2b9", + "shasum": "" + }, + "require": { + "composer/installers": "1.*,>=1.0.1", + "mediawiki/page-forms": ">=4.0.2", + "mediawiki/semantic-media-wiki": "~2.5|~3.0", + "php": ">=5.6" + }, + "require-dev": { + "mediawiki/semantic-media-wiki": "@dev" + }, + "type": "mediawiki-extension", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SFS\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Toni Hermoso Pulido", + "role": "Developer" + }, + { + "name": "Jason Zhang", + "role": "Creator" + }, + { + "name": "James Hong Kong", + "role": "Developer" + }, + { + "name": "Thomas Mulhall", + "role": "Developer" + }, + { + "name": "Alexander Gesinn", + "role": "Developer" + }, + { + "name": "Felix Ashu", + "role": "Developer" + } + ], + "description": "Allows to generate a select field in a form whose values are retrieved from a query", + "homepage": "https://www.mediawiki.org/wiki/Extension:SemanticFormsSelect", + "keywords": [ + "Page Forms", + "SMW", + "Semantic MediaWiki", + "mediawiki" + ], + "time": "2018-10-05T11:14:35+00:00" + }, + { + "name": "mediawiki/semantic-media-wiki", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/SemanticMediaWiki/SemanticMediaWiki.git", + "reference": "5623547d2c3e1c073093bdc1001c7062e98638e1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/SemanticMediaWiki/SemanticMediaWiki/zipball/5623547d2c3e1c073093bdc1001c7062e98638e1", + "reference": "5623547d2c3e1c073093bdc1001c7062e98638e1", + "shasum": "" + }, + "require": { + "composer/installers": "1.*,>=1.0.1", + "elasticsearch/elasticsearch": "^5.3|^6.0", + "ext-mbstring": "*", + "mediawiki/parser-hooks": "~1.4", + "onoi/blob-store": "~1.2", + "onoi/cache": "~1.2", + "onoi/callback-container": "~2.0", + "onoi/event-dispatcher": "~1.0", + "onoi/http-request": "~1.1", + "onoi/message-reporter": "~1.0", + "onoi/shared-resources": "~0.3", + "onoi/tesa": "~0.1", + "param-processor/param-processor": "~1.2", + "php": ">=5.6.0", + "psr/log": "~1.0", + "serialization/serialization": "~3.2", + "symfony/css-selector": "^3.3" + }, + "replace": { + "mediawiki/semantic-mediawiki": "*" + }, + "require-dev": { + "phpmd/phpmd": "~2.1", + "squizlabs/php_codesniffer": "~2.1" + }, + "suggest": { + "mediawiki/semantic-result-formats": "Provides additional result formats for queries of structured data" + }, + "type": "mediawiki-extension", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SMW\\": "src/", + "SMW\\Maintenance\\": "maintenance/" + }, + "files": [ + "SemanticMediaWiki.php" + ], + "classmap": [ + "includes/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "James Hong Kong", + "role": "Core developer", + "homepage": "https://www.semantic-mediawiki.org/wiki/User:MWJames" + }, + { + "name": "Markus Krötzsch", + "role": "Original author", + "homepage": "http://korrekt.org/" + }, + { + "name": "Jeroen De Dauw", + "role": "Core developer", + "email": "jeroendedauw@gmail.com", + "homepage": "https://www.entropywins.wtf/" + } + ], + "description": "An extension to MediaWiki that lets you store and query structured data within wiki pages", + "homepage": "https://www.semantic-mediawiki.org/wiki/", + "keywords": [ + "SMW", + "Semantic MediaWiki", + "mediawiki", + "wiki" + ], + "time": "2019-04-11T08:16:51+00:00" + }, + { + "name": "mediawiki/semantic-result-formats", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://github.com/SemanticMediaWiki/SemanticResultFormats.git", + "reference": "aa0649f28e536fd9da363dcdff9405dc402ff275" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/SemanticMediaWiki/SemanticResultFormats/zipball/aa0649f28e536fd9da363dcdff9405dc402ff275", + "reference": "aa0649f28e536fd9da363dcdff9405dc402ff275", + "shasum": "" + }, + "require": { + "composer/installers": "1.*,>=1.0.1", + "data-values/geo": "~4.0|~3.0|~2.0", + "mediawiki/mermaid": "~2.1", + "mediawiki/semantic-media-wiki": "~3.0", + "nicmart/tree": "^0.2.7", + "php": ">=7.0", + "symfony/css-selector": "^3.3" + }, + "suggest": { + "mediawiki/graph-viz": "Required for 'format=graph' and 'format=process'", + "phpoffice/phpexcel": "Required for 'format=excel'", + "phpoffice/phpspreadsheet": "Required for 'format=spreadsheet'" + }, + "type": "mediawiki-extension", + "extra": { + "branch-alias": { + "dev-master": "3.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "SRF\\": "src/" + }, + "files": [ + "SemanticResultFormats.php" + ], + "classmap": [ + "formats/", + "SemanticResultFormats.hooks.php", + "SemanticResultFormats.parser.php", + "SemanticResultFormats.utils.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "https://www.entropywins.wtf/" + }, + { + "name": "James Hong Kong", + "role": "Developer", + "homepage": "https://www.semantic-mediawiki.org/wiki/User:MWJames" + }, + { + "name": "Stephan Gambke", + "role": "Developer", + "homepage": "https://www.mediawiki.org/wiki/User:F.trott" + }, + { + "name": "Yaron Koren", + "role": "Developer", + "homepage": "https://www.yaronkoren.com/" + } + ], + "description": "Provides additional result formats for queries using Semantic MediaWiki", + "homepage": "https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats", + "keywords": [ + "Result Formats", + "SMW", + "SRF", + "Semantic MediaWiki", + "Semantic Result Formats", + "mediawiki", + "wiki" + ], + "time": "2019-08-18T17:55:25+00:00" + }, + { + "name": "mediawiki/validator", + "version": "2.2.1", + "source": { + "type": "git", + "url": "https://github.com/JeroenDeDauw/Validator.git", + "reference": "04ad7a2f6c982b291dcbaa166f2ce90505da6401" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JeroenDeDauw/Validator/zipball/04ad7a2f6c982b291dcbaa166f2ce90505da6401", + "reference": "04ad7a2f6c982b291dcbaa166f2ce90505da6401", + "shasum": "" + }, + "require": { + "param-processor/param-processor": "~1.1", + "php": ">=5.5.0" + }, + "require-dev": { + "data-values/common": "~0.3.1" + }, + "type": "mediawiki-extension", + "extra": { + "branch-alias": { + "dev-master": "2.2.x-dev" + } + }, + "autoload": { + "files": [ + "Validator.php" + ], + "psr-4": { + "ParamProcessor\\": "src/ParamProcessor/" + }, + "classmap": [ + "src/legacy/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "http://jeroendedauw.com" + } + ], + "description": "MediaWiki wrapper for the ParamProcessor library", + "homepage": "https://github.com/JeroenDeDauw/Validator", + "keywords": [ + "ParamProcessor", + "SMW", + "Semantic MediaWiki", + "mediawiki", + "validator" + ], + "time": "2016-10-10T08:33:58+00:00" + }, + { + "name": "nicmart/tree", + "version": "v0.2.7", + "source": { + "type": "git", + "url": "https://github.com/nicmart/Tree.git", + "reference": "0616b54bb49938e1a816141d7943db48ebf76938" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nicmart/Tree/zipball/0616b54bb49938e1a816141d7943db48ebf76938", + "reference": "0616b54bb49938e1a816141d7943db48ebf76938", + "shasum": "" + }, + "require": { + "php": ">=5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Tree\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolò Martini", + "email": "nicmartnic@gmail.com" + } + ], + "description": "A basic but flexible php tree data structure and a fluent tree builder implementation.", + "time": "2015-08-20T20:50:35+00:00" + }, + { + "name": "onoi/blob-store", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/onoi/blob-store.git", + "reference": "c3e1f15214977e904fc0e91e0480175a464977ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/onoi/blob-store/zipball/c3e1f15214977e904fc0e91e0480175a464977ce", + "reference": "c3e1f15214977e904fc0e91e0480175a464977ce", + "shasum": "" + }, + "require": { + "onoi/cache": "~1.1", + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Onoi\\BlobStore\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "mwjames" + } + ], + "description": "A simple interface to manage schema-free temporal persistent key/values", + "homepage": "https://github.com/onoi/blob-store", + "keywords": [ + "messages" + ], + "time": "2016-07-09T17:32:53+00:00" + }, + { + "name": "onoi/cache", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/onoi/cache.git", + "reference": "ecc999186aab7c8db411aedd892b2e5fe5a0b422" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/onoi/cache/zipball/ecc999186aab7c8db411aedd892b2e5fe5a0b422", + "reference": "ecc999186aab7c8db411aedd892b2e5fe5a0b422", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Onoi\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "mwjames", + "homepage": "https://github.com/mwjames" + } + ], + "description": "A minimalistic cache adapter interface library", + "homepage": "https://github.com/onoi/cache", + "keywords": [ + "cache" + ], + "time": "2015-06-02T08:52:45+00:00" + }, + { + "name": "onoi/callback-container", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/onoi/callback-container.git", + "reference": "cf2f4dda1b2479bc786985fdb5554af528d03e52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/onoi/callback-container/zipball/cf2f4dda1b2479bc786985fdb5554af528d03e52", + "reference": "cf2f4dda1b2479bc786985fdb5554af528d03e52", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "psr/log": "~1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Onoi\\CallbackContainer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "mwjames", + "homepage": "https://github.com/mwjames" + } + ], + "description": "A very simple callback container/builder library", + "homepage": "https://github.com/onoi/callback-container", + "keywords": [ + "container" + ], + "time": "2017-02-18T10:46:46+00:00" + }, + { + "name": "onoi/event-dispatcher", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/onoi/event-dispatcher.git", + "reference": "2af64e3997fc59b6d1e1f8f77e65fd6311c37109" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/onoi/event-dispatcher/zipball/2af64e3997fc59b6d1e1f8f77e65fd6311c37109", + "reference": "2af64e3997fc59b6d1e1f8f77e65fd6311c37109", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Onoi\\EventDispatcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "James Hong Kong" + } + ], + "description": "A minimalistic interface to relay generic events to registered listeners", + "homepage": "https://github.com/onoi/event-dispatcher", + "keywords": [ + "events", + "listener" + ], + "time": "2019-01-27T03:37:14+00:00" + }, + { + "name": "onoi/http-request", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/onoi/http-request.git", + "reference": "a7cf33bae82cffe570086fc06d6617e802c0cc74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/onoi/http-request/zipball/a7cf33bae82cffe570086fc06d6617e802c0cc74", + "reference": "a7cf33bae82cffe570086fc06d6617e802c0cc74", + "shasum": "" + }, + "require": { + "onoi/cache": "~1.2", + "php": ">=5.3.2" + }, + "suggest": { + "lib-curl": "Allows making CURL requests" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Onoi\\HttpRequest\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "mwjames", + "homepage": "https://github.com/mwjames" + } + ], + "description": "A minimalistic http/curl request interface library", + "homepage": "https://github.com/onoi/http-request", + "keywords": [ + "curl", + "http request" + ], + "time": "2017-01-14T16:25:41+00:00" + }, + { + "name": "onoi/message-reporter", + "version": "1.4.1", + "source": { + "type": "git", + "url": "https://github.com/onoi/message-reporter.git", + "reference": "cdc7f2c666cef581a1a1e31c62d5a6f2d8ba1482" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/onoi/message-reporter/zipball/cdc7f2c666cef581a1a1e31c62d5a6f2d8ba1482", + "reference": "cdc7f2c666cef581a1a1e31c62d5a6f2d8ba1482", + "shasum": "" + }, + "require": { + "php": "^5.6.99|^7.0" + }, + "require-dev": { + "mediawiki/mediawiki-codesniffer": "~23.0", + "ockcyp/covers-validator": "~1.1", + "phpstan/phpstan": "~0.9.2", + "phpunit/phpunit": "^6.5.14", + "slevomat/coding-standard": "^3.0|~4.5", + "squizlabs/php_codesniffer": "~3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Onoi\\MessageReporter\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jeroen De Dauw" + }, + { + "name": "James Hong Kong" + } + ], + "description": "An interface to report and relay arbitrary messages to registered handlers", + "homepage": "https://github.com/onoi/message-reporter", + "keywords": [ + "messages", + "reporter" + ], + "time": "2019-04-10T12:19:43+00:00" + }, + { + "name": "onoi/shared-resources", + "version": "0.4.3", + "source": { + "type": "git", + "url": "https://github.com/onoi/shared-resources.git", + "reference": "322273a7462eb0c15305dde9207138f00a387080" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/onoi/shared-resources/zipball/322273a7462eb0c15305dde9207138f00a387080", + "reference": "322273a7462eb0c15305dde9207138f00a387080", + "shasum": "" + }, + "require": { + "composer/installers": "1.*,>=1.0.1", + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "files": [ + "Resources.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "mwjames", + "role": "Developer" + } + ], + "description": "Shareable and common resource modules", + "homepage": "https://github.com/onoi/common-resources", + "keywords": [ + "mediawiki" + ], + "time": "2017-04-23T15:14:49+00:00" + }, + { + "name": "onoi/tesa", + "version": "0.1.0", + "source": { + "type": "git", + "url": "https://github.com/onoi/tesa.git", + "reference": "c8a07ca8738cf6d644e83d10ba2cb1ef93dffa7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/onoi/tesa/zipball/c8a07ca8738cf6d644e83d10ba2cb1ef93dffa7d", + "reference": "c8a07ca8738cf6d644e83d10ba2cb1ef93dffa7d", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.3.2", + "wikimedia/cdb": "~1.0", + "wikimedia/textcat": "~1.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Onoi\\Tesa\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "mwjames", + "homepage": "https://github.com/mwjames" + } + ], + "description": "A simple library to sanitize text elements", + "homepage": "https://github.com/onoi/tesa", + "keywords": [ + "transliteration" + ], + "time": "2016-08-07T10:40:08+00:00" + }, + { + "name": "oojs/oojs-ui", + "version": "v0.26.4", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/oojs-ui.git", + "reference": "4d769d5f01ed41411fd0a1248d6185bf80f71c9c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/oojs-ui/zipball/4d769d5f01ed41411fd0a1248d6185bf80f71c9c", + "reference": "4d769d5f01ed41411fd0a1248d6185bf80f71c9c", + "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": "18.0.0", + "mediawiki/minus-x": "0.3.1", + "phpunit/phpunit": "4.8.36 || ^6.5" + }, + "type": "library", + "autoload": { + "classmap": [ + "php/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Timo Tijhof", + "email": "krinklemail@gmail.com" + }, + { + "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": "Rob Moen", + "email": "rmoen@wikimedia.org" + }, + { + "name": "Roan Kattouw", + "email": "roan@wikimedia.org" + }, + { + "name": "Trevor Parscal", + "email": "trevor@wikimedia.org" + }, + { + "name": "Kunal Mehta", + "email": "legoktm@gmail.com" + }, + { + "name": "Prateek Saxena", + "email": "prtksxna@gmail.com" + } + ], + "description": "Provides library of common widgets, layouts, and windows.", + "homepage": "https://www.mediawiki.org/wiki/OOUI", + "time": "2018-04-17T21:24:45+00:00" + }, + { + "name": "param-processor/param-processor", + "version": "1.10.0", + "source": { + "type": "git", + "url": "https://github.com/JeroenDeDauw/ParamProcessor.git", + "reference": "5dec3e41bdc684640faf334db650e9bd32092e23" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JeroenDeDauw/ParamProcessor/zipball/5dec3e41bdc684640faf334db650e9bd32092e23", + "reference": "5dec3e41bdc684640faf334db650e9bd32092e23", + "shasum": "" + }, + "require": { + "data-values/common": "~0.4.0|~0.3.0", + "data-values/data-values": "~2.0|~1.0", + "data-values/interfaces": "~0.2.0|~0.1.4", + "data-values/validators": "~0.1.1", + "php": "~7.1" + }, + "require-dev": { + "ockcyp/covers-validator": "~1.0", + "phpmd/phpmd": "~2.6", + "phpunit/phpunit": "~7.4", + "squizlabs/php_codesniffer": "~3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "ParamProcessor\\": "src" + }, + "files": [ + "DefaultConfig.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "https://www.entropywins.wtf" + } + ], + "description": "Parameter processing library", + "homepage": "https://github.com/JeroenDeDauw/ParamProcessor", + "keywords": [ + "ParamProcessor", + "SMW", + "Semantic MediaWiki", + "mediawiki", + "validator" + ], + "time": "2019-08-03T15:18:54+00:00" + }, + { + "name": "pear/console_getopt", + "version": "v1.4.2", + "source": { + "type": "git", + "url": "https://github.com/pear/Console_Getopt.git", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0", + "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-0": { + "Console": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" + }, + { + "name": "Andrei Zmievski", + "email": "andrei@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Developer" + } + ], + "description": "More info available on: http://pear.php.net/package/Console_Getopt", + "time": "2019-02-06T16:52:33+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", + "time": "2017-04-11T17:27:29+00:00" + }, + { + "name": "pear/mail_mime", + "version": "1.10.2", + "source": { + "type": "git", + "url": "https://github.com/pear/Mail_Mime.git", + "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/7b2f93fa5219da99e9997f497b916b5bb27eb57a", + "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a", + "shasum": "" + }, + "require": { + "pear/pear-core-minimal": "*" + }, + "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", + "time": "2017-11-17T09:21:45+00:00" + }, + { + "name": "pear/net_smtp", + "version": "1.7.3", + "source": { + "type": "git", + "url": "https://github.com/pear/Net_SMTP.git", + "reference": "e066e5ee011ae056c03db1a95d210fc09649b477" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/e066e5ee011ae056c03db1a95d210fc09649b477", + "reference": "e066e5ee011ae056c03db1a95d210fc09649b477", + "shasum": "" + }, + "require": { + "pear/net_socket": "*", + "pear/pear-core-minimal": "*", + "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": [ + "PHP-3.01" + ], + "authors": [ + { + "name": "Jon Parise", + "email": "jon@php.net", + "homepage": "http://www.indelible.org", + "role": "Lead" + }, + { + "name": "Chuck Hagenbuch", + "email": "chuck@horde.org", + "role": "Lead" + } + ], + "description": "An implementation of the SMTP protocol", + "homepage": "http://pear.github.io/Net_SMTP/", + "keywords": [ + "email", + "mail", + "smtp" + ], + "time": "2017-01-14T18:19:55+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", + "role": "Lead", + "email": "chuck@horde.org" + }, + { + "name": "Aleksander Machniak", + "role": "Lead", + "email": "alec@php.net" + }, + { + "name": "Stig Bakken", + "role": "Lead", + "email": "stig@php.net" + } + ], + "description": "More info available on: http://pear.php.net/package/Net_Socket", + "time": "2015-03-22T15:48:19+00:00" + }, + { + "name": "pear/pear-core-minimal", + "version": "v1.10.9", + "source": { + "type": "git", + "url": "https://github.com/pear/pear-core-minimal.git", + "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f", + "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f", + "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", + "time": "2019-03-13T18:15:44+00:00" + }, + { + "name": "pear/pear_exception", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", + "reference": "8c18719fdae000b690e3912be401c76e406dd13b", + "shasum": "" + }, + "require": { + "php": ">=4.4.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "type": "class", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "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" + ], + "time": "2015-02-10T20:07:52+00:00" + }, + { + "name": "professional-wiki/modern-timeline", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/ProfessionalWiki/ModernTimeline.git", + "reference": "458b66e8c1e4d05ba3819a0f73b655b97203144c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ProfessionalWiki/ModernTimeline/zipball/458b66e8c1e4d05ba3819a0f73b655b97203144c", + "reference": "458b66e8c1e4d05ba3819a0f73b655b97203144c", + "shasum": "" + }, + "require": { + "composer/installers": "^1.0.1", + "param-processor/param-processor": "~1.10", + "php": ">=7.1" + }, + "type": "mediawiki-extension", + "autoload": { + "psr-4": { + "ModernTimeline\\": "src/", + "ModernTimeline\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Professional.Wiki", + "role": "Creator", + "email": "info@professional.wiki", + "homepage": "https://professional.wiki" + }, + { + "name": "Jeroen De Dauw", + "role": "Creator and lead developer", + "email": "jeroendedauw@gmail.com", + "homepage": "https://www.entropywins.wtf" + } + ], + "description": "Adds a modern timeline visualization as Semantic MediaWiki result format", + "homepage": "https://github.com/ProfessionalWiki/ModernTimeline", + "keywords": [ + "Result format", + "Semantic MediaWiki", + "mediawiki", + "timeline", + "timelineJS3", + "visualization", + "wiki" + ], + "time": "2019-08-16T00:14:56+00:00" + }, + { + "name": "psr/log", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.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" + ], + "time": "2016-10-10T12:19:37+00:00" + }, + { + "name": "psr/simple-cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "time": "2017-10-23T01:57:42+00:00" + }, + { + "name": "react/promise", + "version": "v2.7.1", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise.git", + "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d", + "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com" + } + ], + "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "keywords": [ + "promise", + "promises" + ], + "time": "2019-01-07T21:25:54+00:00" + }, + { + "name": "serialization/serialization", + "version": "3.2.2", + "source": { + "type": "git", + "url": "https://github.com/wmde/Serialization.git", + "reference": "985aae9c30bff93936d8e87a3986c27b5d1413d5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wmde/Serialization/zipball/985aae9c30bff93936d8e87a3986c27b5d1413d5", + "reference": "985aae9c30bff93936d8e87a3986c27b5d1413d5", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev" + } + }, + "autoload": { + "files": [ + "Serialization.php" + ], + "psr-4": { + "Deserializers\\": "src/Deserializers/", + "Serializers\\": "src/Serializers/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jeroen De Dauw", + "role": "Developer", + "email": "jeroendedauw@gmail.com", + "homepage": "http://jeroendedauw.com" + } + ], + "description": "Library defining a Serializer and a Deserializer interface and basic utilities", + "homepage": "https://github.com/wmde/Serialization", + "keywords": [ + "deserialization", + "deserializer", + "serialization", + "serializer", + "unserialization", + "wikidata" + ], + "time": "2017-11-02T17:41:58+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v3.4.30", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/8ca29297c29b64fb3a1a135e71cb25f67f9fdccf", + "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony CssSelector Component", + "homepage": "https://symfony.com", + "time": "2019-01-16T09:39:14+00:00" + }, + { + "name": "wikimedia/assert", + "version": "v0.2.2", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/Assert.git", + "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/Assert/zipball/2da55927525975f8d52825fc3ee02e5e36f5036c", + "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "Wikimedia\\Assert\\": "src/", + "Wikimedia\\Assert\\Test\\": "tests/phpunit/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Daniel Kinzler" + } + ], + "description": "Provides runtime assertions", + "homepage": "https://github.com/wmde/Assert", + "keywords": [ + "assert", + "assertions", + "php", + "postcondition", + "precondition", + "qa" + ], + "time": "2015-04-29T17:23:50+00:00" + }, + { + "name": "wikimedia/at-ease", + "version": "v1.2.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/at-ease.git", + "reference": "6973ddf6360ec213f853bfe6069271e9fbbf3fdf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/6973ddf6360ec213f853bfe6069271e9fbbf3fdf", + "reference": "6973ddf6360ec213f853bfe6069271e9fbbf3fdf", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "require-dev": { + "jakub-onderka/php-parallel-lint": "0.9", + "mediawiki/mediawiki-codesniffer": "15.0.0", + "phpunit/phpunit": "~4.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/MediaWiki/Functions.php", + "src/Wikimedia/Functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "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", + "time": "2017-12-30T10:52:27+00:00" + }, + { + "name": "wikimedia/base-convert", + "version": "v2.0.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/base-convert.git", + "reference": "b1116d1b251e51a44ef76c3a7c79561b2e058e59" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/base-convert/zipball/b1116d1b251e51a44ef76c3a7c79561b2e058e59", + "reference": "b1116d1b251e51a44ef76c3a7c79561b2e058e59", + "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/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", + "time": "2018-10-21T05:06:11+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", + "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", + "time": "2015-08-28T17:03:03+00:00" + }, + { + "name": "wikimedia/composer-merge-plugin", + "version": "v1.4.1", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/composer-merge-plugin.git", + "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/81c6ac72a24a67383419c7eb9aa2b3437f2ab100", + "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "php": ">=5.3.2" + }, + "require-dev": { + "composer/composer": "~1.0.0", + "jakub-onderka/php-parallel-lint": "~0.8", + "phpunit/phpunit": "~4.8|~5.0", + "squizlabs/php_codesniffer": "~2.1.0" + }, + "type": "composer-plugin", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + }, + "class": "Wikimedia\\Composer\\MergePlugin" + }, + "autoload": { + "psr-4": { + "Wikimedia\\Composer\\": "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", + "time": "2017-04-25T02:31:25+00:00" + }, + { + "name": "wikimedia/html-formatter", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/html-formatter.git", + "reference": "d6241e74d8091cf1fad91a764da5e1ba5f46e785" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/html-formatter/zipball/d6241e74d8091cf1fad91a764da5e1ba5f46e785", + "reference": "d6241e74d8091cf1fad91a764da5e1ba5f46e785", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.5" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "0.3.2", + "jakub-onderka/php-parallel-lint": "1.0.0", + "mediawiki/mediawiki-codesniffer": "18.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": "MediaWiki contributors" + } + ], + "description": "Performs transformations of HTML by wrapping around libxml2 and working around its countless bugs.", + "homepage": "https://www.mediawiki.org/wiki/HtmlFormatter", + "time": "2018-04-14T10:06:56+00:00" + }, + { + "name": "wikimedia/ip-set", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/IPSet.git", + "reference": "1a369860e368bcd0fff778a1b541c0773e64217e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/IPSet/zipball/1a369860e368bcd0fff778a1b541c0773e64217e", + "reference": "1a369860e368bcd0fff778a1b541c0773e64217e", + "shasum": "" + }, + "require": { + "php": ">=5.5.9", + "wikimedia/at-ease": "1.2.0" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "0.3.2", + "jakub-onderka/php-parallel-lint": "1.0.0", + "mediawiki/mediawiki-codesniffer": "19.1.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": "Brandon Black", + "email": "blblack@gmail.com" + } + ], + "description": "Efficiently match IP addresses against a set of CIDR specifications.", + "homepage": "https://github.com/wikimedia/IPSet", + "time": "2018-12-18T03:49:40+00:00" + }, + { + "name": "wikimedia/less.php", + "version": "v1.8.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/less.php.git", + "reference": "eb783ddc912266f2106fee4684b24f178d7d4d06" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/less.php/zipball/eb783ddc912266f2106fee4684b24f178d7d4d06", + "reference": "eb783ddc912266f2106fee4684b24f178d7d4d06", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.24" + }, + "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": "Matt Agar", + "homepage": "https://github.com/agar" + }, + { + "name": "Martin Jantošovič", + "homepage": "https://github.com/Mordred" + }, + { + "name": "Josh Schmidt", + "homepage": "https://github.com/oyejorge" + } + ], + "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" + ], + "time": "2018-10-16T05:21:24+00:00" + }, + { + "name": "wikimedia/object-factory", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/ObjectFactory.git", + "reference": "7a4ed8c5b09dbe553c773ac2ec5f687838217f45" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/ObjectFactory/zipball/7a4ed8c5b09dbe553c773ac2ec5f687838217f45", + "reference": "7a4ed8c5b09dbe553c773ac2ec5f687838217f45", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "0.3.2", + "jakub-onderka/php-parallel-lint": "0.9.2", + "mediawiki/mediawiki-codesniffer": "15.0.0", + "mediawiki/minus-x": "0.2.1", + "phpunit/phpunit": "4.8.36" + }, + "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", + "time": "2018-01-25T23:57:37+00:00" + }, + { + "name": "wikimedia/php-session-serializer", + "version": "v1.0.6", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/php-session-serializer.git", + "reference": "d54a26eafdab7ea4c757b1c9ee810df780ddbd13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/php-session-serializer/zipball/d54a26eafdab7ea4c757b1c9ee810df780ddbd13", + "reference": "d54a26eafdab7ea4c757b1c9ee810df780ddbd13", + "shasum": "" + }, + "require": { + "php": ">=5.5.9", + "psr/log": "^1.0", + "wikimedia/at-ease": "^1.2" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "0.3.2", + "jakub-onderka/php-parallel-lint": "1.0.0", + "mediawiki/mediawiki-codesniffer": "18.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", + "time": "2018-04-18T13:20:04+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" + ], + "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", + "time": "2018-01-18T21:23:40+00:00" + }, + { + "name": "wikimedia/remex-html", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/remex-html.git", + "reference": "2ecb8ff12ce81b4040f739d4eb30469486027c2b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/remex-html/zipball/2ecb8ff12ce81b4040f739d4eb30469486027c2b", + "reference": "2ecb8ff12ce81b4040f739d4eb30469486027c2b", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.6.99", + "wikimedia/utfnormal": "1.1.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": "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": { + "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", + "time": "2018-10-15T20:31:28+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", + "time": "2018-01-18T22:18:47+00:00" + }, + { + "name": "wikimedia/scoped-callback", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/ScopedCallback.git", + "reference": "73985f15be3edb7b823db31f367b780769378d2b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/ScopedCallback/zipball/73985f15be3edb7b823db31f367b780769378d2b", + "reference": "73985f15be3edb7b823db31f367b780769378d2b", + "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.27" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "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", + "time": "2016-09-29T07:03:03+00:00" + }, + { + "name": "wikimedia/textcat", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/wikimedia-textcat.git", + "reference": "4f13aed2b32382c9d2fe9dc8b3e3fbb26ea4a2a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/wikimedia-textcat/zipball/4f13aed2b32382c9d2fe9dc8b3e3fbb26ea4a2a9", + "reference": "4f13aed2b32382c9d2fe9dc8b3e3fbb26ea4a2a9", + "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": { + "psr-0": { + "TextCat": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-only" + ], + "authors": [ + { + "name": "Stanislav Malyshev", + "email": "smalyshev@wikimedia.org" + }, + { + "name": "Trey Jones", + "email": "tjones@wikimedia.org" + } + ], + "description": "PHP port of the TextCat language guesser utility, see http://odur.let.rug.nl/~vannoord/TextCat/.", + "homepage": "https://www.mediawiki.org/wiki/TextCat", + "time": "2019-02-12T05:25:57+00:00" + }, + { + "name": "wikimedia/timestamp", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/Timestamp.git", + "reference": "880660a2fbc6e577d381225812c255008d58e0cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/Timestamp/zipball/880660a2fbc6e577d381225812c255008d58e0cc", + "reference": "880660a2fbc6e577d381225812c255008d58e0cc", + "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/" + ], + "files": [ + "src/defines.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Tyler Romeo", + "email": "tylerromeo@gmail.com" + } + ], + "description": "Creation, parsing, and conversion of timestamps", + "homepage": "https://www.mediawiki.org/wiki/Timestamp", + "time": "2016-09-30T10:00:56+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", + "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/WaitConditionLoop.git", + "reference": "0321b8ca6a0f701f96e04e5e8e6d3e244ab05338" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/WaitConditionLoop/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", + "time": "2016-10-01T06:58:30+00:00" + }, + { + "name": "wikimedia/wrappedstring", + "version": "v2.3.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/WrappedString.git", + "reference": "7e94b5d61551cfa95f9c0d070c9018b08ac24979" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/WrappedString/zipball/7e94b5d61551cfa95f9c0d070c9018b08ac24979", + "reference": "7e94b5d61551cfa95f9c0d070c9018b08ac24979", + "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": { + "psr-4": { + "Wikimedia\\": "src/Wikimedia", + "WrappedString\\": "src/WrappedString" + } + }, + "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", + "time": "2017-12-30T10:52:27+00:00" + }, + { + "name": "willdurand/geocoder", + "version": "4.2.1", + "source": { + "type": "git", + "url": "https://github.com/geocoder-php/php-common.git", + "reference": "aaa17bddb8dc9e4553110db8beb38534b095b61a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/aaa17bddb8dc9e4553110db8beb38534b095b61a", + "reference": "aaa17bddb8dc9e4553110db8beb38534b095b61a", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "nyholm/nsa": "^1.1", + "phpunit/phpunit": "6.3.*", + "symfony/stopwatch": "~2.5" + }, + "suggest": { + "symfony/stopwatch": "If you want to use the TimedGeocoder" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Geocoder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "William DURAND", + "email": "william.durand1@gmail.com" + } + ], + "description": "Common files for PHP Geocoder", + "homepage": "http://geocoder-php.org", + "keywords": [ + "abstraction", + "geocoder", + "geocoding", + "geoip" + ], + "time": "2018-12-26T12:01:09+00:00" + }, + { + "name": "zordius/lightncandy", + "version": "v0.23", + "source": { + "type": "git", + "url": "https://github.com/zordius/lightncandy.git", + "reference": "5753dec40ddaf8b5c70a1837bf0ff4d8e8647506" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zordius/lightncandy/zipball/5753dec40ddaf8b5c70a1837bf0ff4d8e8647506", + "reference": "5753dec40ddaf8b5c70a1837bf0ff4d8e8647506", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.0.17" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/lightncandy.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Zordius Chen", + "email": "zordius@yahoo-inc.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" + ], + "time": "2015-11-05T07:14:57+00:00" + } + ], + "packages-dev": [ + { + "name": "composer/spdx-licenses", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/composer/spdx-licenses.git", + "reference": "7e111c50db92fa2ced140f5ba23b4e261bc77a30" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7e111c50db92fa2ced140f5ba23b4e261bc77a30", + "reference": "7e111c50db92fa2ced140f5ba23b4e261bc77a30", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", + "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Spdx\\": "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": "SPDX licenses list and validation library.", + "keywords": [ + "license", + "spdx", + "validator" + ], + "time": "2018-01-31T13:17:27+00:00" + }, + { + "name": "dnoegel/php-xdg-base-dir", + "version": "0.1", + "source": { + "type": "git", + "url": "https://github.com/dnoegel/php-xdg-base-dir.git", + "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", + "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "@stable" + }, + "type": "project", + "autoload": { + "psr-4": { + "XdgBaseDir\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "implementation of xdg base directory specification for php", + "time": "2014-10-24T07:27:01+00:00" + }, + { + "name": "doctrine/instantiator", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "a2c590166b2133a4633738648b6b064edae0814a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", + "reference": "a2c590166b2133a4633738648b6b064edae0814a", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "time": "2019-03-17T17:37:11+00:00" + }, + { + "name": "hamcrest/hamcrest-php", + "version": "v2.0.0", + "source": { + "type": "git", + "url": "https://github.com/hamcrest/hamcrest-php.git", + "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad", + "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad", + "shasum": "" + }, + "require": { + "php": "^5.3|^7.0" + }, + "replace": { + "cordoval/hamcrest-php": "*", + "davedevelopment/hamcrest-php": "*", + "kodova/hamcrest-php": "*" + }, + "require-dev": { + "phpunit/php-file-iterator": "1.3.3", + "phpunit/phpunit": "~4.0", + "satooshi/php-coveralls": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "hamcrest" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD" + ], + "description": "This is the PHP port of Hamcrest Matchers", + "keywords": [ + "test" + ], + "time": "2016-01-20T08:20:44+00:00" + }, + { + "name": "jakub-onderka/php-console-color", + "version": "v0.2", + "source": { + "type": "git", + "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", + "reference": "d5deaecff52a0d61ccb613bb3804088da0307191" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191", + "reference": "d5deaecff52a0d61ccb613bb3804088da0307191", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "jakub-onderka/php-code-style": "1.0", + "jakub-onderka/php-parallel-lint": "1.0", + "jakub-onderka/php-var-dump-check": "0.*", + "phpunit/phpunit": "~4.3", + "squizlabs/php_codesniffer": "1.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "JakubOnderka\\PhpConsoleColor\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Jakub Onderka", + "email": "jakub.onderka@gmail.com" + } + ], + "time": "2018-09-29T17:23:10+00:00" + }, + { + "name": "jakub-onderka/php-console-highlighter", + "version": "v0.3.2", + "source": { + "type": "git", + "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", + "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", + "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", + "shasum": "" + }, + "require": { + "jakub-onderka/php-console-color": "~0.1", + "php": ">=5.3.0" + }, + "require-dev": { + "jakub-onderka/php-code-style": "~1.0", + "jakub-onderka/php-parallel-lint": "~0.5", + "jakub-onderka/php-var-dump-check": "~0.1", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~1.5" + }, + "type": "library", + "autoload": { + "psr-0": { + "JakubOnderka\\PhpConsoleHighlighter": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jakub Onderka", + "email": "acci@acci.cz", + "homepage": "http://www.acci.cz/" + } + ], + "time": "2015-04-20T18:58:01+00:00" + }, + { + "name": "jakub-onderka/php-parallel-lint", + "version": "v0.9.2", + "source": { + "type": "git", + "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git", + "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa", + "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "~0.3", + "nette/tester": "~1.3" + }, + "suggest": { + "jakub-onderka/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": "jakub.onderka@gmail.com" + } + ], + "description": "This tool check syntax of PHP files about 20x faster than serial check.", + "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint", + "time": "2015-12-15T10:42:16+00:00" + }, + { + "name": "justinrainbow/json-schema", + "version": "5.2.8", + "source": { + "type": "git", + "url": "https://github.com/justinrainbow/json-schema.git", + "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4", + "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~2.2.20", + "json-schema/json-schema-test-suite": "1.2.0", + "phpunit/phpunit": "^4.8.35" + }, + "bin": [ + "bin/validate-json" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0.x-dev" + } + }, + "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" + ], + "time": "2019-01-14T23:55:14+00:00" + }, + { + "name": "mediawiki/mediawiki-codesniffer", + "version": "v18.0.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/mediawiki-tools-codesniffer.git", + "reference": "87ea1fa51c96dc1bab70ef683f4fe405cc5e7f51" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/mediawiki-tools-codesniffer/zipball/87ea1fa51c96dc1bab70ef683f4fe405cc5e7f51", + "reference": "87ea1fa51c96dc1bab70ef683f4fe405cc5e7f51", + "shasum": "" + }, + "require": { + "composer/semver": "1.4.2", + "composer/spdx-licenses": "1.3.0", + "php": ">= 5.5.9", + "squizlabs/php_codesniffer": "3.2.3" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "0.3.2", + "jakub-onderka/php-parallel-lint": "1.0.0", + "mediawiki/minus-x": "0.3.1", + "phpunit/phpunit": "4.8.36 || ^6.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "MediaWiki\\": "MediaWiki" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "MediaWiki CodeSniffer Standards", + "homepage": "https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP", + "keywords": [ + "codesniffer", + "mediawiki" + ], + "time": "2018-04-13T18:30:54+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.22.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0", + "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "jakub-onderka/php-parallel-lint": "0.9", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpunit/phpunit": "~4.5", + "phpunit/phpunit-mock-objects": "2.3.0", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "~5.3" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.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": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "time": "2017-03-13T07:08:03+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.9.3", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea", + "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "replace": { + "myclabs/deep-copy": "self.version" + }, + "require-dev": { + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^7.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + }, + "files": [ + "src/DeepCopy/deep_copy.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "time": "2019-08-09T12:45:53+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v3.1.3", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda", + "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "~4.0|~5.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "time": "2017-12-26T14:43:21+00:00" + }, + { + "name": "nmred/kafka-php", + "version": "v0.1.5", + "source": { + "type": "git", + "url": "https://github.com/weiboad/kafka-php.git", + "reference": "317ad8c208684db8b9e6d2f5bf7f471e89a8b4eb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/weiboad/kafka-php/zipball/317ad8c208684db8b9e6d2f5bf7f471e89a8b4eb", + "reference": "317ad8c208684db8b9e6d2f5bf7f471e89a8b4eb", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpcov": "*", + "phpunit/phpunit": "~4.0", + "satooshi/php-coveralls": "dev-master" + }, + "type": "library", + "autoload": { + "psr-0": { + "Kafka\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Kafka client for php", + "homepage": "http://www.swanlinux.net", + "keywords": [ + "client", + "kafka" + ], + "time": "2015-12-02T12:06:23+00:00" + }, + { + "name": "phar-io/manifest", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", + "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "phar-io/version": "^1.0.1", + "php": "^5.6 || ^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "role": "Developer", + "email": "arne@blankerts.de" + }, + { + "name": "Sebastian Heuer", + "role": "Developer", + "email": "sebastian@phpeople.de" + }, + { + "name": "Sebastian Bergmann", + "role": "Developer", + "email": "sebastian@phpunit.de" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "time": "2017-03-05T18:14:27+00:00" + }, + { + "name": "phar-io/version", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", + "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "role": "Developer", + "email": "arne@blankerts.de" + }, + { + "name": "Sebastian Heuer", + "role": "Developer", + "email": "sebastian@phpeople.de" + }, + { + "name": "Sebastian Bergmann", + "role": "Developer", + "email": "sebastian@phpunit.de" + } + ], + "description": "Library for handling version information and constraints", + "time": "2017-03-05T17:38:23+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2017-09-11T18:02:19+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "4.3.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "shasum": "" + }, + "require": { + "php": "^7.0", + "phpdocumentor/reflection-common": "^1.0.0", + "phpdocumentor/type-resolver": "^0.4.0", + "webmozart/assert": "^1.0" + }, + "require-dev": { + "doctrine/instantiator": "~1.0.5", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2019-04-30T17:48:53+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "0.4.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", + "shasum": "" + }, + "require": { + "php": "^5.5 || ^7.0", + "phpdocumentor/reflection-common": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "time": "2017-07-14T14:27:02+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "1.8.1", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.0.2", + "php": "^5.3|^7.0", + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", + "sebastian/comparator": "^1.1|^2.0|^3.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0" + }, + "require-dev": { + "phpspec/phpspec": "^2.5|^3.2", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "time": "2019-06-13T12:50:23+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "5.3.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "c89677919c5dd6d3b3852f230a663118762218ac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", + "reference": "c89677919c5dd6d3b3852f230a663118762218ac", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-xmlwriter": "*", + "php": "^7.0", + "phpunit/php-file-iterator": "^1.4.2", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-token-stream": "^2.0.1", + "sebastian/code-unit-reverse-lookup": "^1.0.1", + "sebastian/environment": "^3.0", + "sebastian/version": "^2.0.1", + "theseer/tokenizer": "^1.1" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "suggest": { + "ext-xdebug": "^2.5.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.3.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "time": "2018-04-06T15:36:58+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "1.4.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sb@sebastian-bergmann.de" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "time": "2017-11-27T13:52:08+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "time": "2015-06-21T13:50:34+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "1.0.9", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sb@sebastian-bergmann.de" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "time": "2017-02-26T11:10:40+00:00" + }, + { + "name": "phpunit/php-token-stream", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-token-stream.git", + "reference": "791198a2c6254db10131eecfe8c06670700904db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", + "reference": "791198a2c6254db10131eecfe8c06670700904db", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.2.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Wrapper around PHP's tokenizer extension.", + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", + "keywords": [ + "tokenizer" + ], + "time": "2017-11-27T05:48:46+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "6.5.14", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7", + "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "myclabs/deep-copy": "^1.6.1", + "phar-io/manifest": "^1.0.1", + "phar-io/version": "^1.0", + "php": "^7.0", + "phpspec/prophecy": "^1.7", + "phpunit/php-code-coverage": "^5.3", + "phpunit/php-file-iterator": "^1.4.3", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-timer": "^1.0.9", + "phpunit/phpunit-mock-objects": "^5.0.9", + "sebastian/comparator": "^2.1", + "sebastian/diff": "^2.0", + "sebastian/environment": "^3.1", + "sebastian/exporter": "^3.1", + "sebastian/global-state": "^2.0", + "sebastian/object-enumerator": "^3.0.3", + "sebastian/resource-operations": "^1.0", + "sebastian/version": "^2.0.1" + }, + "conflict": { + "phpdocumentor/reflection-docblock": "3.0.2", + "phpunit/dbunit": "<3.0" + }, + "require-dev": { + "ext-pdo": "*" + }, + "suggest": { + "ext-xdebug": "*", + "phpunit/php-invoker": "^1.1" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "time": "2019-02-01T05:22:47+00:00" + }, + { + "name": "phpunit/phpunit-mock-objects", + "version": "5.0.10", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.0.5", + "php": "^7.0", + "phpunit/php-text-template": "^1.2.1", + "sebastian/exporter": "^3.1" + }, + "conflict": { + "phpunit/phpunit": "<6.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.5.11" + }, + "suggest": { + "ext-soap": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Mock Object library for PHPUnit", + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", + "keywords": [ + "mock", + "xunit" + ], + "abandoned": true, + "time": "2018-08-09T05:50:03+00:00" + }, + { + "name": "psy/psysh", + "version": "v0.8.11", + "source": { + "type": "git", + "url": "https://github.com/bobthecow/psysh.git", + "reference": "b193cd020e8c6b66cea6457826ae005e94e6d2c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b193cd020e8c6b66cea6457826ae005e94e6d2c0", + "reference": "b193cd020e8c6b66cea6457826ae005e94e6d2c0", + "shasum": "" + }, + "require": { + "dnoegel/php-xdg-base-dir": "0.1", + "jakub-onderka/php-console-highlighter": "0.3.*", + "nikic/php-parser": "~1.3|~2.0|~3.0", + "php": ">=5.3.9", + "symfony/console": "~2.3.10|^2.4.2|~3.0", + "symfony/var-dumper": "~2.7|~3.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~1.11", + "hoa/console": "~3.16|~1.14", + "phpunit/phpunit": "~4.4|~5.0", + "symfony/finder": "~2.1|~3.0" + }, + "suggest": { + "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", + "ext-pdo-sqlite": "The doc command requires SQLite to work.", + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", + "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." + }, + "bin": [ + "bin/psysh" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-develop": "0.8.x-dev" + } + }, + "autoload": { + "files": [ + "src/Psy/functions.php" + ], + "psr-4": { + "Psy\\": "src/Psy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" + } + ], + "description": "An interactive shell for modern PHP.", + "homepage": "http://psysh.org", + "keywords": [ + "REPL", + "console", + "interactive", + "shell" + ], + "time": "2017-07-29T19:30:02+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "time": "2017-03-04T06:30:41+00:00" + }, + { + "name": "sebastian/comparator", + "version": "2.1.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", + "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", + "shasum": "" + }, + "require": { + "php": "^7.0", + "sebastian/diff": "^2.0 || ^3.0", + "sebastian/exporter": "^3.1" + }, + "require-dev": { + "phpunit/phpunit": "^6.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "time": "2018-02-01T13:46:46+00:00" + }, + { + "name": "sebastian/diff", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff" + ], + "time": "2017-08-03T08:09:46+00:00" + }, + { + "name": "sebastian/environment", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "time": "2017-07-01T08:51:00+00:00" + }, + { + "name": "sebastian/exporter", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "06a9a5947f47b3029d76118eb5c22802e5869687" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/06a9a5947f47b3029d76118eb5c22802e5869687", + "reference": "06a9a5947f47b3029d76118eb5c22802e5869687", + "shasum": "" + }, + "require": { + "php": "^7.0", + "sebastian/recursion-context": "^3.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "http://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "time": "2019-08-11T12:43:14+00:00" + }, + { + "name": "sebastian/global-state", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "time": "2017-04-27T15:39:26+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "shasum": "" + }, + "require": { + "php": "^7.0", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "time": "2017-08-03T12:35:26+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "773f97c67f28de00d397be301821b06708fca0be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", + "reference": "773f97c67f28de00d397be301821b06708fca0be", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "time": "2017-03-29T09:07:27+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "time": "2017-03-03T06:23:57+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "shasum": "" + }, + "require": { + "php": ">=5.6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "time": "2015-07-28T20:34:47+00:00" + }, + { + "name": "sebastian/version", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "role": "lead", + "email": "sebastian@phpunit.de" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "time": "2016-10-03T07:35:21+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.2.3", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "4842476c434e375f9d3182ff7b89059583aa8b27" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27", + "reference": "4842476c434e375f9d3182ff7b89059583aa8b27", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "http://www.squizlabs.com/php-codesniffer", + "keywords": [ + "phpcs", + "standards" + ], + "time": "2018-02-20T21:35:23+00:00" + }, + { + "name": "symfony/console", + "version": "v3.4.30", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "12940f20a816c978860fa4925b3f1bbb27e9ac46" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/12940f20a816c978860fa4925b3f1bbb27e9ac46", + "reference": "12940f20a816c978860fa4925b3f1bbb27e9ac46", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/debug": "~2.8|~3.0|~4.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.3|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.3|~4.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "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": "Symfony Console Component", + "homepage": "https://symfony.com", + "time": "2019-07-24T14:46:41+00:00" + }, + { + "name": "symfony/debug", + "version": "v4.3.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "527887c3858a2462b0137662c74837288b998ee3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/527887c3858a2462b0137662c74837288b998ee3", + "reference": "527887c3858a2462b0137662c74837288b998ee3", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "psr/log": "~1.0" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "~3.4|~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "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": "Symfony Debug Component", + "homepage": "https://symfony.com", + "time": "2019-07-23T11:21:36+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.12.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2019-08-06T08:03:45+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.12.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.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": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "time": "2019-08-06T08:03:45+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v3.4.30", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "b6a45abfe961183a4c26fad98a6112c487e983bf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b6a45abfe961183a4c26fad98a6112c487e983bf", + "reference": "b6a45abfe961183a4c26fad98a6112c487e983bf", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + }, + "require-dev": { + "ext-iconv": "*", + "twig/twig": "~1.34|~2.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "ext-symfony_debug": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "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 mechanism for exploring and dumping PHP variables", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "time": "2019-07-26T11:29:23+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "role": "Developer", + "email": "arne@blankerts.de" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "time": "2019-06-13T22:48:21+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/assert.git", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "time": "2018-12-25T11:19:39+00:00" + }, + { + "name": "wikimedia/avro", + "version": "v1.8.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/avro-php.git", + "reference": "dfe0ddccd7deb00fb9dadf85c5985ba8a847edc9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/avro-php/zipball/dfe0ddccd7deb00fb9dadf85c5985ba8a847edc9", + "reference": "dfe0ddccd7deb00fb9dadf85c5985ba8a847edc9", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "require-dev": { + "jakub-onderka/php-console-highlighter": "0.3.2", + "jakub-onderka/php-parallel-lint": "0.9.2", + "phpunit/phpunit": "4.8.36" + }, + "suggest": { + "ext-gmp": "Large integer support for 32-bit platforms." + }, + "type": "library", + "autoload": { + "classmap": [ + "lib/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Michael Glaesemann", + "email": "grzm@seespotcode.net" + }, + { + "name": "Andy Wick", + "email": "awick@purple.org" + }, + { + "name": "Saleem Shafi", + "email": "saleemshafi@gmail.com" + }, + { + "name": "A B", + "email": "abawany@x.com" + }, + { + "name": "Doug Cutting", + "email": "cutting@apache.org" + }, + { + "name": "Tom White", + "email": "tom@cloudera.com" + } + ], + "description": "A library for using Apache Avro with PHP.", + "homepage": "https://avro.apache.org/", + "keywords": [ + "serialization" + ], + "time": "2018-03-28T22:33:00+00:00" + }, + { + "name": "wikimedia/testing-access-wrapper", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/wikimedia/testing-access-wrapper.git", + "reference": "e18b87c86739733506bd184a70852c30cdb30699" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wikimedia/testing-access-wrapper/zipball/e18b87c86739733506bd184a70852c30cdb30699", + "reference": "e18b87c86739733506bd184a70852c30cdb30699", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "jakub-onderka/php-parallel-lint": "0.9.2", + "mediawiki/mediawiki-codesniffer": "0.7.2", + "phpunit/phpunit": "4.8.31" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Adam Roses Wight", + "email": "awight@wikimedia.org" + }, + { + "name": "Brad Jorsch", + "email": "bjorsch@wikimedia.org" + }, + { + "name": "Gergő Tisza", + "email": "gtisza@wikimedia.org" + } + ], + "description": "A simple helper class to access non-public elements of a class when testing.", + "homepage": "https://www.mediawiki.org/wiki/Testing-access-wrapper", + "time": "2017-04-19T16:43:33+00:00" + }, + { + "name": "wmde/hamcrest-html-matchers", + "version": "v0.1.1", + "source": { + "type": "git", + "url": "https://github.com/wmde/hamcrest-html-matchers.git", + "reference": "89e15f78c22535891318a4dd7580c63d83c766c6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wmde/hamcrest-html-matchers/zipball/89e15f78c22535891318a4dd7580c63d83c766c6", + "reference": "89e15f78c22535891318a4dd7580c63d83c766c6", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "hamcrest/hamcrest-php": "^1.1.1||^2.0", + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "WMDE\\HamcrestHtml\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Aleksey Bekh-Ivanov" + } + ], + "description": "Set of Hamcrest matchers for HTML assertrions ", + "time": "2017-07-05T07:12:27+00:00" + } + ], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "ext-ctype": "*", + "ext-fileinfo": "*", + "ext-iconv": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "php": ">=5.6.99" + }, + "platform-dev": [] +} -- cgit v1.2.1