forked from FriendsOfAkeneo/CustomEntityBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 973 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 973 Bytes
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
{
"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"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git",
"branch": "master"
}
],
"minimum-stability": "stable",
"require": {
"akeneo/pim-community-dev": "^2.2.0"
},
"require-dev": {
"phpspec/phpspec": "^3.0",
"friendsofphp/php-cs-fixer": "^2.6"
},
"autoload": {
"psr-4": {
"Pim\\Bundle\\CustomEntityBundle\\": "",
"Acme\\Bundle\\CustomBundle\\": "docs/examples/CustomBundle"
}
}
}