diff options
| author | polo <ordipolo@gmx.fr> | 2026-08-30 10:02:53 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-08-30 10:02:53 +0200 |
| commit | c7309f900ef05bd5cb313110ec159b761af394ec (patch) | |
| tree | d42e56ea525bc53c911cf95524300d958cb0c9e2 | |
| parent | 440b2e8cb95a3d3cd58e805fe19ecbe029294dc5 (diff) | |
| download | cms-c7309f900ef05bd5cb313110ec159b761af394ec.tar.gz cms-c7309f900ef05bd5cb313110ec159b761af394ec.tar.bz2 cms-c7309f900ef05bd5cb313110ec159b761af394ec.zip | |
| -rw-r--r-- | bin/install_fullcalendar.php | 6 | ||||
| -rw-r--r-- | 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 | |||
| 43 | $new_version = getVersion($path . '/' . $key); | 43 | $new_version = getVersion($path . '/' . $key); |
| 44 | 44 | ||
| 45 | if(!$old_version){ | 45 | if(!$old_version){ |
| 46 | echo $key . " installé " . $new_version . "\n"; | 46 | echo 'public/js/fullcalendar/' . $key . ' installé ' . $new_version . "\n"; |
| 47 | } | 47 | } |
| 48 | elseif($old_version === $new_version){ | 48 | elseif($old_version === $new_version){ |
| 49 | echo $key . " réinstallé " . $new_version . "\n"; | 49 | echo 'public/js/fullcalendar/' . $key . ' réinstallé ' . $new_version . "\n"; |
| 50 | } | 50 | } |
| 51 | else{ | 51 | else{ |
| 52 | echo $key . " mis à jour de " . $old_version . " vers " . $new_version . "\n"; | 52 | echo 'public/js/fullcalendar/' . $key . ' mis à jour de ' . $old_version . ' vers ' . $new_version . "\n"; |
| 53 | } | 53 | } |
| 54 | } | 54 | } |
| 55 | } | 55 | } |
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": [ |
