forked from TopShelfCraft/Wordsmith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 1.32 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
{
"name": "topshelfcraft/wordsmith",
"description": "...because you have the best words.",
"type": "craft-plugin",
"version": "4.0.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"wordsmith"
],
"support": {
"docs": "https://wordsmith.docs.topshelfcraft.com/",
"issues": "https://github.com/TopShelfCraft/Wordsmith/issues"
},
"license": "proprietary",
"authors": [
{
"name": "Top Shelf Craft (Michael Rog)",
"homepage": "https://topshelfcraft.com"
}
],
"require": {
"craftcms/cms": "^4.0",
"davechild/textstatistics": "^1.0.3",
"erusev/parsedown-extra": "^0.8",
"icanboogie/inflector": "^2.0",
"mofodojodino/profanity-filter": "^1.3",
"mundschenk-at/php-typography": "^6.0",
"topshelfcraft/base": "^4.0.1",
"voku/stringy": "^6.4.0"
},
"autoload": {
"psr-4": {
"TopShelfCraft\\Wordsmith\\": "src/"
}
},
"extra": {
"name": "Wordsmith",
"handle": "wordsmith",
"class": "TopShelfCraft\\Wordsmith\\Wordsmith"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}