forked from putyourlightson/craft-blitz-cloudfront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.28 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
{
"name": "putyourlightson/craft-blitz-cloudfront",
"description": "CloudFront cache purger for the Blitz plugin.",
"version": "3.0.4",
"type": "blitz-purger",
"license": "proprietary",
"keywords": [
"craft",
"cms",
"craftcms",
"plugin",
"cache",
"blitz",
"purger"
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0",
"putyourlightson/craft-blitz": "^4.0",
"aws/aws-sdk-php": "^3.0"
},
"autoload": {
"psr-4": {
"putyourlightson\\blitzcloudfront\\": "src/"
}
},
"support": {
"docs": "https://github.com/putyourlightson/craft-blitz-cloudfront",
"source": "https://github.com/putyourlightson/craft-blitz-cloudfront",
"issues": "https://github.com/putyourlightson/craft-blitz-cloudfront/issues"
},
"extra": {
"name": "Blitz CloudFront Purger",
"developer": "PutYourLightsOn",
"developerUrl": "https://putyourlightson.com/",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-blitz-cloudfront/v3/CHANGELOG.md"
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
}
}
}