-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.75 KB
/
Copy pathcomposer.json
File metadata and controls
60 lines (60 loc) · 1.75 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "tweakwise/magento2-tweakwise",
"license": "OSL-3.0",
"description": "Magento 2 module for Tweakwise integration",
"require": {
"php": "^8.2",
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
"tweakwise/magento2-tweakwise-export": ">=7.8.3",
"guzzlehttp/guzzle": ">=6.0",
"guzzlehttp/promises": ">=1.4",
"magento/module-layered-navigation": "^100.4",
"magento/module-swatches": "*",
"magento/module-search": "^101.1",
"magento/module-grouped-product": "*"
},
"type": "magento2-module",
"autoload": {
"files": [
"src/registration.php"
],
"psr-4": {
"Tweakwise\\Magento2Tweakwise\\": "src/"
}
},
"replace": {
"emico/tweakwise": "v4.3.1"
},
"repositories": {
"emico": {
"type": "composer",
"url": "https://git.emico.io/api/v4/group/239/-/packages/composer/",
"only": [
"emico/code-quality",
"emico/codeception-m2",
"hipex/magento-2-psr7-bridge"
]
},
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
},
"require-dev": {
"emico/code-quality": "^10.8"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"magento/composer-dependency-version-audit-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"phpro/grumphp": true,
"emico/code-quality": true,
"magento/inventory-composer-installer": true
}
}
}