-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
48 lines (48 loc) · 1.36 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
44
45
46
47
48
{
"name": "akeneo-labs/classification-rule-bundle",
"type": "symfony-bundle",
"description": "Akeneo PIM Enterprise bundle to classify products with the rule engine",
"keywords": ["pim", "akeneo", "ecommerce", "classification", "rules"],
"license": "OSL-3.0",
"authors": [
{
"name": "Akeneo",
"homepage": "http://www.akeneo.com/"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-enterprise-dev.git",
"branch": "master"
},
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git",
"branch": "master"
}
],
"require": {
"akeneo/pim-enterprise-dev": "~1.6.0"
},
"require-dev": {
"phpspec/phpspec": "2.1.*",
"squizlabs/php_codesniffer": "2.3.*",
"phpmd/phpmd": "2.3.*",
"friendsofphp/php-cs-fixer": "@stable",
"henrikbjorn/phpspec-code-coverage": "1.0.*"
},
"autoload": {
"psr-0": { "PimEnterprise\\Bundle\\ClassificationRuleBundle\\": "" }
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "stable",
"target-dir": "PimEnterprise/Bundle/ClassificationRuleBundle",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}