-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
43 lines (43 loc) · 1.21 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/dev-toolbox-bundle",
"type": "symfony-bundle",
"description": "Developer Toolbox for Akeneo PIM",
"keywords": ["pim", "akeneo", "ecommerce", "e-commerce", "toolbox", "developper"],
"homepage": "http://www.akeneo.com",
"license": "OSL-3.0",
"authors": [
{
"name": "Akeneo",
"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": {
"akeneo/pim-community-dev": "~1.3"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"henrikbjorn/phpspec-code-coverage": "1.0.*@dev",
"friendsofphp/php-cs-fixer": "@stable",
"squizlabs/php_codesniffer": "1.*",
"pdepend/pdepend": "1.1.*",
"phpmd/phpmd": "1.*"
},
"autoload": {
"psr-0": { "Pim\\Bundle\\DevToolboxBundle\\": "" }
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "stable",
"target-dir": "Pim/Bundle/DevToolboxBundle"
}