aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2026-08-30 10:02:53 +0200
committerpolo <ordipolo@gmx.fr>2026-08-30 10:02:53 +0200
commitc7309f900ef05bd5cb313110ec159b761af394ec (patch)
treed42e56ea525bc53c911cf95524300d958cb0c9e2 /composer.json
parent440b2e8cb95a3d3cd58e805fe19ecbe029294dc5 (diff)
downloadcms-polo1.tar.gz
cms-polo1.tar.bz2
cms-polo1.zip
affichage version à l'installation de fullcalendarHEADpolo1main
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 6378d12..1978a0e 100644
--- a/composer.json
+++ b/composer.json
@@ -19,14 +19,14 @@
19 "post-install-cmd": [ 19 "post-install-cmd": [
20 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", 20 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce",
21 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs", 21 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs",
22 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons" 22 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons",
23 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", 23 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php"
24 ], 24 ],
25 "post-update-cmd": [ 25 "post-update-cmd": [
26 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", 26 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce",
27 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs", 27 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs",
28 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons" 28 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons",
29 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", 29 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php"
30 ] 30 ]
31 }, 31 },
32 "authors": [ 32 "authors": [