-
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) · 999 Bytes
/
Copy pathcomposer.json
File metadata and controls
39 lines (39 loc) · 999 Bytes
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": "mjblacker/sapling",
"type": "wordpress-theme",
"description": "A modern WordPress theme using Lando, Timber, ACF, Tailwind CSS and Alpine JS",
"license": "MIT",
"authors": [{
"name": "Matt Blacker",
"email": "support@aspireweb.com.au"
}],
"require": {
"php": ">= 8.2",
"timber/timber": "^2.2"
},
"require-dev": {
"johnpbloch/wordpress-core-installer": "^2.0",
"johnpbloch/wordpress-core": "^6.8.2"
},
"extra": {
"wordpress-install-dir": {
"johnpbloch/wordpress-core": "wp"
}
},
"autoload": {
"psr-4": {
"Sapling\\": "theme/app/Sapling",
"App\\": "theme/app/"
},
"classmap": ["theme/app/Sapling/Integrations/", "theme/app/Sapling/Sapling.php"]
},
"config": {
"vendor-dir": "theme/vendor",
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true
}
},
"minimum-stability": "stable"
}