forked from craftcms/commerce-omnipay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.16 KB
/
composer.json
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
{
"name": "craftcms/commerce-omnipay",
"description": "Omnipay integration plugin for Craft Commerce 2 & 3",
"version": "2.1.1",
"keywords": [
"commerce",
"craftcms",
"omnipay",
"yii2"
],
"license": "MIT",
"authors": [
{
"name": "Pixel & Tonic",
"homepage": "https://pixelandtonic.com/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/craftcms/commerce-omnipay/issues?state=open",
"source": "https://github.com/craftcms/commerce-omnipay",
"docs": "https://github.com/craftcms/commerce-omnipay",
"rss": "https://github.com/craftcms/commerce-omnipay/commits/master.atom"
},
"require": {
"craftcms/commerce": "^2.0|^3.0",
"omnipay/common": "^3.0",
"php-http/guzzle6-adapter": "^1.1.1 || ^2.0"
},
"autoload": {
"psr-4": {
"craft\\commerce\\omnipay\\": "src/"
}
},
"extra": {
"name": "Omnipay for Craft Commerce",
"handle": "commerce-omnipay",
"changelogUrl": "https://raw.githubusercontent.com/craftcms/commerce-omnipay/master/CHANGELOG.md",
"downloadUrl": "https://github.com/craftcms/commerce-omnipay/archive/master.zip"
}
}