28 lines
678 B
JSON
Raw Permalink Normal View History

{
"name": "skycel/custom-theme-tree",
"description": " WordPress plugin that provides a structured and organized theme development environment with customizable directory structures.",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "MIT",
"authors": [
{
"name": "Skycel",
"email": "hello@skycel.me"
}
],
"require": {
2025-02-25 19:19:37 +01:00
"php": ">= 8.0"
},
"require-dev": {
"larapack/dd": "^1.1"
},
"suggest": {
"larapack/dd": "Required to use the dd method.",
"roots/wordpress": "This package need Wordpress environment to be used."
},
"autoload": {
"psr-4": {
"Skycel\\CustomThemeTree\\": "./src"
}
}
}