From c7309f900ef05bd5cb313110ec159b761af394ec Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 30 Aug 2026 10:02:53 +0200 Subject: =?UTF-8?q?affichage=20version=20=C3=A0=20l'installation=20de=20fu?= =?UTF-8?q?llcalendar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/install_fullcalendar.php | 6 +++--- composer.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/install_fullcalendar.php b/bin/install_fullcalendar.php index 1a2839e..ee3daca 100644 --- a/bin/install_fullcalendar.php +++ b/bin/install_fullcalendar.php @@ -43,13 +43,13 @@ function installFullCalendar(): void $new_version = getVersion($path . '/' . $key); if(!$old_version){ - echo $key . " installé " . $new_version . "\n"; + echo 'public/js/fullcalendar/' . $key . ' installé ' . $new_version . "\n"; } elseif($old_version === $new_version){ - echo $key . " réinstallé " . $new_version . "\n"; + echo 'public/js/fullcalendar/' . $key . ' réinstallé ' . $new_version . "\n"; } else{ - echo $key . " mis à jour de " . $old_version . " vers " . $new_version . "\n"; + echo 'public/js/fullcalendar/' . $key . ' mis à jour de ' . $old_version . ' vers ' . $new_version . "\n"; } } } diff --git a/composer.json b/composer.json index 6378d12..1978a0e 100644 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ "post-install-cmd": [ "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs", - "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons" - "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", + "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons", + "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php" ], "post-update-cmd": [ "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs", - "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons" - "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", + "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons", + "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php" ] }, "authors": [ -- cgit v1.2.3