forked from putyourlightson/craft-blitz-cloudfront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.13 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
{
"name": "levin-riegner/craft-blitz-cloudfront",
"description": "CloudFront cache purger for the Blitz plugin for Craft CMS.",
"version": "2.0.4",
"type": "blitz-purger",
"license": "proprietary",
"keywords": [
"craft",
"cms",
"craftcms",
"plugin",
"cache",
"blitz",
"purger"
],
"require": {
"craftcms/cms": "^3.1.0",
"putyourlightson/craft-blitz": "^3.0.0",
"aws/aws-sdk-php": "^3.0.0"
},
"autoload": {
"psr-4": {
"levinriegner\\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/v2/CHANGELOG.md"
}
}