-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.28 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "cloudgrayau/pitch",
"description": "On the go SCSS compiling, CSS/JS minifying, merging and caching.",
"type": "craft-plugin",
"version": "3.1.2",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"pitch"
],
"support": {
"docs": "https://github.com/cloudgrayau/pitch",
"issues": "https://github.com/cloudgrayau/pitch/issues"
},
"license": "MIT",
"authors": [
{
"name": "Cloud Gray Pty Ltd",
"homepage": "https://cloudgray.com.au/"
}
],
"require": {
"craftcms/cms": "^4.0|^5.0",
"scssphp/scssphp": "^1.13.0|^2.1.0",
"matthiasmullie/minify": "^1.3.75",
"php": "^8.0|^8.2",
"cloudgrayau/utils": "^1.1"
},
"autoload": {
"psr-4": {
"cloudgrayau\\pitch\\": "src/"
}
},
"extra": {
"name": "Pitch",
"handle": "pitch",
"developer": "Cloud Gray Pty Ltd",
"developerUrl": "https://cloudgray.com.au/",
"documentationUrl": "https://github.com/cloudgrayau/pitch/blob/craft5/README.md",
"changelogUrl": "https://raw.githubusercontent.com/cloudgrayau/pitch/craft5/CHANGELOG.md",
"class": "cloudgrayau\\pitch\\Pitch"
}
}