forked from putyourlightson/craft-blitz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.71 KB
/
Copy pathcomposer.json
File metadata and controls
52 lines (52 loc) · 1.71 KB
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
{
"name": "putyourlightson/craft-blitz",
"description": "Intelligent static page caching for creating lightning-fast sites.",
"version": "4.2.3",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/blitz",
"license": "proprietary",
"keywords": [
"cache",
"caching",
"performance",
"speed",
"fast"
],
"require": {
"php": "^8.0.2",
"amphp/http-client": "^4.0",
"amphp/parallel": "^1.0",
"craftcms/cms": "^4.0",
"putyourlightson/craft-blitz-hints": "^1.0.1",
"symplify/git-wrapper": "^10.0"
},
"require-dev": {
"codeception/codeception": "^4.1.29",
"codeception/module-asserts": "^1.3.1",
"codeception/module-yii2": "^1.1.5",
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main",
"yiisoft/yii2-redis": "^2.0",
"vlucas/phpdotenv": "^5.4.1"
},
"autoload": {
"psr-4": {
"putyourlightson\\blitz\\": "src/",
"putyourlightson\\blitztests\\fixtures\\": "tests/fixtures/"
}
},
"support": {
"docs": "https://putyourlightson.com/plugins/blitz",
"source": "https://github.com/putyourlightson/craft-blitz",
"issues": "https://github.com/putyourlightson/craft-blitz/issues"
},
"extra": {
"name": "Blitz",
"handle": "blitz",
"developer": "PutYourLightsOn",
"developerUrl": "https://putyourlightson.com/",
"documentationUrl": "https://putyourlightson.com/plugins/blitz",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-blitz/v4/CHANGELOG.md",
"class": "putyourlightson\\blitz\\Blitz"
}
}