This commit is contained in:
2025-05-13 10:19:23 -07:00
parent fd46e2c501
commit 1c25399993
13 changed files with 2338 additions and 23 deletions

View File

@@ -10,7 +10,11 @@
"phpunit/phpunit": "^9.5"
},
"license": "MIT",
"keywords": ["wordpress", "handlebars", "theme"],
"keywords": [
"wordpress",
"handlebars",
"theme"
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
@@ -19,5 +23,8 @@
},
"scripts": {
"post-create-project-cmd": "ofc\\RadThemeEngine::setup"
}
}
},
"bin": [
"bin/getIcon"
]
}