forked from Agence-DnD/DnD-MagentoConnectorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.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
{
"name": "agencednd/magento-connector-bundle",
"type": "symfony-bundle",
"description": "DnD PIM bundle to export to Magento platform",
"keywords": ["pim", "dnd", "ecommerce", "e-commerce", "magento", "connector", "sftp"],
"homepage": "http://dnd.fr",
"license": "OSL-3.0",
"authors": [
{
"name": "Florian Fauvel",
"email": "[email protected]",
"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"
},
{
"type": "vcs",
"url": "http://github.com/Agence-DnD/DnD-MagentoConnectorBundle.git"
}
],
"require": {
"akeneo/pim-community-dev": "~1.2@stable"
},
"autoload": {
"psr-0": { "DnD\\Bundle\\MagentoConnectorBundle\\": "" }
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"target-dir": "DnD/Bundle/MagentoConnectorBundle"
}