-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
43 lines (43 loc) · 1.25 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
41
42
43
{
"name": "akeneo-labs/direct-to-mongodb",
"type": "symfony-bundle",
"description": "Akeneo PIM Bundle to use direct to DB method to save products",
"keywords": ["pim", "akeneo", "ecommerce", "e-commerce", "data", "performances"],
"homepage": "http://akeneo.com",
"license": "OSL-3.0",
"authors": [
{
"name": "Benoit Jacquemont",
"email": "[email protected]",
"homepage": "http://www.akeneo.com/"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git"
},
{
"type": "vcs",
"url": "https://github.com/akeneo/platform.git"
}
],
"require": {
"php": ">=5.4.4",
"akeneo/pim-community-dev": "~1.4.0",
"doctrine/migrations": "1.0.*@dev",
"doctrine/mongodb-odm": "1.0.0-beta12@dev",
"doctrine/mongodb-odm-bundle": "v3.0.0-BETA6@dev"
},
"require-dev": {
"fabpot/php-cs-fixer" : "~1"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {"Pim\\Bundle\\DirectToMongoDBBundle\\": ""}
},
"minimum-stability": "stable",
"target-dir": "Pim/Bundle/DirectToMongoDBBundle"
}