From 1f5437d326abe699d90b4ab09b736d822ee30a43 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 22 Oct 2025 18:14:35 +0400 Subject: [PATCH] =?UTF-8?q?ne=20pas=20toucher=20=C3=A0=20composer.lock=20l?= =?UTF-8?q?ors=20de=20la=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pman.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pman.conf b/.pman.conf index c732d81..a93dc36 100644 --- a/.pman.conf +++ b/.pman.conf @@ -14,14 +14,12 @@ NOAUTO= AFTER_CREATE_RELEASE=' set -x pcomp-select-profile.php dist -composer u || exit 1 git commit -am "deps de dist" true ' AFTER_MERGE_RELEASE=' set -x pcomp-select-profile.php dev -composer u || exit 1 git commit -am "deps de dev" true '