-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
37 lines (37 loc) · 939 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": "imaginationmedia/magento2-payment-request",
"description": "W3C Web Payments for Magento 2",
"version" : "1.0.1",
"require": {
"magento/framework": ">=102.0",
"magento/module-backend": ">=101.0",
"magento/module-braintree": ">=100.3",
"magento/module-checkout": ">=100.3",
"magento/module-payment": ">=100.3",
"magento/module-quote" : ">=100.3",
"magento/module-sales": ">=102.0",
"magento/module-sales-sequence": ">=100.3",
"magento/module-shipping": ">=100.3",
"php": ">=7.2"
},
"type": "magento2-module",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Igor Ludgero Miura",
"email": "[email protected]",
"homepage": "http://www.imaginationmedia.com/",
"role": "Lead Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"ImaginationMedia\\PaymentRequest\\": ""
}
}
}