-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·42 lines (42 loc) · 1.01 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "torqit/data-importer-extensions-bundle",
"type": "pimcore-bundle",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Jeremy Noonan",
"email": "[email protected]",
"homepage": "https://www.torqit.ca"
},
{
"name": "Mateusz Soroka",
"email": "[email protected]",
"homepage": "https://lemonmind.com"
}
],
"require": {
"pimcore/data-importer": "^1.10",
"openspout/openspout": "^4.0",
"pimcore/pimcore": "^11.0",
"pimcore/compatibility-bridge-v10": "^1.0",
"pimcore/admin-ui-classic-bundle": "^1.1"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.3",
"ekino/phpstan-banned-code": "^1.0",
"friendsofphp/php-cs-fixer": "^3.34"
},
"autoload": {
"psr-4": {
"TorqIT\\DataImporterExtensionsBundle\\": "src"
}
},
"extra": {
"pimcore": {
"bundles": [
"TorqIT\\DataImporterExtensionsBundle\\TorqITDataImporterExtensionsBundle"
]
}
}
}