aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-30 17:25:32 +0100
committerpolo <ordipolo@gmx.fr>2025-10-30 17:25:32 +0100
commitf33135c5d36d0e747d07773919ae0bc84cbceac1 (patch)
tree35e7e72ab7bdc857346678270030640e561a37e6 /composer.json
parent07f4cf1635795a90dbd8f83e0668543b9a3ad59b (diff)
downloadcms-f33135c5d36d0e747d07773919ae0bc84cbceac1.tar.gz
cms-f33135c5d36d0e747d07773919ae0bc84cbceac1.tar.bz2
cms-f33135c5d36d0e747d07773919ae0bc84cbceac1.zip
fichier de langue à jour téléchargé avec php-cli
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
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": [