diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 8e8a6e8..5435c0e 100644 --- a/composer.json +++ b/composer.json | |||
| @@ -8,18 +8,18 @@ | |||
| 8 | "composer": "*", | 8 | "composer": "*", |
| 9 | "htmlawed/htmlawed": "^1.2", | 9 | "htmlawed/htmlawed": "^1.2", |
| 10 | "tinymce/tinymce": "^7.7", | 10 | "tinymce/tinymce": "^7.7", |
| 11 | "tweeb/tinymce-i18n": "^2.0", | ||
| 12 | "phpmailer/phpmailer": "^6.10", | 11 | "phpmailer/phpmailer": "^6.10", |
| 13 | "symfony/http-foundation": "^7.3" | 12 | "symfony/http-foundation": "^7.3" |
| 14 | }, | 13 | }, |
| 15 | "scripts": { | 14 | "scripts": { |
| 16 | "post-install-cmd": [ | 15 | "post-install-cmd": [ |
| 17 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", | 16 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", |
| 18 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tweeb/tinymce-i18n/langs public/js/tinymce-langs" | 17 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR" |
| 18 | |||
| 19 | ], | 19 | ], |
| 20 | "post-update-cmd": [ | 20 | "post-update-cmd": [ |
| 21 | "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/tinymce/tinymce public/js/tinymce", |
| 22 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tweeb/tinymce-i18n/langs public/js/tinymce-langs" | 22 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR" |
| 23 | ] | 23 | ] |
| 24 | }, | 24 | }, |
| 25 | "authors": [ | 25 | "authors": [ |
