From c8a760844dec1798a119615546974d610d0462f4 Mon Sep 17 00:00:00 2001 From: skycel Date: Wed, 5 Feb 2025 23:47:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20-=20Ajout=20du=20fichier=20compo?= =?UTF-8?q?ser.json=20pour=20le=20plugin=20custom-theme-tree?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..81d7dc5 --- /dev/null +++ b/composer.json @@ -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." + } +} \ No newline at end of file