-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
71 lines (71 loc) · 2.55 KB
/
composer.json
File metadata and controls
71 lines (71 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"sigismund/coinpayments": "^1.0",
"bert-w/coinpayments-api": "^0.3.1",
"symfony/polyfill-mbstring": "^1.8",
"stripe/stripe-php": "^6.8",
"sonata-project/google-authenticator": "^2.0",
"samrap/gemini": "^0.1.1",
"react/stream": "^0.7.7",
"react/socket": "^0.8.12",
"react/promise-timer": "^1.5",
"react/promise": "^2.7",
"react/event-loop": "^0.5.2",
"react/dns": "^0.4.13",
"react/cache": "^0.4.2",
"ratchet/rfc6455": "^0.2.4",
"ratchet/pawl": "^0.3.2",
"psr/log": "^1.0",
"phpmailer/phpmailer": "^6.0",
"php-http/promise": "^1.0",
"php-http/message-factory": "^1.0",
"php-http/message": "^1.6",
"php-http/httplug": "^1.1",
"php-http/guzzle6-adapter": "^1.1",
"php-http/discovery": "^1.4",
"paypal/rest-api-sdk-php": "^1.13",
"paragonie/random_compat": "^2.0.9",
"mrteye/gdax": "^1.2",
"mollie/mollie-api-php": "^2.0",
"mobiledetect/mobiledetectlib": "^2.8",
"liquid/liquid": "^1.4",
"league/oauth2-google": "^2.2",
"league/oauth2-client": "^2.3",
"jaggedsoft/php-binance-api": "^0.4.3",
"hanischit/kraken-api": "^1.1",
"google/recaptcha": "^1.1",
"facebook/graph-sdk": "^5.6",
"evenement/evenement": "^3.0",
"curl/curl": "^1.9",
"coingate/coingate-php": "^3.0",
"coinbase/coinbase": "^2.7",
"clue/stream-filter": "^1.4",
"ccxt/ccxt": "^1.14",
"guzzlehttp/guzzle": "^6.3",
"league/omnipay": "^2",
"coingate/omnipay-coingate": "dev-master",
"omnipay/stripe": "^2.4.6",
"omnipay/common": "^2.3.4",
"omnipay/paypal": "2.6.4",
"aferrandini/phpqrcode": "^1.0",
"milon/barcode": "^5.3",
"payer/sdk": "^1.1",
"cmpayments/iban": "^1.1",
"fadion/fixerio": "^2.0",
"php-curl-class/php-curl-class": "dev-master",
"infiniweb/fixer-api-php": "^1.0",
"oceanapplications/currencylayer-php-client": "^1.4",
"gladcodes/ravephp": "^1.0",
"aleksandrzhiliaev/omnipay-advcash": "^1.0",
"codename065/coinbase-commerce": "*",
"dg/rss-php": "^1.3",
"vinelab/rss": "^1.0",
"simplepie/simplepie": "^1.5",
"ronmelkhior/coinpayments-ipn": "^1.0",
"milqmedia/poeditor-api-client": "^0.0.1",
"yabacon/paystack-php": "^2.1",
"ziplr/php-qr-code": "^1.0"
}
}