-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 875 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
{
"name": "siteation/magento2-storeinfo-payments",
"version": "1.2.0",
"license": "MIT",
"type": "magento2-module",
"description": "The Siteation StoreInfo Payments module simplifies the process of displaying your configured payment methods on your store",
"readme": "README.md",
"keywords": [
"magento2",
"magento2-module",
"hyva",
"hyva-module",
"payments"
],
"authors": [
{
"name": "Siteation",
"email": "info@siteation.dev",
"homepage": "https://siteation.dev/"
}
],
"require": {
"magento/framework": ">=102.0.0",
"magento/module-payment": "^100.0",
"hyva-themes/magento2-theme-module": ">=1.1.0",
"siteation/magento2-hyva-icons-payment": ">=1.2.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Siteation\\StoreInfoPayments\\": ""
}
}
}