From a25efe6fc427e5a653e482f7e1c487060fe678d7 Mon Sep 17 00:00:00 2001 From: skycel Date: Wed, 5 Feb 2025 23:58:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20-=20Met=20=C3=A0=20jour=20compos?= =?UTF-8?q?er.json=20pour=20ajuster=20la=20stabilit=C3=A9=20minimale=20et?= =?UTF-8?q?=20pr=C3=A9f=C3=A9rer=20des=20versions=20stables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81d7dc5..ff3c534 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,8 @@ { "name": "skycel/custom-theme-tree", "description": " WordPress plugin that provides a structured and organized theme development environment with customizable directory structures.", - "minimum-stability": "stable", + "minimum-stability": "dev", + "prefer-stable": true, "license": "MIT", "authors": [ {