diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 8eaccb0..dd8aa9c 100644 --- a/composer.json +++ b/composer.json | |||
| @@ -11,18 +11,19 @@ | |||
| 11 | "phpmailer/phpmailer": "^7.0", | 11 | "phpmailer/phpmailer": "^7.0", |
| 12 | "symfony/http-foundation": "^7.3", | 12 | "symfony/http-foundation": "^7.3", |
| 13 | "twbs/bootstrap-icons": "^1.13", | 13 | "twbs/bootstrap-icons": "^1.13", |
| 14 | "symfony/var-exporter": "^7.0" | 14 | "symfony/var-exporter": "^7.0", |
| 15 | "mklkj/tinymce-i18n": "^25.11" | ||
| 15 | }, | 16 | }, |
| 16 | "scripts": { | 17 | "scripts": { |
| 17 | "post-install-cmd": [ | 18 | "post-install-cmd": [ |
| 18 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", | 19 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", |
| 19 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR", | 20 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs", |
| 20 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", | 21 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", |
| 21 | "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" |
| 22 | ], | 23 | ], |
| 23 | "post-update-cmd": [ | 24 | "post-update-cmd": [ |
| 24 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", | 25 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", |
| 25 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR", | 26 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/mklkj/tinymce-i18n/langs public/js/tinymce-langs", |
| 26 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", | 27 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_fullcalendar.php", |
| 27 | "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" |
| 28 | ] | 29 | ] |
