-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 838 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 838 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
36
37
38
{
"name": "omikron/shopware5-factfinder",
"description": "FACT-Finder® Web Components for Shopware 5",
"type": "shopware-plugin",
"license": "proprietary",
"authors": [
{
"name": "Omikron Data Quality GmbH",
"homepage": "https://web-components.fact-finder.de/"
}
],
"require": {
"php": "^7.3",
"ext-json": "*",
"composer/installers": "^1.8",
"league/flysystem-sftp": "1.0.22"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.18",
"phpunit/phpunit": "^7.5",
"phpmd/phpmd": "^2.9"
},
"autoload-dev": {
"psr-4": {
"OmikronFactfinder\\": "."
}
},
"extra": {
"installer-name": "OmikronFactfinder"
},
"config": {
"allow-plugins": {
"omikron/*": true,
"composer/installers": true,
"league/flysystem-sftp": true
}
}
}