-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
38 lines (38 loc) · 1014 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
{
"name": "enupal/translate",
"description": "Translate your website templates and plugins into multiple languages. Bulk translation with Google Translate or Yandex.",
"version": "4.0.3",
"type": "craft-plugin",
"autoload": {
"psr-4": {
"enupal\\translate\\": "src/"
}
},
"require": {
"craftcms/cms": "^5.0.0",
"enupal/yandex-translate": "1.0.0",
"stichoza/google-translate-php": "4.1.5",
"viniciusgava/google-translate-api": "3.1.0"
},
"authors": [
{
"name": "Enupal",
"homepage": "http://enupal.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/enupal/translate/issues",
"docs": "https://enupal.com/craft-plugins/enupal-translate/docs"
},
"extra": {
"name": "Enupal Translate",
"handle": "enupal-translate",
"hasSettings": true,
"developer": "Enupal",
"class": "enupal\\translate\\Translate",
"components": {
"app": "enupal\\translate\\services\\App"
}
}
}