-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.09 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
{
"name": "pdchaudhary/lokalise-pimcore",
"description": "Automatically translate and review your content via Lokalise.",
"type": "pimcore-bundle",
"require": {
"pimcore/pimcore": ">=6.0",
"php": ">=7.0",
"elements/process-manager-bundle": ">=v3.1.9",
"symfony/http-client": "^6.3"
},
"keywords": [
"pimcore",
"pimcore-plugin",
"marketplace",
"e-commerce",
"translation",
"deepL",
"lokalise",
"Automatic",
"Machine translation"
],
"homepage": "https://pravinchaudhary.com",
"autoload": {
"psr-4": {
"Pdchaudhary\\LokaliseTranslateBundle\\": "src/LokaliseTranslateBundle"
}
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Pravin Chaudhary",
"email": "[email protected]"
}
],
"extra": {
"pimcore": {
"bundles": [
"Pdchaudhary\\LokaliseTranslateBundle\\LokaliseTranslateBundle"
]
}
},
"minimum-stability": "dev"
}