forked from Nosto/nosto-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
75 lines (75 loc) · 2.13 KB
/
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
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "nosto/module-nostotagging",
"description": "Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.",
"type": "magento2-module",
"version": "2.3.8",
"require-dev": {
"php": ">=5.5.0",
"phan/phan": "0.8.*",
"phpmd/phpmd": "^2.5",
"sebastian/phpcpd": "*",
"phpdocumentor/reflection-docblock": "3.0.0",
"phing/phing": "2.*",
"magento-ecg/coding-standard": "*",
"magento/marketplace-eqp": "*",
"magento/marketplace-tools": "dev-master",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-sales": "101.0.0",
"magento/module-sales-inventory": "100.2.0",
"magento/module-sales-rule": "101.0.0",
"magento/module-store": "100.2.0",
"magento/module-configurable-product": "100.2.0",
"magento/module-directory": "100.2.0",
"magento/module-bundle": "100.2.0",
"magento/module-search": "100.2.0",
"magento/module-catalog-search": "100.2.0",
"magento/module-quote": "101.0.0",
"magento/module-review": "100.2.0",
"magento/zendframework1": "*"
},
"suggest": {
"magento/product-community-edition": "2.*"
},
"license": [
"OSL-3.0"
],
"minimum-stability": "dev",
"require": {
"nosto/php-sdk": "dev-develop#6f87ba7 as 3.1.0"
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
},
{
"type": "package",
"package": {
"name": "magento/marketplace-tools",
"version": "dev-master",
"source": {
"url": "https://github.com/magento/marketplace-tools",
"type": "git",
"reference": "origin/master"
}
}
}
],
"autoload": {
"psr-4": {
"Nosto\\Tagging\\": ""
},
"files": [
"registration.php"
]
},
"archive": {
"exclude": ["Jenkinsfile", "Dockerfile", ".DS_STORE", ".idea", ".phan", ".docker", "ruleset.xml", "phan.*", ".gitignore", "build.xml"]
},
"scripts": {
"validate-archive": [
"php ./vendor/magento/marketplace-tools/validate_m2_package.php $@"
]
}
}