Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/405817 )

Change subject: WIP remove vendor submodule
......................................................................

WIP remove vendor submodule

Instead, use composer merge plugin to merge all libraries into the
top-level mediawiki vendor dir, avoiding duplication and potential
conflict.

Bug: T185547
Change-Id: I795169577204fabea276364c966b65a321d6a7fb
---
M .gitmodules
D composer.lock
D vendor
3 files changed, 0 insertions(+), 1,596 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/17/405817/1

diff --git a/.gitmodules b/.gitmodules
index dc9dce9..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "vendor"]
-       path = vendor
-       url = 
https://gerrit.wikimedia.org/r/mediawiki/extensions/DonationInterface/vendor
diff --git a/composer.lock b/composer.lock
deleted file mode 100644
index 5d275a2..0000000
--- a/composer.lock
+++ /dev/null
@@ -1,1592 +0,0 @@
-{
-    "_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#composer-lock-the-lock-file";,
-        "This file is @generated automatically"
-    ],
-    "content-hash": "7f1096380f4f378b06eaccb8d71984a3",
-    "packages": [
-        {
-            "name": "addshore/psr-6-mediawiki-bagostuff-adapter",
-            "version": "0.1",
-            "source": {
-                "type": "git",
-                "url": 
"https://github.com/addshore/psr-6-mediawiki-bagostuff-adapter.git";,
-                "reference": "92f3bb69bf3e7f51b8b66ae74b6a4a291637354c"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/addshore/psr-6-mediawiki-bagostuff-adapter/zipball/92f3bb69bf3e7f51b8b66ae74b6a4a291637354c";,
-                "reference": "92f3bb69bf3e7f51b8b66ae74b6a4a291637354c",
-                "shasum": ""
-            },
-            "require": {
-                "psr/cache": "^1.0.0"
-            },
-            "require-dev": {
-                "cache/integration-tests": "~0.9.1",
-                "jakub-onderka/php-parallel-lint": "^0.9.2",
-                "mediawiki/mediawiki-codesniffer": "^0.7.2",
-                "phpunit/phpunit": "~4.8.0|~5.3.0"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-4": {
-                    "Addshore\\Psr\\Cache\\MWBagOStuffAdapter\\": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "GPL-2.0+"
-            ],
-            "authors": [
-                {
-                    "name": "Addshore"
-                }
-            ],
-            "description": "A MediaWiki BagOStuff PSR-6 adapter library",
-            "keywords": [
-                "cache",
-                "mediawiki"
-            ],
-            "time": "2017-02-16T14:33:59+00:00"
-        },
-        {
-            "name": "amzn/login-and-pay-with-amazon-sdk-php",
-            "version": "dev-master",
-            "source": {
-                "type": "git",
-                "url": 
"https://github.com/ejegg/login-and-pay-with-amazon-sdk-php";,
-                "reference": "198cc8ccab51e270909602cee38706b4d1f6bbba"
-            },
-            "require": {
-                "ext-curl": "*",
-                "php": ">=5.3.0",
-                "psr/log": "^1.0"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-4": {
-                    "PayWithAmazon\\": "PayWithAmazon/"
-                }
-            },
-            "license": [
-                "Apache OSL-2"
-            ],
-            "authors": [
-                {
-                    "name": "Amazon Payments",
-                    "email": "eps-...@amazon.com"
-                }
-            ],
-            "description": "Pay with Amazon SDK",
-            "homepage": 
"https://github.com/amzn/login-and-pay-with-amazon-sdk-php";,
-            "keywords": [
-                "amazon",
-                "amazon payments",
-                "pay",
-                "pay with amazon",
-                "payment",
-                "payments"
-            ],
-            "time": "2017-12-15T15:03:21+00:00"
-        },
-        {
-            "name": "clio/clio",
-            "version": "0.1.8",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/nramenta/clio.git";,
-                "reference": "6a9f600b73fa213e817d5c1e67a4641aecd156ef"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/nramenta/clio/zipball/6a9f600b73fa213e817d5c1e67a4641aecd156ef";,
-                "reference": "6a9f600b73fa213e817d5c1e67a4641aecd156ef",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.2"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-0": {
-                    "Clio": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Nofriandi Ramenta",
-                    "email": "nrame...@gmail.com"
-                }
-            ],
-            "description": "Lightweight utility and helper classes for CLI 
applications",
-            "keywords": [
-                "cli",
-                "console",
-                "daemon"
-            ],
-            "time": "2014-06-22T14:49:41+00:00"
-        },
-        {
-            "name": "coderkungfu/php-queue",
-            "version": "1.0.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/CoderKungfu/php-queue.git";,
-                "reference": "a9baeb0ae3b05bbd0d2f9f56c8365ff63f64524a"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/CoderKungfu/php-queue/zipball/a9baeb0ae3b05bbd0d2f9f56c8365ff63f64524a";,
-                "reference": "a9baeb0ae3b05bbd0d2f9f56c8365ff63f64524a",
-                "shasum": ""
-            },
-            "require": {
-                "clio/clio": "0.1.*",
-                "monolog/monolog": "~1.3",
-                "php": ">=5.3.0"
-            },
-            "require-dev": {
-                "amazonwebservices/aws-sdk-for-php": "dev-master",
-                "aws/aws-sdk-php": ">=2.8",
-                "ext-memcache": "*",
-                "iron-io/iron_mq": "dev-master",
-                "microsoft/windowsazure": ">=0.4.0",
-                "mrpoundsign/pheanstalk-5.3": "dev-master",
-                "predis/predis": "1.*"
-            },
-            "suggest": {
-                "Respect/Rest": "For a REST server to post job data",
-                "amazonwebservices/aws-sdk-for-php": "For AWS SQS backend 
support (legacy version)",
-                "aws/aws-sdk-php": "For AWS SQS backend support",
-                "clio/clio": "Support for daemonizing PHP CLI runner",
-                "fusesource/stomp-php": "For the STOMP backend",
-                "iron-io/iron_mq": "For IronMQ backend support",
-                "microsoft/windowsazure": "For Windows Azure Service Bus 
backend support",
-                "mrpoundsign/pheanstalk-5.3": "For Beanstalkd backend support",
-                "pecl-mongodb": "For MongoDB backend support",
-                "predis/predis": "For Redis backend support"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.0.0-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "PHPQueue": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Michael Cheng",
-                    "email": "mcheng.w...@gmail.com"
-                }
-            ],
-            "description": "A unified front-end for different queuing 
backends. Includes a REST server, CLI interface and daemon runners.",
-            "homepage": "http://github.com/CoderKungfu/php-queue";,
-            "keywords": [
-                "queue",
-                "transaction"
-            ],
-            "time": "2017-09-08T03:14:59+00:00"
-        },
-        {
-            "name": "composer/ca-bundle",
-            "version": "1.0.8",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/composer/ca-bundle.git";,
-                "reference": "9dd73a03951357922d8aee6cc084500de93e2343"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343";,
-                "reference": "9dd73a03951357922d8aee6cc084500de93e2343",
-                "shasum": ""
-            },
-            "require": {
-                "ext-openssl": "*",
-                "ext-pcre": "*",
-                "php": "^5.3.2 || ^7.0"
-            },
-            "require-dev": {
-                "phpunit/phpunit": "^4.5",
-                "psr/log": "^1.0",
-                "symfony/process": "^2.5 || ^3.0"
-            },
-            "suggest": {
-                "symfony/process": "This is necessary to reliably check 
whether openssl_x509_parse is vulnerable on older php versions, but can be 
ignored on PHP 5.5.6+"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.x-dev"
-                }
-            },
-            "autoload": {
-                "psr-4": {
-                    "Composer\\CaBundle\\": "src"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Jordi Boggiano",
-                    "email": "j.boggi...@seld.be",
-                    "homepage": "http://seld.be";
-                }
-            ],
-            "description": "Lets you find a path to the system CA bundle, and 
includes a fallback to the Mozilla CA bundle.",
-            "keywords": [
-                "cabundle",
-                "cacert",
-                "certificate",
-                "ssl",
-                "tls"
-            ],
-            "time": "2017-09-11T07:24:36+00:00"
-        },
-        {
-            "name": "corneltek/getoptionkit",
-            "version": "2.6.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/c9s/GetOptionKit.git";,
-                "reference": "995607ddf4fc90ebdb4a7d58fe972d581ad8495f"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/c9s/GetOptionKit/zipball/995607ddf4fc90ebdb4a7d58fe972d581ad8495f";,
-                "reference": "995607ddf4fc90ebdb4a7d58fe972d581ad8495f",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.0"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.6.x-dev"
-                }
-            },
-            "autoload": {
-                "psr-4": {
-                    "GetOptionKit\\": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Yo-An Lin",
-                    "email": "yoanli...@gmail.com"
-                }
-            ],
-            "description": "Powerful command-line option toolkit",
-            "homepage": "http://github.com/c9s/GetOptionKit";,
-            "time": "2017-06-30T14:54:48+00:00"
-        },
-        {
-            "name": "geoip2/geoip2",
-            "version": "v2.6.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/maxmind/GeoIP2-php.git";,
-                "reference": "9f6f1edf9901fed5cd692dd260333bf52091acd3"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/maxmind/GeoIP2-php/zipball/9f6f1edf9901fed5cd692dd260333bf52091acd3";,
-                "reference": "9f6f1edf9901fed5cd692dd260333bf52091acd3",
-                "shasum": ""
-            },
-            "require": {
-                "maxmind-db/reader": "~1.0",
-                "maxmind/web-service-common": "~0.4",
-                "php": ">=5.4"
-            },
-            "require-dev": {
-                "apigen/apigen": "*",
-                "friendsofphp/php-cs-fixer": "2.*",
-                "phpunit/phpunit": "4.*",
-                "squizlabs/php_codesniffer": "3.*"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-4": {
-                    "GeoIp2\\": "src"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "Apache-2.0"
-            ],
-            "authors": [
-                {
-                    "name": "Gregory J. Oschwald",
-                    "email": "goschw...@maxmind.com",
-                    "homepage": "http://www.maxmind.com/";
-                }
-            ],
-            "description": "MaxMind GeoIP2 PHP API",
-            "homepage": "https://github.com/maxmind/GeoIP2-php";,
-            "keywords": [
-                "IP",
-                "geoip",
-                "geoip2",
-                "geolocation",
-                "maxmind"
-            ],
-            "time": "2017-07-10T17:59:43+00:00"
-        },
-        {
-            "name": "ircmaxell/password-compat",
-            "version": "v1.0.4",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/ircmaxell/password_compat.git";,
-                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c";,
-                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
-                "shasum": ""
-            },
-            "require-dev": {
-                "phpunit/phpunit": "4.*"
-            },
-            "type": "library",
-            "autoload": {
-                "files": [
-                    "lib/password.php"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Anthony Ferrara",
-                    "email": "ircmax...@php.net",
-                    "homepage": "http://blog.ircmaxell.com";
-                }
-            ],
-            "description": "A compatibility library for the proposed 
simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash";,
-            "homepage": "https://github.com/ircmaxell/password_compat";,
-            "keywords": [
-                "hashing",
-                "password"
-            ],
-            "time": "2014-11-20T16:49:30+00:00"
-        },
-        {
-            "name": "maxmind-db/reader",
-            "version": "v1.1.3",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git";,
-                "reference": "7eeccf61b078bb23bb07b1a151a7e5db52871e65"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/7eeccf61b078bb23bb07b1a151a7e5db52871e65";,
-                "reference": "7eeccf61b078bb23bb07b1a151a7e5db52871e65",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.1"
-            },
-            "require-dev": {
-                "phpunit/phpunit": "4.2.*",
-                "satooshi/php-coveralls": "1.0.*",
-                "squizlabs/php_codesniffer": "2.*"
-            },
-            "suggest": {
-                "ext-bcmath": "bcmath or gmp is requred for decoding larger 
integers with the pure PHP decoder",
-                "ext-gmp": "bcmath or gmp is requred for decoding larger 
integers with the pure PHP decoder",
-                "ext-maxminddb": "A C-based database decoder that provides 
significantly faster lookups"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-4": {
-                    "MaxMind\\Db\\": "src/MaxMind/Db"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "Apache-2.0"
-            ],
-            "authors": [
-                {
-                    "name": "Gregory J. Oschwald",
-                    "email": "goschw...@maxmind.com",
-                    "homepage": "http://www.maxmind.com/";
-                }
-            ],
-            "description": "MaxMind DB Reader API",
-            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php";,
-            "keywords": [
-                "database",
-                "geoip",
-                "geoip2",
-                "geolocation",
-                "maxmind"
-            ],
-            "time": "2017-01-19T23:49:38+00:00"
-        },
-        {
-            "name": "maxmind/minfraud",
-            "version": "v1.4.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/maxmind/minfraud-api-php.git";,
-                "reference": "ac96b172693031ea53520992ca9f157982308e42"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/maxmind/minfraud-api-php/zipball/ac96b172693031ea53520992ca9f157982308e42";,
-                "reference": "ac96b172693031ea53520992ca9f157982308e42",
-                "shasum": ""
-            },
-            "require": {
-                "ext-json": "*",
-                "geoip2/geoip2": "^2.6",
-                "maxmind/web-service-common": "^0.4",
-                "php": ">=5.4",
-                "respect/validation": "~1.0"
-            },
-            "require-dev": {
-                "friendsofphp/php-cs-fixer": "*",
-                "phpunit/phpunit": "4.*",
-                "squizlabs/php_codesniffer": "*"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-4": {
-                    "MaxMind\\": "src"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "Apache-2.0"
-            ],
-            "authors": [
-                {
-                    "name": "Gregory Oschwald",
-                    "email": "goschw...@maxmind.com"
-                }
-            ],
-            "description": "MaxMind minFraud API",
-            "homepage": "https://github.com/maxmind/minfraud-api-php";,
-            "keywords": [
-                "fraud",
-                "maxmind",
-                "minfraud"
-            ],
-            "time": "2017-07-10T18:47:42+00:00"
-        },
-        {
-            "name": "maxmind/web-service-common",
-            "version": "v0.4.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/maxmind/web-service-common-php.git";,
-                "reference": "622f7c732a7f9c4c62497fc103939e042b6bdb88"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/maxmind/web-service-common-php/zipball/622f7c732a7f9c4c62497fc103939e042b6bdb88";,
-                "reference": "622f7c732a7f9c4c62497fc103939e042b6bdb88",
-                "shasum": ""
-            },
-            "require": {
-                "composer/ca-bundle": "^1.0.3",
-                "ext-curl": "*",
-                "ext-json": "*",
-                "php": ">=5.4"
-            },
-            "require-dev": {
-                "friendsofphp/php-cs-fixer": "2.*",
-                "phpunit/phpunit": "4.*",
-                "squizlabs/php_codesniffer": "3.*"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-4": {
-                    "MaxMind\\Exception\\": "src/Exception",
-                    "MaxMind\\WebService\\": "src/WebService"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "Apache-2.0"
-            ],
-            "authors": [
-                {
-                    "name": "Gregory Oschwald",
-                    "email": "goschw...@maxmind.com"
-                }
-            ],
-            "description": "Internal MaxMind Web Service API",
-            "homepage": "https://github.com/maxmind/web-service-common-php";,
-            "time": "2017-07-06T17:48:21+00:00"
-        },
-        {
-            "name": "monolog/monolog",
-            "version": "1.18.2",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/Seldaek/monolog.git";,
-                "reference": "064b38c16790249488e7a8b987acf1c9d7383c09"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/Seldaek/monolog/zipball/064b38c16790249488e7a8b987acf1c9d7383c09";,
-                "reference": "064b38c16790249488e7a8b987acf1c9d7383c09",
-                "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",
-                "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",
-                "raven/raven": "^0.13",
-                "ruflin/elastica": ">=0.90 <3.0",
-                "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",
-                "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"
-            },
-            "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.boggi...@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": "2016-04-02T13:12:58+00:00"
-        },
-        {
-            "name": "neitanod/forceutf8",
-            "version": "v2.0.1",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/neitanod/forceutf8.git";,
-                "reference": "47c883ab2739e7938a8bb0bfd1c29d48c88858de"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/neitanod/forceutf8/zipball/47c883ab2739e7938a8bb0bfd1c29d48c88858de";,
-                "reference": "47c883ab2739e7938a8bb0bfd1c29d48c88858de",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.0"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-0": {
-                    "ForceUTF8\\": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "authors": [
-                {
-                    "name": "Sebastián Grignoli",
-                    "email": "grign...@gmail.com"
-                }
-            ],
-            "description": "PHP Class Encoding featuring popular 
Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed 
encoded strings.",
-            "homepage": "https://github.com/neitanod/forceutf8";,
-            "time": "2017-05-22T18:50:57+00:00"
-        },
-        {
-            "name": "phpmailer/phpmailer",
-            "version": "v5.2.25",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/PHPMailer/PHPMailer.git";,
-                "reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2baf20b01690fba8cf720c1ebcf9b988eda50915";,
-                "reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915",
-                "shasum": ""
-            },
-            "require": {
-                "ext-ctype": "*",
-                "php": ">=5.0.0"
-            },
-            "require-dev": {
-                "doctrine/annotations": "1.2.*",
-                "jms/serializer": "0.16.*",
-                "phpdocumentor/phpdocumentor": "2.*",
-                "phpunit/phpunit": "4.8.*",
-                "symfony/debug": "2.8.*",
-                "symfony/filesystem": "2.8.*",
-                "symfony/translation": "2.8.*",
-                "symfony/yaml": "2.8.*",
-                "zendframework/zend-cache": "2.5.1",
-                "zendframework/zend-config": "2.5.1",
-                "zendframework/zend-eventmanager": "2.5.1",
-                "zendframework/zend-filter": "2.5.1",
-                "zendframework/zend-i18n": "2.5.1",
-                "zendframework/zend-json": "2.5.1",
-                "zendframework/zend-math": "2.5.1",
-                "zendframework/zend-serializer": "2.5.*",
-                "zendframework/zend-servicemanager": "2.5.*",
-                "zendframework/zend-stdlib": "2.5.1"
-            },
-            "suggest": {
-                "league/oauth2-google": "Needed for Google XOAUTH2 
authentication"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "class.phpmailer.php",
-                    "class.phpmaileroauth.php",
-                    "class.phpmaileroauthgoogle.php",
-                    "class.smtp.php",
-                    "class.pop3.php",
-                    "extras/EasyPeasyICS.php",
-                    "extras/ntlm_sasl_client.php"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "LGPL-2.1"
-            ],
-            "authors": [
-                {
-                    "name": "Jim Jagielski",
-                    "email": "jim...@gmail.com"
-                },
-                {
-                    "name": "Marcus Bointon",
-                    "email": "phpmai...@synchromedia.co.uk"
-                },
-                {
-                    "name": "Andy Prevost",
-                    "email": "codeworxt...@users.sourceforge.net"
-                },
-                {
-                    "name": "Brent R. Matzelle"
-                }
-            ],
-            "description": "PHPMailer is a full-featured email creation and 
transfer class for PHP",
-            "time": "2017-08-28T11:12:07+00:00"
-        },
-        {
-            "name": "predis/predis",
-            "version": "v1.1.1",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/nrk/predis.git";,
-                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1";,
-                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.9"
-            },
-            "require-dev": {
-                "phpunit/phpunit": "~4.8"
-            },
-            "suggest": {
-                "ext-curl": "Allows access to Webdis when paired with 
phpiredis",
-                "ext-phpiredis": "Allows faster serialization and 
deserialization of the Redis protocol"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-4": {
-                    "Predis\\": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Daniele Alessandri",
-                    "email": "suppaki...@gmail.com",
-                    "homepage": "http://clorophilla.net";
-                }
-            ],
-            "description": "Flexible and feature-complete Redis client for PHP 
and HHVM",
-            "homepage": "http://github.com/nrk/predis";,
-            "keywords": [
-                "nosql",
-                "predis",
-                "redis"
-            ],
-            "time": "2016-06-16T16:22:20+00:00"
-        },
-        {
-            "name": "psr/cache",
-            "version": "1.0.1",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/php-fig/cache.git";,
-                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8";,
-                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.0"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.0.x-dev"
-                }
-            },
-            "autoload": {
-                "psr-4": {
-                    "Psr\\Cache\\": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "PHP-FIG",
-                    "homepage": "http://www.php-fig.org/";
-                }
-            ],
-            "description": "Common interface for caching libraries",
-            "keywords": [
-                "cache",
-                "psr",
-                "psr-6"
-            ],
-            "time": "2016-08-06T20:24:11+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": "respect/validation",
-            "version": "1.1.12",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/Respect/Validation.git";,
-                "reference": "5ab87d1dd932872f6670136a513f72ff9ea41c67"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/Respect/Validation/zipball/5ab87d1dd932872f6670136a513f72ff9ea41c67";,
-                "reference": "5ab87d1dd932872f6670136a513f72ff9ea41c67",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.4",
-                "symfony/polyfill-mbstring": "^1.2"
-            },
-            "require-dev": {
-                "egulias/email-validator": "~1.2",
-                "malkusch/bav": "~1.0",
-                "mikey179/vfsstream": "^1.5",
-                "phpunit/phpunit": "~4.0",
-                "symfony/validator": "~2.6.9",
-                "zendframework/zend-validator": "~2.3"
-            },
-            "suggest": {
-                "egulias/email-validator": "Strict (RFC compliant) email 
validation",
-                "ext-bcmath": "Arbitrary Precision Mathematics",
-                "ext-mbstring": "Multibyte String Functions",
-                "fabpot/php-cs-fixer": "Fix PSR2 and other coding style 
issues",
-                "malkusch/bav": "German bank account validation",
-                "symfony/validator": "Use Symfony validator through 
Respect\\Validation",
-                "zendframework/zend-validator": "Use Zend Framework validator 
through Respect\\Validation"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.1-dev"
-                }
-            },
-            "autoload": {
-                "psr-4": {
-                    "Respect\\Validation\\": "library/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "BSD Style"
-            ],
-            "authors": [
-                {
-                    "name": "Respect/Validation Contributors",
-                    "homepage": 
"https://github.com/Respect/Validation/graphs/contributors";
-                }
-            ],
-            "description": "The most awesome validation engine ever created 
for PHP",
-            "homepage": "http://respect.github.io/Validation/";,
-            "keywords": [
-                "respect",
-                "validation",
-                "validator"
-            ],
-            "time": "2017-03-14T09:44:11+00:00"
-        },
-        {
-            "name": "symfony/event-dispatcher",
-            "version": "v2.8.27",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/event-dispatcher.git";,
-                "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d";,
-                "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.9"
-            },
-            "require-dev": {
-                "psr/log": "~1.0",
-                "symfony/config": "^2.0.5|~3.0.0",
-                "symfony/dependency-injection": "~2.6|~3.0.0",
-                "symfony/expression-language": "~2.6|~3.0.0",
-                "symfony/stopwatch": "~2.3|~3.0.0"
-            },
-            "suggest": {
-                "symfony/dependency-injection": "",
-                "symfony/http-kernel": ""
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.8-dev"
-                }
-            },
-            "autoload": {
-                "psr-4": {
-                    "Symfony\\Component\\EventDispatcher\\": ""
-                },
-                "exclude-from-classmap": [
-                    "/Tests/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fab...@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "https://symfony.com/contributors";
-                }
-            ],
-            "description": "Symfony EventDispatcher Component",
-            "homepage": "https://symfony.com";,
-            "time": "2017-06-02T07:47:27+00:00"
-        },
-        {
-            "name": "symfony/http-foundation",
-            "version": "v2.8.27",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/http-foundation.git";,
-                "reference": "fc4942ad82af83ac8301b68d0c9b1bbcc95a84c6"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/http-foundation/zipball/fc4942ad82af83ac8301b68d0c9b1bbcc95a84c6";,
-                "reference": "fc4942ad82af83ac8301b68d0c9b1bbcc95a84c6",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.9",
-                "symfony/polyfill-mbstring": "~1.1",
-                "symfony/polyfill-php54": "~1.0",
-                "symfony/polyfill-php55": "~1.0"
-            },
-            "require-dev": {
-                "symfony/expression-language": "~2.4|~3.0.0"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.8-dev"
-                }
-            },
-            "autoload": {
-                "psr-4": {
-                    "Symfony\\Component\\HttpFoundation\\": ""
-                },
-                "exclude-from-classmap": [
-                    "/Tests/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fab...@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "https://symfony.com/contributors";
-                }
-            ],
-            "description": "Symfony HttpFoundation Component",
-            "homepage": "https://symfony.com";,
-            "time": "2017-08-10T07:04:10+00:00"
-        },
-        {
-            "name": "symfony/polyfill-mbstring",
-            "version": "v1.5.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/polyfill-mbstring.git";,
-                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803";,
-                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "suggest": {
-                "ext-mbstring": "For best performance"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.5-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": "2017-06-14T15:44:48+00:00"
-        },
-        {
-            "name": "symfony/polyfill-php54",
-            "version": "v1.5.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/polyfill-php54.git";,
-                "reference": "b7763422a5334c914ef0298ed21b253d25913a6e"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/polyfill-php54/zipball/b7763422a5334c914ef0298ed21b253d25913a6e";,
-                "reference": "b7763422a5334c914ef0298ed21b253d25913a6e",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.5-dev"
-                }
-            },
-            "autoload": {
-                "psr-4": {
-                    "Symfony\\Polyfill\\Php54\\": ""
-                },
-                "files": [
-                    "bootstrap.php"
-                ],
-                "classmap": [
-                    "Resources/stubs"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Nicolas Grekas",
-                    "email": "p...@tchwork.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "https://symfony.com/contributors";
-                }
-            ],
-            "description": "Symfony polyfill backporting some PHP 5.4+ 
features to lower PHP versions",
-            "homepage": "https://symfony.com";,
-            "keywords": [
-                "compatibility",
-                "polyfill",
-                "portable",
-                "shim"
-            ],
-            "time": "2017-06-14T15:44:48+00:00"
-        },
-        {
-            "name": "symfony/polyfill-php55",
-            "version": "v1.5.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/polyfill-php55.git";,
-                "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/polyfill-php55/zipball/29b1381d66f16e0581aab0b9f678ccf073288f68";,
-                "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68",
-                "shasum": ""
-            },
-            "require": {
-                "ircmaxell/password-compat": "~1.0",
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.5-dev"
-                }
-            },
-            "autoload": {
-                "psr-4": {
-                    "Symfony\\Polyfill\\Php55\\": ""
-                },
-                "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 backporting some PHP 5.5+ 
features to lower PHP versions",
-            "homepage": "https://symfony.com";,
-            "keywords": [
-                "compatibility",
-                "polyfill",
-                "portable",
-                "shim"
-            ],
-            "time": "2017-06-14T15:44:48+00:00"
-        },
-        {
-            "name": "symfony/yaml",
-            "version": "v2.8.27",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/yaml.git";,
-                "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5";,
-                "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.9"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.8-dev"
-                }
-            },
-            "autoload": {
-                "psr-4": {
-                    "Symfony\\Component\\Yaml\\": ""
-                },
-                "exclude-from-classmap": [
-                    "/Tests/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fab...@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "https://symfony.com/contributors";
-                }
-            ],
-            "description": "Symfony Yaml Component",
-            "homepage": "https://symfony.com";,
-            "time": "2017-06-01T20:52:29+00:00"
-        },
-        {
-            "name": "wikimedia/smash-pig",
-            "version": "0.5.0",
-            "source": {
-                "type": "git",
-                "url": 
"https://gerrit.wikimedia.org/r/wikimedia/fundraising/SmashPig.git";,
-                "reference": "def9c6f3cfc8e3878aa74cf94ebb8287b08ac2cc"
-            },
-            "require": {
-                "amzn/login-and-pay-with-amazon-sdk-php": "dev-master",
-                "coderkungfu/php-queue": "^1.0",
-                "corneltek/getoptionkit": "^2.5",
-                "php": ">=5.3.3",
-                "phpmailer/phpmailer": "^5.2",
-                "predis/predis": "^1.1",
-                "psr/cache": "^1.0",
-                "symfony/event-dispatcher": "^2.1",
-                "symfony/http-foundation": "^2.1",
-                "symfony/yaml": "^2.8"
-            },
-            "require-dev": {
-                "jakub-onderka/php-parallel-lint": "^0.9",
-                "mediawiki/mediawiki-codesniffer": "0.11.0",
-                "phpunit/phpunit": "^4.8"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-4": {
-                    "SmashPig\\": "./"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "GPL-2.0"
-            ],
-            "authors": [
-                {
-                    "name": "Katie Horn",
-                    "email": "kh...@wikimedia.org"
-                },
-                {
-                    "name": "Matthew Walker",
-                    "email": "mwal...@wikimedia.org"
-                },
-                {
-                    "name": "Adam Roses Wight",
-                    "email": "awi...@wikimedia.org"
-                },
-                {
-                    "name": "Elliott Eggleston",
-                    "email": "eeggles...@wikimedia.org"
-                }
-            ],
-            "description": "The open source PHP flexible payments library and 
frontend/backend mediator.",
-            "homepage": "http://smashpig.org";,
-            "keywords": [
-                "donations",
-                "payments"
-            ],
-            "time": "2017-09-11T13:31:06+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": "zord...@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": "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.onde...@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": "mediawiki/mediawiki-codesniffer",
-            "version": "v0.11.0",
-            "source": {
-                "type": "git",
-                "url": 
"https://github.com/wikimedia/mediawiki-tools-codesniffer.git";,
-                "reference": "d8fad4078a0c29c934e6de0ee5054c09c286de0a"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/wikimedia/mediawiki-tools-codesniffer/zipball/d8fad4078a0c29c934e6de0ee5054c09c286de0a";,
-                "reference": "d8fad4078a0c29c934e6de0ee5054c09c286de0a",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">= 5.5.9",
-                "squizlabs/php_codesniffer": "3.0.2"
-            },
-            "require-dev": {
-                "jakub-onderka/php-console-highlighter": "0.3.2",
-                "jakub-onderka/php-parallel-lint": "0.9.2",
-                "phpunit/phpunit": "~4.1"
-            },
-            "type": "library",
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "GPL-2.0+"
-            ],
-            "description": "MediaWiki CodeSniffer Standards",
-            "homepage": 
"https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP";,
-            "keywords": [
-                "codesniffer",
-                "mediawiki"
-            ],
-            "time": "2017-08-11T02:17:24+00:00"
-        },
-        {
-            "name": "squizlabs/php_codesniffer",
-            "version": "3.0.2",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git";,
-                "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c7594a88ae75401e8f8d0bd4deb8431b39045c51";,
-                "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51",
-                "shasum": ""
-            },
-            "require": {
-                "ext-simplexml": "*",
-                "ext-tokenizer": "*",
-                "ext-xmlwriter": "*",
-                "php": ">=5.4.0"
-            },
-            "require-dev": {
-                "phpunit/phpunit": "~4.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": "2017-07-18T01:12:32+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": "awi...@wikimedia.org"
-                },
-                {
-                    "name": "Brad Jorsch",
-                    "email": "bjor...@wikimedia.org"
-                },
-                {
-                    "name": "Gergő Tisza",
-                    "email": "gti...@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"
-        }
-    ],
-    "aliases": [],
-    "minimum-stability": "stable",
-    "stability-flags": {
-        "amzn/login-and-pay-with-amazon-sdk-php": 20
-    },
-    "prefer-stable": false,
-    "prefer-lowest": false,
-    "platform": {
-        "php": ">=5.4"
-    },
-    "platform-dev": []
-}
diff --git a/vendor b/vendor
deleted file mode 160000
index 7281dde..0000000
--- a/vendor
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 7281ddeef907a9ccdab007fb5d6a7e1ae067493d

-- 
To view, visit https://gerrit.wikimedia.org/r/405817
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I795169577204fabea276364c966b65a321d6a7fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: deployment
Gerrit-Owner: Ejegg <ej...@ejegg.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to