-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
74 lines (74 loc) · 2.17 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "lilt/craft-lilt-plugin",
"description": "The Lilt plugin makes it easy for you to send content to Lilt for translation right from within Craft CMS.",
"type": "craft-plugin",
"version": "4.6.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"craft-lilt-plugin"
],
"support": {
"docs": "https://github.com/https://github.com/lilt/craft-lilt-plugin/craft-lilt-plugin/blob/master/README.md",
"issues": "https://github.com/https://github.com/lilt/craft-lilt-plugin/craft-lilt-plugin/issues"
},
"license": "MIT",
"authors": [
{
"name": "Lilt Devs",
"homepage": "https://github.com/lilt"
}
],
"require": {
"craftcms/cms": "^4.0.0",
"lilt/lilt-connector-sdk-php": "0.1.0",
"ext-json": "*",
"php": "^8.0"
},
"require-dev": {
"codeception/codeception": "^3.0 | ^4.0",
"vlucas/phpdotenv": "^3.0",
"squizlabs/php_codesniffer": "^3.6",
"codeception/module-yii2": "^1.1",
"codeception/module-asserts": "^1.3",
"craftcms/redactor": "^2.0 || ^3.0",
"percipioglobal/craft-colour-swatches": "^1.0 || ^4.0",
"spicyweb/craft-neo": "3.1.5",
"verbb/super-table": "^3.0",
"wiremock-php/wiremock-php": "^2.33"
},
"autoload": {
"psr-4": {
"lilthq\\craftliltplugin\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"lilthq\\craftliltplugintests\\integration\\": "tests/integration",
"lilthq\\tests\\fixtures\\": "tests/fixtures/"
}
},
"extra": {
"name": "Lilt",
"handle": "craft-lilt-plugin",
"developer": "Lilt Devs",
"developerUrl": "https://github.com/lilt",
"documentationUrl": "https://github.com/https://github.com/lilt/craft-lilt-plugin/craft-lilt-plugin/blob/master/README.md",
"changelogUrl": "https://raw.githubusercontent.com/https://github.com/lilt/craft-lilt-plugin/craft-lilt-plugin/master/CHANGELOG.md",
"class": "lilthq\\craftliltplugin\\Craftliltplugin"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/lilt/lilt-connector-sdk-php.git"
}
],
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}