🎉 - Ajout du fichier composer.json pour le plugin custom-theme-tree
This commit is contained in:
parent
f090c8a494
commit
c8a760844d
21
composer.json
Normal file
21
composer.json
Normal 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."
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user