🎉 - Ajout du fichier composer.json pour le plugin custom-theme-tree

This commit is contained in:
skycel 2025-02-05 23:47:03 +01:00
parent f090c8a494
commit c8a760844d

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "skycel/custom-theme-tree",
"description": " WordPress plugin that provides a structured and organized theme development environment with customizable directory structures.",
"minimum-stability": "stable",
"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."
}
}