-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
65 lines (65 loc) · 1.82 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pixelant/pxa-product-manager-upgrade",
"description": "Contains some upgrade wizards to upgrade pxa_product_manager. WIP project",
"type": "typo3-cms-extension",
"keywords": [
"typo3",
"pxa_product_manager"
],
"homepage": "http://t3kit.com",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "t3kit Community",
"homepage": "https://github.com/t3kit"
}
],
"support": {
"issues": "https://github.com/t3kit/t3kit/issues",
"forum": "https://typo3.slack.com/messages/t3kit",
"source": "https://github.com/t3kit/t3kit",
"docs": "https://github.com/t3kit/t3kit"
},
"require": {
"typo3/cms-backend": "^10.4.6",
"typo3/cms-core": "^10.4.6",
"typo3/cms-extbase": "^10.4.6",
"typo3/cms-extensionmanager": "^10.4.6",
"typo3/cms-filelist": "^10.4.6",
"typo3/cms-filemetadata": "^10.4.6",
"typo3/cms-fluid": "^10.4.6",
"typo3/cms-frontend": "^10.4.6",
"typo3/cms-install": "^10.4.6",
"typo3/cms-recordlist": "^10.4.6",
"typo3/cms-form": "^10.4.6",
"typo3/cms-rte-ckeditor": "^10.4.6",
"typo3/cms-seo": "^10.4.6",
"typo3/cms-tstemplate": "^10.4.6",
"typo3/cms-felogin": "^10.4.6",
"pixelant/pxa-product-manager": "^10.0"
},
"require-dev": {
"editorconfig-checker/editorconfig-checker": "~10.2.3",
"squizlabs/php_codesniffer": "~3.6.0",
"helmich/typo3-typoscript-lint": "~2.5.0",
"sclable/xml-lint": "~0.4.0"
},
"autoload": {
"psr-4": {
"Pixelant\\PxaProductManagerUpgrade\\": "Classes"
}
},
"prefer-stable": true,
"config": {
"vendor-dir": "build/vendor",
"optimize-autoloader": true,
"sort-packages": true
},
"extra": {
"typo3/cms": {
"web-dir": "build/public",
"app-dir": "build",
"extension-key": "pxa_product_manager_upgrade"
}
}
}