Files
chaffe-theme/vendor/open-function-computers-llc/rad-theme-engine/composer.json
2025-05-13 10:19:23 -07:00

31 lines
695 B
JSON

{
"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"
]
}