forked from FriendsOfAkeneo/CustomEntityBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 799 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
{
"name": "akeneo-labs/custom-entity-bundle",
"type": "symfony-bundle",
"description": "Akeneo PIM Custom entity bundle",
"keywords": ["pim", "akeneo", "ecommerce", "integration", "reference data"],
"homepage": "http://www.akeneo.com",
"license": "OSL-3.0",
"authors": [
{
"name": "Akeneo",
"homepage": "http://www.akeneo.com"
}
],
"minimum-stability": "stable",
"require": {
"akeneo/pim-community-dev": "^4.0.0"
},
"require-dev": {
"phpspec/phpspec": "^5.0",
"friendsofphp/php-cs-fixer": "^2.14.0"
},
"autoload": {
"psr-4": {
"Pim\\Bundle\\CustomEntityBundle\\": "",
"Acme\\Bundle\\CustomBundle\\": "docs/examples/CustomBundle"
}
}
}