-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 700 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 700 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
{
"name": "chrismallory/module-freeshipping-progress-bar",
"description": "Display a progress bar on the shopping cart based on order total to encourage users to spend more to get free shipping",
"type": "magento2-module",
"license": "OSL-3.0",
"authors": [
{
"email": "chris@christophermallory.com",
"name": "Chris Mallory"
}
],
"minimum-stability": "dev",
"require": {
"magento/module-quote": "*",
"magento/module-checkout": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"ChrisMallory\\FreeShippingProgressBar\\": ""
}
}
}