forked from Nosto/nosto-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
62 lines (62 loc) · 1.54 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
{
"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.0.1",
"require-dev": {
"php": ">=5.5.0",
"etsy/phan": "0.8.0",
"phpmd/phpmd": "^2.5",
"sebastian/phpcpd": "*",
"phpdocumentor/reflection-docblock": "3.0.0",
"phing/phing": "2.*",
"magento/marketplace-eqp": "1.0.4",
"magento-ecg/coding-standard": "*",
"magento/product-community-edition": "^2.1.0",
"magento/marketplace-tools": "dev-master"
},
"license": [
"OSL-3.0"
],
"minimum-stability": "dev",
"require": {
"nosto/php-sdk": "3.0.8"
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
},
{
"type": "vcs",
"url": "[email protected]:Nosto/nosto-php-sdk.git"
},
{
"type": "vcs",
"url": "https://github.com/magento/marketplace-eqp"
},
{
"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": [".DS_STORE", ".idea", ".phan", "ruleset.xml", "phan.*", ".gitignore"]
}
}