-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
35 lines (35 loc) · 1000 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
{
"name": "imaginationmedia/magento2-curbside-pickup",
"description": "This module extends the base pick up in-store Magento 2 functionality adding an option for a curbside pick up.",
"type": "magento2-module",
"require": {
"php": ">=7.4",
"magento/module-inventory-in-store-pickup": ">=1.0.0"
},
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Igor Ludgero Miura",
"email": "[email protected]",
"homepage": "http://www.imaginationmedia.com/",
"role": "Developer"
},
{
"name": "Antonio Lolić",
"email": "[email protected]",
"homepage": "http://www.imaginationmedia.com/",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"ImaginationMedia\\CurbsidePickup\\": ""
}
},
"version": "1.0.0"
}