Ejegg has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/378812 )
Change subject: Update composer packages
......................................................................
Update composer packages
Make php-queue and smash-pig consistent with the latest stuff in
donation-interface.
Change-Id: I12ba1e5edcf4ecb9346bdf88014f865500f684a9
---
M composer.json
M composer.lock
2 files changed, 368 insertions(+), 40 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm
refs/changes/12/378812/1
diff --git a/composer.json b/composer.json
index 9ca6739..7cd9248 100644
--- a/composer.json
+++ b/composer.json
@@ -17,10 +17,10 @@
},
"require": {
"amzn/login-and-pay-with-amazon-sdk-php": "dev-master",
- "coderkungfu/php-queue": "dev-master",
+ "coderkungfu/php-queue": "^1.0",
"cogpowered/finediff": "0.*",
"wikimedia/donation-interface": "dev-master",
- "wikimedia/smash-pig": "dev-master",
+ "wikimedia/smash-pig": "^0.5",
"phpmailer/phpmailer": "5.2.*",
"phpseclib/phpseclib": "~2.0",
"predis/predis": "1.*",
diff --git a/composer.lock b/composer.lock
index 5fee106..2ba4c93 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"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": "a7a0e2a5d4d5ad238bb8e756f7d7a714",
+ "content-hash": "a7a5905d3f2e36cb4c3d43c31b3e4669",
"packages": [
{
"name": "addshore/psr-6-mediawiki-bagostuff-adapter",
@@ -88,7 +88,7 @@
"payment",
"payments"
],
- "time": "2016-02-17 00:53:20"
+ "time": "2016-02-17T00:44:20+00:00"
},
{
"name": "clio/clio",
@@ -133,16 +133,16 @@
},
{
"name": "coderkungfu/php-queue",
- "version": "dev-master",
+ "version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/CoderKungfu/php-queue.git",
- "reference": "dd8412f105632d31cdd77933ec40a08640752c99"
+ "reference": "a9baeb0ae3b05bbd0d2f9f56c8365ff63f64524a"
},
"dist": {
"type": "zip",
- "url":
"https://api.github.com/repos/CoderKungfu/php-queue/zipball/dd8412f105632d31cdd77933ec40a08640752c99",
- "reference": "dd8412f105632d31cdd77933ec40a08640752c99",
+ "url":
"https://api.github.com/repos/CoderKungfu/php-queue/zipball/a9baeb0ae3b05bbd0d2f9f56c8365ff63f64524a",
+ "reference": "a9baeb0ae3b05bbd0d2f9f56c8365ff63f64524a",
"shasum": ""
},
"require": {
@@ -152,10 +152,10 @@
},
"require-dev": {
"amazonwebservices/aws-sdk-for-php": "dev-master",
- "aws/aws-sdk-php": "dev-master",
+ "aws/aws-sdk-php": ">=2.8",
"ext-memcache": "*",
"iron-io/iron_mq": "dev-master",
- "microsoft/windowsazure": "dev-master",
+ "microsoft/windowsazure": ">=0.4.0",
"mrpoundsign/pheanstalk-5.3": "dev-master",
"predis/predis": "1.*"
},
@@ -198,7 +198,7 @@
"queue",
"transaction"
],
- "time": "2017-04-17 14:11:55"
+ "time": "2017-09-08T03:14:59+00:00"
},
{
"name": "cogpowered/finediff",
@@ -252,6 +252,65 @@
"time": "2014-05-19T10:25:02+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": "[email protected]",
+ "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": {
@@ -292,6 +351,59 @@
"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": "[email protected]",
+ "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": "guzzlehttp/guzzle",
@@ -574,44 +686,156 @@
"time": "2017-07-12T07:18:20+00:00"
},
{
- "name": "minfraud/http",
- "version": "v1.71",
+ "name": "maxmind-db/reader",
+ "version": "v1.1.3",
"source": {
"type": "git",
- "url": "https://github.com/maxmind/ccfd-api-php.git",
- "reference": "5f6c2a5454e755f1c56be17a1fc0c97576ff010e"
+ "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
+ "reference": "7eeccf61b078bb23bb07b1a151a7e5db52871e65"
},
"dist": {
"type": "zip",
- "url":
"https://api.github.com/repos/maxmind/ccfd-api-php/zipball/5f6c2a5454e755f1c56be17a1fc0c97576ff010e",
- "reference": "5f6c2a5454e755f1c56be17a1fc0c97576ff010e",
+ "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": {
- "classmap": [
- "src"
- ]
+ "psr-4": {
+ "MaxMind\\Db\\": "src/MaxMind/Db"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "LGPL-2.1+"
+ "Apache-2.0"
],
"authors": [
{
- "name": "MaxMind, Inc.",
- "email": "[email protected]",
+ "name": "Gregory J. Oschwald",
+ "email": "[email protected]",
"homepage": "http://www.maxmind.com/"
}
],
- "description": "MaxMind minFraud HTTP API",
- "homepage": "https://github.com/maxmind/ccfd-api-php",
+ "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": "[email protected]"
+ }
+ ],
+ "description": "MaxMind minFraud API",
+ "homepage": "https://github.com/maxmind/minfraud-api-php",
"keywords": [
"fraud",
"maxmind",
"minfraud"
],
- "time": "2016-10-13T14:35:01+00:00"
+ "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": "[email protected]"
+ }
+ ],
+ "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",
@@ -733,7 +957,7 @@
"keywords": [
"Silverpop"
],
- "time": "2017-09-14 06:37:59"
+ "time": "2017-09-14T06:37:59+00:00"
},
{
"name": "neitanod/forceutf8",
@@ -839,7 +1063,7 @@
"sendgrid",
"sendinblue"
],
- "time": "2017-05-15 13:50:56"
+ "time": "2017-05-15T13:50:56+00:00"
},
{
"name": "paragonie/random_compat",
@@ -1358,6 +1582,71 @@
"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": {
@@ -1814,24 +2103,24 @@
"source": {
"type": "git",
"url":
"https://gerrit.wikimedia.org/r/mediawiki/extensions/DonationInterface.git",
- "reference": "77d1b0036081552a1ed6f7e0cb36d1dc3869304b"
+ "reference": "3db9a7a4df1d3b0d86ff8c23ef3ae7da8d853b4d"
},
"require": {
"addshore/psr-6-mediawiki-bagostuff-adapter": "0.1",
"amzn/login-and-pay-with-amazon-sdk-php": "dev-master",
- "coderkungfu/php-queue": "dev-master",
- "minfraud/http": "^1.70",
+ "maxmind/minfraud": "^1.4",
"monolog/monolog": "~1.18.2",
"neitanod/forceutf8": "^2.0",
"php": ">=5.4",
"predis/predis": "^1.1",
"psr/log": "^1.0",
"symfony/yaml": "^2.8",
- "wikimedia/smash-pig": "dev-master",
+ "wikimedia/smash-pig": "^0.5",
"zordius/lightncandy": "0.23"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2",
+ "mediawiki/mediawiki-codesniffer": "0.11.0",
"wikimedia/testing-access-wrapper": "~1.0"
},
"type": "library",
@@ -1856,7 +2145,7 @@
"GPL-2.0"
],
"description": "Wikimedia Foundation payment processing library",
- "time": "2017-08-31 22:02:31"
+ "time": "2017-09-15T15:16:19+00:00"
},
{
"name": "wikimedia/omnimail-silverpop",
@@ -1903,19 +2192,19 @@
"omnimail",
"silverpop"
],
- "time": "2017-09-12 23:04:53"
+ "time": "2017-09-12T23:04:53+00:00"
},
{
"name": "wikimedia/smash-pig",
- "version": "dev-master",
+ "version": "0.5.0",
"source": {
"type": "git",
"url":
"https://gerrit.wikimedia.org/r/wikimedia/fundraising/SmashPig.git",
- "reference": "cd2e8d28911bdd2e02ebc78d480bf1d706cfb577"
+ "reference": "def9c6f3cfc8e3878aa74cf94ebb8287b08ac2cc"
},
"require": {
"amzn/login-and-pay-with-amazon-sdk-php": "dev-master",
- "coderkungfu/php-queue": "dev-master",
+ "coderkungfu/php-queue": "^1.0",
"corneltek/getoptionkit": "^2.5",
"php": ">=5.3.3",
"phpmailer/phpmailer": "^5.2",
@@ -1927,6 +2216,7 @@
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0.9",
+ "mediawiki/mediawiki-codesniffer": "0.11.0",
"phpunit/phpunit": "^4.8"
},
"type": "library",
@@ -1963,7 +2253,7 @@
"donations",
"payments"
],
- "time": "2017-08-28 16:03:45"
+ "time": "2017-09-11T13:31:06+00:00"
},
{
"name": "zordius/lightncandy",
@@ -2201,6 +2491,46 @@
"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": "minfraud/http",
+ "version": "v1.71",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/maxmind/ccfd-api-php.git",
+ "reference": "5f6c2a5454e755f1c56be17a1fc0c97576ff010e"
+ },
+ "dist": {
+ "type": "zip",
+ "url":
"https://api.github.com/repos/maxmind/ccfd-api-php/zipball/5f6c2a5454e755f1c56be17a1fc0c97576ff010e",
+ "reference": "5f6c2a5454e755f1c56be17a1fc0c97576ff010e",
+ "shasum": ""
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1+"
+ ],
+ "authors": [
+ {
+ "name": "MaxMind, Inc.",
+ "email": "[email protected]",
+ "homepage": "http://www.maxmind.com/"
+ }
+ ],
+ "description": "MaxMind minFraud HTTP API",
+ "homepage": "https://github.com/maxmind/ccfd-api-php",
+ "keywords": [
+ "fraud",
+ "maxmind",
+ "minfraud"
+ ],
+ "time": "2016-10-13T14:35:01+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -3510,9 +3840,7 @@
"minimum-stability": "dev",
"stability-flags": {
"amzn/login-and-pay-with-amazon-sdk-php": 20,
- "coderkungfu/php-queue": 20,
"wikimedia/donation-interface": 20,
- "wikimedia/smash-pig": 20,
"wikimedia/omnimail-silverpop": 20,
"mrmarkfrench/silverpop-php-connector": 20,
"omnimail/omnimail": 20
--
To view, visit https://gerrit.wikimedia.org/r/378812
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I12ba1e5edcf4ecb9346bdf88014f865500f684a9
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits