Ejegg has submitted this change and it was merged.

Change subject: include DonationInterface in Composer config
......................................................................


include DonationInterface in Composer config

Change-Id: I55dfe2d88c47cdd7a6fce71de3c493682d388875
---
M composer.json
M composer.lock
M vendor
3 files changed, 43 insertions(+), 6 deletions(-)

Approvals:
  Ejegg: Looks good to me, approved



diff --git a/composer.json b/composer.json
index 3d88207..b76a461 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
 {
-    "name": "Wikimedia Foundation donor CRM",
+    "description": "Wikimedia Foundation donor CRM",
     "authors": [
         { "name": "Elliott Eggleston" },
         { "name": "Peter Gehres" },
@@ -11,11 +11,18 @@
     ],
     "license": "GPL-2.0",
     "type": "project",
+    "repositories": [
+        {
+            "type": "vcs",
+            "url": 
"https://gerrit.wikimedia.org/r/p/mediawiki/extensions/DonationInterface.git";
+        }
+    ],
     "support": {
         "irc": "irc://irc.freenode.org/wikimedia-fundraising"
     },
     "require": {
         "cogpowered/finediff": "0.*",
+        "wikimedia/DonationInterface": "dev-drupal",
         "fusesource/stomp-php": "2.*",
         "phpmailer/phpmailer": "5.2.6",
         "phpseclib/phpseclib": "0.3.7",
diff --git a/composer.lock b/composer.lock
index dbeb35b..ede9cf1 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,9 +1,10 @@
 {
     "_readme": [
         "This file locks the dependencies of your project to a known state",
-        "Read more about it at 
http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file";
+        "Read more about it at 
http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file";,
+        "This file is @generated automatically"
     ],
-    "hash": "34c7e4634f2890624622ac69d79aa1db",
+    "hash": "293cae5eec4ee935625711e18c44ba34",
     "packages": [
         {
             "name": "cogpowered/finediff",
@@ -314,6 +315,34 @@
                 "templating"
             ],
             "time": "2014-07-05 12:19:05"
+        },
+        {
+            "name": "wikimedia/DonationInterface",
+            "version": "dev-drupal",
+            "source": {
+                "type": "git",
+                "url": "/home/adamw/git/DonationInterface.git",
+                "reference": "76b80e416e5b75e5d56a6b1a7f8529e2416266ed"
+            },
+            "type": "library",
+            "autoload": {
+                "classmap": [
+                    "adyen_gateway",
+                    "amazon_gateway",
+                    "gateway_common",
+                    "globalcollect_gateway",
+                    "paypal_gateway",
+                    "worldpay_gateway"
+                ]
+            },
+            "license": [
+                "GPL-2.0"
+            ],
+            "description": "Wikimedia Foundation payment processing library",
+            "support": {
+                "irc": "irc://irc.freenode.net/wikimedia-fundraising"
+            },
+            "time": "2014-10-06 22:49:15"
         }
     ],
     "packages-dev": [
@@ -323,9 +352,10 @@
 
     ],
     "minimum-stability": "stable",
-    "stability-flags": [
-
-    ],
+    "stability-flags": {
+        "wikimedia/donationinterface": 20
+    },
+    "prefer-stable": false,
     "platform": [
 
     ],
diff --git a/vendor b/vendor
index cdf83c8..15b466a 160000
--- a/vendor
+++ b/vendor
-Subproject commit cdf83c88aa5cdb570382d43fe7f4635090cdb6c4
+Subproject commit 15b466ac6fb9fd53ddae6d003476757ef60e40ba

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I55dfe2d88c47cdd7a6fce71de3c493682d388875
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to