-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1000 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
{
"name": "openwines/references-bundle",
"type": "symfony-bundle",
"description": "Wine industry references data manager for OpenWines - Akeneo PIM Bundle",
"keywords": ["pim", "akeneo", "wine", "openwines", "reference data"],
"homepage": "http://openwines.eu",
"license": "OSL-3.0",
"authors": [
{
"name": "Ronan Guilloux",
"email": "ronan.guilloux@gmail.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/OpenWines/ReferencesBundle.git",
"branch": "master"
}
],
"minimum-stability": "stable",
"require": {
"akeneo/pim-community-dev": "v1.7.*",
"akeneo-labs/custom-entity-bundle": "1.10.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "@stable"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {
"OpenWines\\ReferencesBundle\\": ""
}
}
}