-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
46 lines (46 loc) · 945 Bytes
/
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": "friendsoftypo3/crowdin",
"type": "typo3-cms-extension",
"description": "Crowdin integration for TYPO3",
"keywords": [
"TYPO3",
"extension",
"crowdin",
"localization",
"translation"
],
"homepage": "https://typo3.org",
"support": {
"chat": "https://typo3.org/help/",
"docs": "https://docs.typo3.org/p/friendsoftypo3/crowdin/main/en-us/",
"issues": "https://github.com/FriendsOfTYPO3/crowdin/issues",
"source": "https://github.com/FriendsOfTYPO3/crowdin"
},
"authors": [
{
"name": "TYPO3 Localization Team",
"email": "[email protected]",
"role": "Developer"
}
],
"license": [
"GPL-2.0-or-later"
],
"require": {
"php": ">= 8.1.0, <= 8.4.99",
"typo3/cms-core": "^11 || ^12 || ^13"
},
"autoload": {
"psr-4": {
"FriendsOfTYPO3\\Crowdin\\": "Classes/"
}
},
"extra": {
"branch-alias": {
"dev-main": "3.0.x-dev"
},
"typo3/cms": {
"extension-key": "crowdin"
}
}
}