-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.11 KB
/
Copy pathcomposer.json
File metadata and controls
41 lines (41 loc) · 1.11 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
{
"name": "madebyraygun/fractal-loader",
"description": "Fractal template loader for Craft CMS",
"type": "craft-plugin",
"version": "1.0.3",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"fractal"
],
"support": {
"docs": "https://github.com/madebyraygun/fractal-loader/blob/dev/README.md",
"issues": "https://github.com/madebyraygun/fractal-loader/issues"
},
"license": "MIT",
"authors": [
{
"name": "Raygun Design, LLC",
"homepage": "https://madebyraygun.com"
}
],
"require": {
"php": ">=8.0.2",
"craftcms/cms": "^4.0.0-RC2"
},
"autoload": {
"psr-4": {
"madebyraygun\\fractalloader\\": "src/"
}
},
"extra": {
"name": "Fractal Loader",
"handle": "fractal-loader",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/madebyraygun/fractal-loader/master/CHANGELOG.md",
"class": "madebyraygun\\fractalloader\\FractalLoader"
}
}