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 /composer.json | |
| parent | 440b2e8cb95a3d3cd58e805fe19ecbe029294dc5 (diff) | |
| download | cms-c7309f900ef05bd5cb313110ec159b761af394ec.tar.gz cms-c7309f900ef05bd5cb313110ec159b761af394ec.tar.bz2 cms-c7309f900ef05bd5cb313110ec159b761af394ec.zip | |
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 8 |
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": [ |
