-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 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
{
"name": "verbb/readability",
"description": "A set of Twig filters for showing statistics on your text.",
"type": "craft-plugin",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"readability"
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/verbb/readability/issues?state=open",
"source": "https://github.com/verbb/readability",
"docs": "https://github.com/verbb/readability",
"rss": "https://github.com/verbb/readability/commits/v2.atom"
},
"license": "MIT",
"authors": [
{
"name": "Verbb",
"homepage": "https://verbb.io"
},
{
"name": "Mike Stecker",
"homepage": "https://github.com/mikestecker"
}
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0",
"davechild/textstatistics": "^1.0",
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
"verbb\\readability\\": "src/"
}
},
"extra": {
"name": "Readability",
"handle": "readability",
"changelogUrl": "https://raw.githubusercontent.com/verbb/readability/craft-5/CHANGELOG.md",
"class": "verbb\\readability\\Readability"
}
}