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 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') 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