-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.29 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
{
"name": "erhaweb/l10ntable-extended",
"type": "typo3-cms-extension",
"description": "With the assistance of this extension, the localization overview within the Info module gains an enhanced \"Edit all language overlay records\" button, featuring individually customizable fields. This empowers users to conveniently perform batch edits on configurable page fields on page translations.",
"keywords": [
"TYPO3",
"extension",
"Info",
"Module",
"l10ntable",
"Localization"
],
"homepage": "https://extensions.typo3.org/extension/l10ntable_extended",
"support": {
"source": "https://github.com/ErHaWeb/l10ntable_extended",
"issues": "https://github.com/ErHaWeb/l10ntable_extended/issues",
"docs": "https://github.com/ErHaWeb/l10ntable_extended#readme"
},
"authors": [
{
"name": "Eric Harrer",
"role": "Developer",
"email": "[email protected]",
"homepage": "https://www.eric-harrer.de"
}
],
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^12.4 || ^13.4",
"typo3/cms-info": "^12.4 || ^13.4",
"php": "^8.1 || ^8.2 || ^8.3"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"extra": {
"typo3/cms": {
"extension-key": "l10ntable_extended"
}
},
"autoload": {
"psr-4": {
"ErHaWeb\\L10ntableExtended\\": "Classes"
}
}
}