forked from adrianoaguiar/MagentoConnectorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.17 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
{
"name": "akeneo/magento-connector-bundle",
"type": "symfony-bundle",
"description": "Akeneo PIM bundle to export to Magento platform",
"keywords": ["pim", "akeneo", "ecommerce", "e-commerce", "magento", "connector", "soap", "api"],
"homepage": "http://akeneo.com",
"license": "OSL-3.0",
"authors": [
{
"name": "Julien Sanchez",
"email": "julien@akeneo.com",
"homepage": "http://www.akeneo.com/"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git",
"branch": "1.0"
},
{
"type": "vcs",
"url": "https://github.com/akeneo/platform.git"
}
],
"require": {
"akeneo/pim-community-dev": "1.0.*@stable"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"henrikbjorn/phpspec-code-coverage" : "1.0.*@dev"
},
"autoload": {
"psr-0": { "Pim\\Bundle\\MagentoConnectorBundle\\": "" }
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"target-dir": "Pim/Bundle/MagentoConnectorBundle"
}