-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
37 lines (37 loc) · 831 Bytes
/
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
{
"name" : "cloudcogsio/woocommerce-omnipay-powertranz-3ds2-gateway",
"authors" : [{
"name" : "Ricardo Assing",
"email" : "[email protected]"
}
],
"keywords" : [
"cloudcogs",
"cloudcogs.io",
"first-atlantic-commerce",
"api",
"payment-gateway",
"omnipay",
"powertranz",
"3ds2"
],
"description" : "Powertranz 3DS2 Payment Gateway plugin for Woocommerce",
"minimum-stability" : "dev",
"require": {
"php" : "^7.4",
"skyverge/wc-plugin-framework": "^5.15.1",
"cloudcogsio/omnipay-powertranz-3ds2-gateway": "dev-master",
"guzzlehttp/psr7": "^2.7.0",
"ext-json": "*"
},
"autoload" : {
"psr-4" : {
"Cloudcogs\\Woocommerce\\Gateway\\PowerTranz\\" : "src"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}