forked from comsolit/mage2_rappenrunden
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 868 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 868 Bytes
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
{
"name": "openstream/mage2_rappenrunden",
"description": "Rounds store prices to 1/20th or 1/10th - ie: to 0.05 or 0.1 of your currency",
"keywords": ["rappenrunden", "runden", "round", "currency", "swiss", "francs", "comsolit"],
"require": {
"php": "^5.6|^7.0|^7.1|^7.2|^7.3|^7.4|^8.1",
"magento/module-store": "*",
"magento/module-backend": "*",
"magento/framework": "*"
},
"type": "magento2-module",
"license": "GPL-3.0",
"authors": [
{
"name": "comsolit AG",
"email": "info@comsolit.com",
"homepage": "https://www.comsolit.com"
},
{
"name": "Openstream Internet Solutions",
"email": "info@openstream.ch",
"homepage": "https://www.openstream.ch"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Comsolit\\RappenRunden\\": ""
}
}
}