jenkins-bot has submitted this change and it was merged.

Change subject: Update PayWithAmazon to dev-master
......................................................................


Update PayWithAmazon to dev-master

Change-Id: Id56c1aa1fd1a53711dea00bbe91c2cb2e62290a1
---
M composer.json
M composer.lock
M vendor
3 files changed, 16 insertions(+), 15 deletions(-)

Approvals:
  Ejegg: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/composer.json b/composer.json
index 5f33986..9ef6b02 100644
--- a/composer.json
+++ b/composer.json
@@ -24,11 +24,17 @@
         "phpmailer/phpmailer": "5.2.6",
         "symfony/event-dispatcher": ">=2.1,<2.4-dev",
         "symfony/http-foundation": ">=2.1,<2.4-dev",
-        "amzn/login-and-pay-with-amazon-sdk-php": "^1.0"
+        "amzn/login-and-pay-with-amazon-sdk-php": "dev-master"
     },
     "autoload": {
         "psr-4": {
             "SmashPig\\": "./"
         }
-    }
+    },
+    "repositories": [
+        {
+            "type": "git",
+            "url": "https://github.com/ejegg/login-and-pay-with-amazon-sdk-php";
+        }
+    ]
 }
diff --git a/composer.lock b/composer.lock
index 3263269..46681bc 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,21 +4,15 @@
         "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file";,
         "This file is @generated automatically"
     ],
-    "hash": "ed3eb5f27b486afe1a2e14d677ad9751",
+    "hash": "5f5c36af76d4b594773cc2d4becf8546",
     "packages": [
         {
             "name": "amzn/login-and-pay-with-amazon-sdk-php",
-            "version": "v1.0.0",
+            "version": "dev-master",
             "source": {
                 "type": "git",
-                "url": 
"https://github.com/amzn/login-and-pay-with-amazon-sdk-php.git";,
-                "reference": "3bf17e802dc6913aa97f1afdaf26a08480f670d0"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/amzn/login-and-pay-with-amazon-sdk-php/zipball/3bf17e802dc6913aa97f1afdaf26a08480f670d0";,
-                "reference": "3bf17e802dc6913aa97f1afdaf26a08480f670d0",
-                "shasum": ""
+                "url": 
"https://github.com/ejegg/login-and-pay-with-amazon-sdk-php";,
+                "reference": "24b31581d85c232a3b0f5038c2894d565c831392"
             },
             "require": {
                 "ext-curl": "*",
@@ -30,7 +24,6 @@
                     "PayWithAmazon\\": "PayWithAmazon/"
                 }
             },
-            "notification-url": "https://packagist.org/downloads/";,
             "license": [
                 "Apache OSL-2"
             ],
@@ -50,7 +43,7 @@
                 "payment",
                 "payments"
             ],
-            "time": "2015-04-16 21:14:01"
+            "time": "2015-08-24 21:48:53"
         },
         {
             "name": "fusesource/stomp-php",
@@ -266,7 +259,9 @@
     "packages-dev": [],
     "aliases": [],
     "minimum-stability": "stable",
-    "stability-flags": [],
+    "stability-flags": {
+        "amzn/login-and-pay-with-amazon-sdk-php": 20
+    },
     "prefer-stable": false,
     "prefer-lowest": false,
     "platform": {
diff --git a/vendor b/vendor
index f036450..46342b0 160000
--- a/vendor
+++ b/vendor
-Subproject commit f03645092241831cba96e05273d87a63b6befac4
+Subproject commit 46342b06fbb4ac3b4efdc6df25570e129265e172

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id56c1aa1fd1a53711dea00bbe91c2cb2e62290a1
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/SmashPig
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to