forked from Agence-DnD/DndAttributeDescriptionBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 909 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/attribute-description-bundle",
"type": "symfony-bundle",
"description": "Dnd bundle to add description under your attributes on products",
"keywords": ["pim", "dnd", "ecommerce", "e-commerce", "workflow", "akeneo", "attribute"],
"homepage": "http://dnd.fr",
"license": "OSL-3.0",
"version": "1.1.0",
"authors": [
{
"name": "Agence Dn'D",
"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"
}
],
"require": {
"akeneo/pim-community-dev": "2.*"
},
"autoload": {
"psr-4": {
"Dnd\\Bundle\\AttributeDescriptionBundle\\": ""
}
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev"
}