summaryrefslogtreecommitdiff
path: root/vendor/composer.lock
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2015-12-20 09:00:55 +0100
committerPierre Schmitz <pierre@archlinux.de>2015-12-20 09:00:55 +0100
commita2190ac74dd4d7080b12bab90e552d7aa81209ef (patch)
tree8b31f38de9882d18df54cf8d9e0de74167a094eb /vendor/composer.lock
parent15e69f7b20b6596b9148030acce5b59993b95a45 (diff)
parent257401d8b2cf661adf36c84b0e3fd1cf85e33c22 (diff)
Merge branch 'mw-1.26'
Diffstat (limited to 'vendor/composer.lock')
-rw-r--r--vendor/composer.lock719
1 files changed, 629 insertions, 90 deletions
diff --git a/vendor/composer.lock b/vendor/composer.lock
index e238ed8a..cd4210d1 100644
--- a/vendor/composer.lock
+++ b/vendor/composer.lock
@@ -4,9 +4,71 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "99d794be1df1caf0b238fd68d2a37058",
+ "hash": "a8e4bd12c298a91fbc07f1175b5ae66c",
+ "content-hash": "9662af67b5bbd488991d27c0f11a617b",
"packages": [
{
+ "name": "composer/semver",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/semver.git",
+ "reference": "d0e1ccc6d44ab318b758d709e19176037da6b1ba"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/semver/zipball/d0e1ccc6d44ab318b758d709e19176037da6b1ba",
+ "reference": "d0e1ccc6d44ab318b758d709e19176037da6b1ba",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.5",
+ "phpunit/phpunit-mock-objects": "~2.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\Semver\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Rob Bast",
+ "email": "rob.bast@gmail.com"
+ },
+ {
+ "name": "Nils Adermann",
+ "email": "naderman@naderman.de",
+ "homepage": "http://www.naderman.de"
+ },
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ }
+ ],
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
+ "keywords": [
+ "semantic",
+ "semver",
+ "validation",
+ "versioning"
+ ],
+ "time": "2015-09-21 09:42:36"
+ },
+ {
"name": "cssjanus/cssjanus",
"version": "v1.1.1",
"source": {
@@ -42,62 +104,96 @@
"time": "2014-11-14 20:00:50"
},
{
- "name": "leafo/lessphp",
- "version": "v0.5.0",
+ "name": "firebase/php-jwt",
+ "version": "v2.1.0",
"source": {
"type": "git",
- "url": "https://github.com/leafo/lessphp.git",
- "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283"
+ "url": "https://github.com/firebase/php-jwt.git",
+ "reference": "fb219727e199dd80a72d5274ebb5c8b24d58dd9b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/leafo/lessphp/zipball/0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
- "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fb219727e199dd80a72d5274ebb5c8b24d58dd9b",
+ "reference": "fb219727e199dd80a72d5274ebb5c8b24d58dd9b",
"shasum": ""
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.4.x-dev"
- }
+ "require": {
+ "php": ">=5.2.0"
},
+ "type": "library",
"autoload": {
"classmap": [
- "lessc.inc.php"
+ "Authentication/",
+ "Exceptions/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT",
- "GPL-3.0"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "Leaf Corcoran",
- "email": "leafot@gmail.com",
- "homepage": "http://leafo.net"
+ "name": "Neuman Vong",
+ "email": "neuman+pear@twilio.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Anant Narayanan",
+ "email": "anant@php.net",
+ "role": "Developer"
}
],
- "description": "lessphp is a compiler for LESS written in PHP.",
- "homepage": "http://leafo.net/lessphp/",
- "time": "2014-11-24 18:39:20"
+ "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
+ "homepage": "https://github.com/firebase/php-jwt",
+ "time": "2015-05-20 19:16:04"
+ },
+ {
+ "name": "kzykhys/pygments",
+ "version": "v1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/kzykhys/Pygments.php.git",
+ "reference": "7bde970d3c378d075ef0e005bb93a91055e17994"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/kzykhys/Pygments.php/zipball/7bde970d3c378d075ef0e005bb93a91055e17994",
+ "reference": "7bde970d3c378d075ef0e005bb93a91055e17994",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2",
+ "symfony/process": ">=2.3"
+ },
+ "require-dev": {
+ "symfony/finder": ">=2.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "description": "A Thin Wrapper for the Python Pygments",
+ "time": "2013-12-18 15:22:37"
},
{
"name": "liuggio/statsd-php-client",
- "version": "v1.0.12",
+ "version": "v1.0.16",
"source": {
"type": "git",
"url": "https://github.com/liuggio/statsd-php-client.git",
- "reference": "a8c9ccd2a3af6cc49c7fc4f5f689d7b148ab19d7"
+ "reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/liuggio/statsd-php-client/zipball/a8c9ccd2a3af6cc49c7fc4f5f689d7b148ab19d7",
- "reference": "a8c9ccd2a3af6cc49c7fc4f5f689d7b148ab19d7",
+ "url": "https://api.github.com/repos/liuggio/statsd-php-client/zipball/a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920",
+ "reference": "a84fbef1a7afbfafd0ca4f1ebae4935bd1a7d920",
"shasum": ""
},
"require": {
- "php": ">=5.2"
+ "php": ">=5.3.2"
},
"require-dev": {
"monolog/monolog": ">=1.2.0"
@@ -129,20 +225,67 @@
"php",
"statsd"
],
- "time": "2014-09-17 21:37:49"
+ "time": "2015-04-27 08:12:26"
+ },
+ {
+ "name": "mediawiki/at-ease",
+ "version": "v1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/wikimedia/at-ease.git",
+ "reference": "94c0b84888841d160419f915c2745d9d08fbf0c3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/wikimedia/at-ease/zipball/94c0b84888841d160419f915c2745d9d08fbf0c3",
+ "reference": "94c0b84888841d160419f915c2745d9d08fbf0c3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "0.9",
+ "mediawiki/mediawiki-codesniffer": "0.3.0",
+ "phpunit/phpunit": "~4.5",
+ "squizlabs/php_codesniffer": "2.3.0"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/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": "2015-09-18 07:02:06"
},
{
"name": "monolog/monolog",
- "version": "1.12.0",
+ "version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
- "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
+ "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
- "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b287fbbe1ca27847064beff2bad7fb6920bf08cc",
+ "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc",
"shasum": ""
},
"require": {
@@ -153,12 +296,15 @@
"psr/log-implementation": "1.0.0"
},
"require-dev": {
- "aws/aws-sdk-php": "~2.4, >2.4.8",
+ "aws/aws-sdk-php": "^2.4.9",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
- "phpunit/phpunit": "~4.0",
- "raven/raven": "~0.5",
- "ruflin/elastica": "0.90.*",
+ "php-console/php-console": "^3.1.3",
+ "phpunit/phpunit": "~4.5",
+ "phpunit/phpunit-mock-objects": "2.3.0",
+ "raven/raven": "~0.8",
+ "ruflin/elastica": ">=0.90 <3.0",
+ "swiftmailer/swiftmailer": "~5.3",
"videlalvaro/php-amqplib": "~2.4"
},
"suggest": {
@@ -167,6 +313,7 @@
"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",
+ "php-console/php-console": "Allow sending log messages to Google Chrome",
"raven/raven": "Allow sending log messages to a Sentry server",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
@@ -175,7 +322,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.12.x-dev"
+ "dev-master": "1.14.x-dev"
}
},
"autoload": {
@@ -201,29 +348,70 @@
"logging",
"psr-3"
],
- "time": "2014-12-29 21:29:35"
+ "time": "2015-06-19 13:29:54"
+ },
+ {
+ "name": "nmred/kafka-php",
+ "version": "v0.1.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nmred/kafka-php.git",
+ "reference": "06817c95e40b23918c3a420960ee9526e499275d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nmred/kafka-php/zipball/06817c95e40b23918c3a420960ee9526e499275d",
+ "reference": "06817c95e40b23918c3a420960ee9526e499275d",
+ "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-09-06 01:39:05"
},
{
"name": "oojs/oojs-ui",
- "version": "v0.11.3",
+ "version": "v0.12.12",
"source": {
"type": "git",
"url": "https://github.com/wikimedia/oojs-ui.git",
- "reference": "a03de5681e28e4fad1e27f8cccab32a2c5b484e5"
+ "reference": "221a66e8df215e767ff4b55b637138a73fcffdb2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/wikimedia/oojs-ui/zipball/a03de5681e28e4fad1e27f8cccab32a2c5b484e5",
- "reference": "a03de5681e28e4fad1e27f8cccab32a2c5b484e5",
+ "url": "https://api.github.com/repos/wikimedia/oojs-ui/zipball/221a66e8df215e767ff4b55b637138a73fcffdb2",
+ "reference": "221a66e8df215e767ff4b55b637138a73fcffdb2",
"shasum": ""
},
"require": {
+ "mediawiki/at-ease": "1.1.0",
"php": ">=5.3.3"
},
"require-dev": {
- "jakub-onderka/php-parallel-lint": "0.8.*",
- "mediawiki/mediawiki-codesniffer": "0.1.0",
- "squizlabs/php_codesniffer": "2.1.*"
+ "jakub-onderka/php-parallel-lint": "0.9",
+ "mediawiki/mediawiki-codesniffer": "0.4.0",
+ "phpunit/phpunit": "~4.5"
},
"type": "library",
"autoload": {
@@ -235,9 +423,102 @@
"license": [
"MIT"
],
+ "authors": [
+ {
+ "name": "Bartosz Dziewoński",
+ "email": "matma.rex@gmail.com"
+ },
+ {
+ "name": "Ed Sanders",
+ "email": "esanders@wikimedia.org"
+ },
+ {
+ "name": "James D. Forrester",
+ "email": "jforrester@wikimedia.org"
+ },
+ {
+ "name": "Kirsten Menger-Anderson",
+ "email": "kmenger@wikimedia.org"
+ },
+ {
+ "name": "Rob Moen",
+ "email": "rmoen@wikimedia.org"
+ },
+ {
+ "name": "Roan Kattouw",
+ "email": "roan@wikimedia.org"
+ },
+ {
+ "name": "Timo Tijhof",
+ "email": "timo@wikimedia.org"
+ },
+ {
+ "name": "Trevor Parscal",
+ "email": "trevor@wikimedia.org"
+ }
+ ],
"description": "Provides library of common widgets, layouts, and windows.",
"homepage": "https://www.mediawiki.org/wiki/OOjs_UI",
- "time": "2015-05-12 11:58:55"
+ "time": "2015-10-13 20:29:29"
+ },
+ {
+ "name": "oyejorge/less.php",
+ "version": "v1.7.0.9",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/oyejorge/less.php.git",
+ "reference": "fb64e2f6ef647a229c50e9fa0f2076240a3484c6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/oyejorge/less.php/zipball/fb64e2f6ef647a229c50e9fa0f2076240a3484c6",
+ "reference": "fb64e2f6ef647a229c50e9fa0f2076240a3484c6",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3"
+ },
+ "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",
+ "homepage": "http://lessphp.gpeasy.com",
+ "keywords": [
+ "css",
+ "less",
+ "less.js",
+ "lesscss",
+ "php",
+ "stylesheet"
+ ],
+ "time": "2015-09-28 01:11:47"
},
{
"name": "psr/log",
@@ -279,48 +560,46 @@
},
{
"name": "ruflin/elastica",
- "version": "v1.3.0.0",
+ "version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/ruflin/Elastica.git",
- "reference": "92155a36c94ebe15b09661ae804acbe4bdd4ad6b"
+ "reference": "eb3a787259a6c50f87bce507ff24b124d91c4fe7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ruflin/Elastica/zipball/92155a36c94ebe15b09661ae804acbe4bdd4ad6b",
- "reference": "92155a36c94ebe15b09661ae804acbe4bdd4ad6b",
+ "url": "https://api.github.com/repos/ruflin/Elastica/zipball/eb3a787259a6c50f87bce507ff24b124d91c4fe7",
+ "reference": "eb3a787259a6c50f87bce507ff24b124d91c4fe7",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=5.3.3",
+ "psr/log": "~1.0"
},
"require-dev": {
- "munkie/elasticsearch-thrift-php": "1.4.*",
- "phpunit/phpunit": "4.1.*",
- "psr/log": "~1.0",
- "satooshi/php-coveralls": "dev-master"
+ "guzzlehttp/guzzle": "5.3.*",
+ "munkie/elasticsearch-thrift-php": "1.4.*"
},
"suggest": {
- "guzzlehttp/guzzle": "Allow using guzzle 4.x as the http transport (requires php 5.4)",
+ "egeloen/http-adapter": "Allow using httpadapter transport",
+ "guzzlehttp/guzzle": "Allow using guzzle 5.3.x as the http transport (Requires php 5.4)",
"monolog/monolog": "Logging request",
- "munkie/elasticsearch-thrift-php": "Allow using thrift transport",
- "psr/log": "for logging"
+ "munkie/elasticsearch-thrift-php": "Allow using thrift transport"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.2.x-dev"
+ "dev-master": "2.0.x-dev"
}
},
"autoload": {
- "psr-0": {
- "Elastica": "lib/",
- "Elastica\\Test": "test/lib/"
+ "psr-4": {
+ "Elastica\\": "lib/Elastica/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "Apache 2.0"
+ "MIT"
],
"authors": [
{
@@ -334,27 +613,190 @@
"client",
"search"
],
- "time": "2014-07-27 13:45:09"
+ "time": "2015-07-08 05:57:43"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v2.7.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/Process.git",
+ "reference": "48aeb0e48600321c272955132d7606ab0a49adb3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/Process/zipball/48aeb0e48600321c272955132d7606ab0a49adb3",
+ "reference": "48aeb0e48600321c272955132d7606ab0a49adb3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.9"
+ },
+ "require-dev": {
+ "symfony/phpunit-bridge": "~2.7"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Process\\": ""
+ }
+ },
+ "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 Process Component",
+ "homepage": "https://symfony.com",
+ "time": "2015-07-01 11:25:50"
+ },
+ {
+ "name": "wikimedia/assert",
+ "version": "v0.2.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/wmde/Assert.git",
+ "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/wmde/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-29 17:23:50"
+ },
+ {
+ "name": "wikimedia/avro",
+ "version": "v1.7.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/wikimedia/avro-php.git",
+ "reference": "b642da9fd895aab7cb3261a22624228115471f47"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/wikimedia/avro-php/zipball/b642da9fd895aab7cb3261a22624228115471f47",
+ "reference": "b642da9fd895aab7cb3261a22624228115471f47",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "^0.9",
+ "phpunit/phpunit": "^4.0.0"
+ },
+ "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": "2015-09-05 18:49:27"
},
{
"name": "wikimedia/cdb",
- "version": "1.0.1",
+ "version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/wikimedia/cdb.git",
- "reference": "3b7d5366c88eccf2517ebac57c59eb557c82f46c"
+ "reference": "68f8fd495ca94ca0e965dd511e234893c515bb95"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/wikimedia/cdb/zipball/3b7d5366c88eccf2517ebac57c59eb557c82f46c",
- "reference": "3b7d5366c88eccf2517ebac57c59eb557c82f46c",
+ "url": "https://api.github.com/repos/wikimedia/cdb/zipball/68f8fd495ca94ca0e965dd511e234893c515bb95",
+ "reference": "68f8fd495ca94ca0e965dd511e234893c515bb95",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
- "phpunit/phpunit": "*"
+ "jakub-onderka/php-parallel-lint": "0.9",
+ "mediawiki/mediawiki-codesniffer": "0.3.0",
+ "phpunit/phpunit": "4.6.*"
},
"type": "library",
"autoload": {
@@ -364,7 +806,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "GPL-2.0"
+ "GPL-2.0+"
],
"authors": [
{
@@ -374,39 +816,45 @@
{
"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": "2014-12-08 19:26:44"
+ "time": "2015-09-08 19:53:04"
},
{
"name": "wikimedia/composer-merge-plugin",
- "version": "v1.0.0",
+ "version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/wikimedia/composer-merge-plugin.git",
- "reference": "ed426b785f9f786b33be4fd78584e43f4e962356"
+ "reference": "bfed1f8d4eb97e9ba80eee57ea46229d7e5364d9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/ed426b785f9f786b33be4fd78584e43f4e962356",
- "reference": "ed426b785f9f786b33be4fd78584e43f4e962356",
+ "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/bfed1f8d4eb97e9ba80eee57ea46229d7e5364d9",
+ "reference": "bfed1f8d4eb97e9ba80eee57ea46229d7e5364d9",
"shasum": ""
},
"require": {
- "composer-plugin-api": "1.0.0",
+ "composer-plugin-api": "^1.0",
"php": ">=5.3.2"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"jakub-onderka/php-parallel-lint": "~0.8",
- "phpspec/prophecy-phpunit": "~1.0",
- "phpunit/phpunit": "~4.0",
+ "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": {
@@ -418,21 +866,69 @@
"license": [
"MIT"
],
+ "authors": [
+ {
+ "name": "Bryan Davis",
+ "email": "bd808@wikimedia.org"
+ }
+ ],
"description": "Composer plugin to merge multiple composer.json files",
- "time": "2015-02-21 00:57:13"
+ "time": "2015-11-06 20:31:16"
+ },
+ {
+ "name": "wikimedia/ip-set",
+ "version": "1.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/wikimedia/IPSet.git",
+ "reference": "3c2dd6706546fe616e6ceba02044e64dce4fc9be"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/wikimedia/IPSet/zipball/3c2dd6706546fe616e6ceba02044e64dce4fc9be",
+ "reference": "3c2dd6706546fe616e6ceba02044e64dce4fc9be",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "0.9",
+ "mediawiki/mediawiki-codesniffer": "0.3.0",
+ "phpunit/phpunit": "4.6.*"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "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": "2015-06-29 20:21:27"
},
{
"name": "wikimedia/utfnormal",
- "version": "v1.0.2",
+ "version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/wikimedia/utfnormal.git",
- "reference": "bb892a53a76116ad0982445a849043687cb6e778"
+ "reference": "bcb81d1d87bae400af45cc419a850dcf9883775b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/wikimedia/utfnormal/zipball/bb892a53a76116ad0982445a849043687cb6e778",
- "reference": "bb892a53a76116ad0982445a849043687cb6e778",
+ "url": "https://api.github.com/repos/wikimedia/utfnormal/zipball/bcb81d1d87bae400af45cc419a850dcf9883775b",
+ "reference": "bcb81d1d87bae400af45cc419a850dcf9883775b",
"shasum": ""
},
"require": {
@@ -442,8 +938,8 @@
"ext-mbstring": "*",
"jakub-onderka/php-parallel-lint": "0.8.*",
"mediawiki/mediawiki-codesniffer": "0.1.0",
- "phpunit/phpunit": "4.4.*",
- "squizlabs/php_codesniffer": "2.1.*"
+ "phpunit/phpunit": "4.6.*",
+ "squizlabs/php_codesniffer": "2.2.*"
},
"type": "library",
"autoload": {
@@ -461,21 +957,64 @@
"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": "2015-03-12 01:54:47"
+ "time": "2015-08-29 14:13:27"
+ },
+ {
+ "name": "wikimedia/wrappedstring",
+ "version": "v2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/wikimedia/WrappedString.git",
+ "reference": "1b27e0ea23bd915644dade17c3fe1e45fdbadf11"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/wikimedia/WrappedString/zipball/1b27e0ea23bd915644dade17c3fe1e45fdbadf11",
+ "reference": "1b27e0ea23bd915644dade17c3fe1e45fdbadf11",
+ "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": {
+ "WrappedString\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Timo Tijhof",
+ "email": "krinklemail@gmail.com"
+ }
+ ],
+ "description": "Automatically compact sequentially-outputted strings that share a common prefix / suffix pair.",
+ "homepage": "https://www.mediawiki.org/wiki/WrappedString",
+ "time": "2015-07-31 00:06:22"
},
{
"name": "zordius/lightncandy",
- "version": "v0.18",
+ "version": "v0.21",
"source": {
"type": "git",
"url": "https://github.com/zordius/lightncandy.git",
- "reference": "24be6909c37391f4648ce1fdf19036b11bd56d05"
+ "reference": "015fed62d0ae6fe7601d3910b8e4b6a6964f86a0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zordius/lightncandy/zipball/24be6909c37391f4648ce1fdf19036b11bd56d05",
- "reference": "24be6909c37391f4648ce1fdf19036b11bd56d05",
+ "url": "https://api.github.com/repos/zordius/lightncandy/zipball/015fed62d0ae6fe7601d3910b8e4b6a6964f86a0",
+ "reference": "015fed62d0ae6fe7601d3910b8e4b6a6964f86a0",
"shasum": ""
},
"require": {
@@ -509,7 +1048,7 @@
"php",
"template"
],
- "time": "2015-01-01 04:37:19"
+ "time": "2015-05-08 01:56:46"
}
],
"packages-dev": [],