-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 659 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 659 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
{
"name": "lillik/magento2-price-decimal",
"description": "Magento 2 Price Decimal Precision",
"keywords": [
"magento2"
],
"license": "Apache-2.0",
"type": "magento2-module",
"authors": [
{
"name": "LillikPro",
"email": "support@lillik.pro",
"role": "Developer"
}
],
"support": {
"source": ""
},
"require": {
"php": "^5.6 || ^7.0.6 || ^8.0",
"magento/framework": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Lillik\\PriceDecimal\\": ""
}
}
}