-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.07 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.07 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
{
"name": "ratmd/ratmd-sputnik-theme",
"type": "october-theme",
"version": "0.1.0",
"description": "SPUTNIK is a lightweight demonstration template for LAIKA, the OctoberCMS extension that brings native CMS content into a modern Vue/Vite frontend.",
"keywords": [
"october",
"octobercms",
"theme",
"template"
],
"homepage": "https://octobercms.com/theme/ratmd-laika",
"license": "MIT",
"authors": [
{
"name": "Sam",
"email": "sam@rat.md",
"role": "Developer"
}
],
"support": {
"email": "info@rat.md",
"issues": "https://www.github.com/RatMD/laika-plugin/issues",
"source": "https://www.github.com/RatMD/laika-plugin"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">= 8.2",
"composer/installers": "~1.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"composer/installers": true
}
}
}