forked from mageplaza/magento-2-webhook
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 790 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 790 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
34
35
36
{
"name": "parcellab/magento-2-webhook",
"description": "Magento 2 Webhook Extension for parcelLab",
"require": {
"mageplaza/module-core": "^1.5.3",
"liquid/liquid": "^1.4.42"
},
"type": "magento2-module",
"version": "2.4.25",
"license": "MIT",
"authors": [
{
"name": "parcelLab",
"email": "support@parcellab.com",
"homepage": "https://parcellab.com",
"role": "Technical Support"
},
{
"name": "Mageplaza",
"email": "support@mageplaza.com",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"conflict": {
"mageplaza/module-webhook": ">=0.0.1"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\Webhook\\": ""
}
}
}