forked from Agence-DnD/DndCriteoConnectorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 923 Bytes
/
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
{
"name": "agencednd/criteo-connector-bundle",
"type": "symfony-bundle",
"description": "Dnd bundle to export products from Akeneo PIM to Criteo",
"keywords": ["pim", "dnd", "ecommerce", "e-commerce", "criteo", "feed", "connector", "xml", "flow", "akeneo", "mapping"],
"homepage": "http://dnd.fr",
"license": "OSL-3.0",
"version": "1.3.0",
"authors": [
{
"name": "Agence Dn'D",
"email": "contact@dnd.fr",
"homepage": "http://www.dnd.fr/"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git"
},
{
"type": "vcs",
"url": "https://github.com/akeneo/platform.git"
}
],
"require": {
"akeneo/pim-community-dev": "2.*"
},
"autoload": {
"psr-4": {
"Dnd\\Bundle\\CriteoConnectorBundle\\": ""
}
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev"
}