aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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": [