latest changes

This commit is contained in:
2025-06-17 08:01:10 -07:00
parent edcad561a5
commit 4c48d7ccbd
50 changed files with 1735 additions and 195 deletions

View File

@@ -2,7 +2,7 @@
"name": "open-function-computers-llc/rad-theme-engine",
"description": "A suite of classes to make WordPress theme development cleaner",
"require": {
"php": ">=7.4",
"php": ">=8.1",
"jjgrainger/posttypes": "^2.1",
"salesforce/handlebars-php": "^2.3"
},
@@ -25,6 +25,6 @@
"post-create-project-cmd": "ofc\\RadThemeEngine::setup"
},
"bin": [
"bin/getIcon"
"bin/rad"
]
}