diff options
| author | polo <ordipolo@gmx.fr> | 2026-08-29 11:43:11 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-08-29 11:43:11 +0200 |
| commit | 440b2e8cb95a3d3cd58e805fe19ecbe029294dc5 (patch) | |
| tree | 9d91221d0716b864b93dbb9015aeb9a8f538620d /composer.json | |
| parent | 16b0a3d5fbc78837014385652a5c58b5a6c5d937 (diff) | |
| download | cms-440b2e8cb95a3d3cd58e805fe19ecbe029294dc5.tar.gz cms-440b2e8cb95a3d3cd58e805fe19ecbe029294dc5.tar.bz2 cms-440b2e8cb95a3d3cd58e805fe19ecbe029294dc5.zip | |
affichage version à l'installation de fullcalendar
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index b8ddaa2..6378d12 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/install_fullcalendar.php", | ||
| 23 | "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", | ||
| 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/install_fullcalendar.php", | ||
| 29 | "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", | ||
| 30 | ] | 30 | ] |
| 31 | }, | 31 | }, |
| 32 | "authors": [ | 32 | "authors": [ |
