-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 902 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 902 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
{
"name": "atrocore/pim",
"description": "AtroPIM - highly configurable, modular, open-source Product Information Management (PIM) system designed to meet the complex needs of medium-sized businesses and enterprises.",
"homepage": "https://www.atropim.com/en",
"license": "GPL-3.0-only",
"require": {
"atrocore/core": "~2.3.0"
},
"conflict": {
"atrocore/product-variants": "*",
"atrocore/pdf-generator": "<1.10.0",
"atrocore/completeness": "<1.7.2",
"atrocore/etim-classification": "<1.0.6"
},
"autoload": {
"psr-4": {
"Pim\\": "app/"
}
},
"extra": {
"atroId": "Pim",
"name": {
"default": "PIM"
},
"description": {
"default": "AtroPIM is a highly configurable, modular, open-source Product Information Management (PIM) system designed to meet the complex needs of medium-sized businesses and enterprises."
}
}
}