-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 1.21 KB
/
composer.json
File metadata and controls
34 lines (34 loc) · 1.21 KB
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
{
"name": "flagbit/akeneo-reference-entity-table-bundle",
"description": "An Akeneo PIM Bundle by Flagbit that adds a multi-dimensional data representation in the form of tables as an attribute for PIM Enterprise Reference Entities",
"type": "library",
"keywords": ["akeneo", "table", "reference entity", "pim", "record", "attribute"],
"license": "MIT",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Flagbit\\Bundle\\ReferenceEntityTableBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Flagbit\\Bundle\\ReferenceEntityTableBundle\\Tests\\": "tests/",
"AkeneoTest\\": "vendor/akeneo/pim-community-dev/tests/back"
}
},
"require": {
"ext-json": "*",
"akeneo/pim-enterprise-dev": "^5.0"
},
"require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.3",
"phpspec/phpspec": "^6.0",
"phpstan/phpstan": "^0.12.32",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.5",
"overtrue/phplint": "^2.0",
"symfony/debug-bundle": "^4.4",
"symfony/web-profiler-bundle": "^4.4",
"symfony/web-server-bundle": "^4.4"
}
}