From 440b2e8cb95a3d3cd58e805fe19ecbe029294dc5 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 29 Aug 2026 11:43:11 +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 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b8ddaa2..6378d12 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/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/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