aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-09 20:24:03 +0200
committerpolo <ordipolo@gmx.fr>2025-10-09 20:24:03 +0200
commita0b94008b26ef20f1164e0c5302d5d11c313b1ad (patch)
tree1cf474609d5320d84552ca50ffe5923d31311a0d /composer.json
parentf0d1cd5d68579b462cf01a4a9f7d558a231bc072 (diff)
downloadcms-a0b94008b26ef20f1164e0c5302d5d11c313b1ad.zip
chemin de PHP alternatif (variable bash créée avec export) dans les scripts dans composer.json possible
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 56882a9..8e8a6e8 100644
--- a/composer.json
+++ b/composer.json
@@ -14,12 +14,12 @@
14 }, 14 },
15 "scripts": { 15 "scripts": {
16 "post-install-cmd": [ 16 "post-install-cmd": [
17 "php bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce", 17 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tinymce/tinymce public/js/tinymce",
18 "php bin/copy_directory.php vendor/tweeb/tinymce-i18n/langs public/js/tinymce-langs" 18 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tweeb/tinymce-i18n/langs public/js/tinymce-langs"
19 ], 19 ],
20 "post-update-cmd": [ 20 "post-update-cmd": [
21 "php 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 bin/copy_directory.php vendor/tweeb/tinymce-i18n/langs public/js/tinymce-langs" 22 "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/tweeb/tinymce-i18n/langs public/js/tinymce-langs"
23 ] 23 ]
24 }, 24 },
25 "authors": [ 25 "authors": [