This commit is contained in:
2025-05-20 14:15:03 -07:00
parent c074a5ef18
commit edcad561a5
179 changed files with 52733 additions and 4704 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "open-function-computers-llc/rad-theme-engine",
"description": "A suite of classes to make WordPress theme development cleaner",
"require": {
"php": ">=7.4",
"jjgrainger/posttypes": "^2.1",
"salesforce/handlebars-php": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"license": "MIT",
"keywords": [
"wordpress",
"handlebars",
"theme"
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"ofc\\": "src/"
}
},
"scripts": {
"post-create-project-cmd": "ofc\\RadThemeEngine::setup"
},
"bin": [
"bin/getIcon"
]
}