-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 885 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 885 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
{
"name": "webcode/module-glami",
"description": "Glami Pixel & Feed",
"type": "magento2-module",
"version": "104.1.2",
"require": {
"magento/module-catalog": "^104.0",
"magento/module-configurable-product": "^100.4",
"magento/module-checkout": "^100.4",
"magento/module-customer": "^103.0",
"magento/module-store": "^101.1",
"magento/module-ui": "^101.2",
"magento/framework": "^103.0"
},
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Kostadin Bashev | Webcode",
"email": "bashev@webcode.bg",
"homepage": "https://webcode.bg/",
"role": "Magento Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Webcode\\Glami\\": ""
}
}
}