Start Theme Repo

This commit is contained in:
2026-01-29 19:10:03 +01:00
commit 101179e994
84 changed files with 14654 additions and 0 deletions

14
composer.json Executable file
View File

@@ -0,0 +1,14 @@
{
"require": {
"timber/timber": "^2.3",
"wptt/webfont-loader": "^1.1"
},
"autoload": {
"psr-4": {
"RomhackPlaza\\": "src/"
},
"files": [
"vendor/wptt/webfont-loader/wptt-webfont-loader.php"
]
}
}