-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
37 lines (37 loc) · 910 Bytes
/
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": "ratmd/newshub-theme",
"type": "october-theme",
"version": "1.3.0",
"description": "A minimalist and responsive blog & magazine template with page builder and dark mode, designed with Bootstrap 5.3.",
"keywords": [
"october",
"octobercms",
"theme",
"template",
"responsive",
"magazine",
"dark"
],
"homepage": "https://octobercms.com/theme/ratmd-newshub",
"license": "MIT",
"authors": [
{
"name": "Sam",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"email": "[email protected]"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">= 7.4 || >= 8.0",
"composer/installers": "~1.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}