Katie Horn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/165900

Change subject: Composer packaging to make us available as a library
......................................................................

Composer packaging to make us available as a library

Change-Id: I60fd5b58db20e43df341f065dc25e4cefe843b77
---
A composer.json
1 file changed, 18 insertions(+), 0 deletions(-)


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

diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..6fca851
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,18 @@
+{
+       "name": "wikimedia/DonationInterface",
+       "description": "Wikimedia Foundation payment processing library",
+       "license": "GPL-2.0",
+       "support": {
+               "irc": "irc://irc.freenode.net/wikimedia-fundraising"
+       },
+       "autoload": {
+               "classmap": [
+                       "adyen_gateway",
+                       "amazon_gateway",
+                       "gateway_common",
+                       "globalcollect_gateway",
+                       "paypal_gateway",
+                       "worldpay_gateway"
+               ]
+       }
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I60fd5b58db20e43df341f065dc25e4cefe843b77
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: deploy-payments_1.22
Gerrit-Owner: Katie Horn <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>

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

Reply via email to