2025-02-05 23:47:03 +01:00
|
|
|
{
|
|
|
|
"name": "skycel/custom-theme-tree",
|
|
|
|
"description": " WordPress plugin that provides a structured and organized theme development environment with customizable directory structures.",
|
2025-02-05 23:58:34 +01:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
2025-02-05 23:47:03 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Skycel",
|
|
|
|
"email": "hello@skycel.me"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">= 8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"larapack/dd": "^1.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"larapack/dd": "Required to use the dd method."
|
2025-02-06 05:47:28 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Skycel\\CustomThemeTree\\": "./"
|
|
|
|
}
|
2025-02-05 23:47:03 +01:00
|
|
|
}
|
|
|
|
}
|