-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.47 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.47 KB
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
{
"name": "digitalpulsebe/craft-multi-translator",
"description": "Translate content of elements using the external services",
"type": "craft-plugin",
"license": "proprietary",
"support": {
"email": "support@digitalpulse.be",
"issues": "https://github.com/digitalpulsebe/craft-multi-translator/issues?state=open",
"source": "https://github.com/digitalpulsebe/craft-multi-translator",
"docs": "https://github.com/digitalpulsebe/craft-multi-translator",
"rss": "https://github.com/digitalpulsebe/craft-multi-translator/releases.atom"
},
"require": {
"craftcms/cms": "^5.6",
"deeplcom/deepl-php": "^1.15",
"google/cloud-translate": "^1.12",
"ext-dom": "*",
"ext-libxml": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"digitalpulsebe\\craftmultitranslator\\": "src/"
}
},
"extra": {
"handle": "multi-translator",
"name": "Multi Translator",
"developer": "Digital Pulse nv",
"documentationUrl": "https://github.com/digitalpulsebe/craft-multi-translator",
"class": "digitalpulsebe\\craftmultitranslator\\MultiTranslator"
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.2"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true,
"php-http/discovery": true
}
}
}