-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1 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
{
"name": "agencednd/google-manufacturer-bundle",
"type": "symfony-bundle",
"description": "Agence Dn'D bundle to export products to Google Manufacturer",
"keywords": ["pim", "dnd", "ecommerce", "e-commerce", "akeneo", "attribute", "google-manufacturer"],
"homepage": "https://dnd.fr",
"license": "OSL-3.0",
"version": "4.0.0",
"authors": [
{
"name": "Agence Dn'D",
"email": "contact@dnd.fr",
"homepage": "https://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": "4.*"
},
"autoload": {
"psr-4": {
"Dnd\\GoogleManufacturerBundle\\": "src/"
}
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev"
}