diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/composer.json b/composer.json index 5435c0e..a661963 100644 --- a/composer.json +++ b/composer.json | |||
| @@ -2,24 +2,26 @@ | |||
| 2 | "name": "ordipolo/cms", | 2 | "name": "ordipolo/cms", |
| 3 | "description": "CMS maison avec PHP, doctrine et tinMCE", | 3 | "description": "CMS maison avec PHP, doctrine et tinMCE", |
| 4 | "require": { | 4 | "require": { |
| 5 | "doctrine/dbal": "^4.2", | 5 | "doctrine/dbal": "^4.3", |
| 6 | "doctrine/orm": "^3.3", | 6 | "doctrine/orm": "^3.5", |
| 7 | "symfony/cache": "^7.2", | 7 | "symfony/cache": "^7.3", |
| 8 | "composer": "*", | 8 | "composer": "*", |
| 9 | "htmlawed/htmlawed": "^1.2", | 9 | "htmlawed/htmlawed": "^1.2", |
| 10 | "tinymce/tinymce": "^7.7", | 10 | "tinymce/tinymce": "^8.2", |
| 11 | "phpmailer/phpmailer": "^6.10", | 11 | "phpmailer/phpmailer": "^7.0", |
| 12 | "symfony/http-foundation": "^7.3" | 12 | "symfony/http-foundation": "^7.3", |
| 13 | "twbs/bootstrap-icons": "^1.13" | ||
| 13 | }, | 14 | }, |
| 14 | "scripts": { | 15 | "scripts": { |
| 15 | "post-install-cmd": [ | 16 | "post-install-cmd": [ |
| 16 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH 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", |
| 17 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR" | 18 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR", |
| 18 | 19 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons" | |
| 19 | ], | 20 | ], |
| 20 | "post-update-cmd": [ | 21 | "post-update-cmd": [ |
| 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/tinymce/tinymce public/js/tinymce", |
| 22 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR" | 23 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/install_tinymce_lang.php fr_FR", |
| 24 | "PHP_PATH=${PHP_PATH:-php} && $PHP_PATH bin/copy_directory.php vendor/twbs/bootstrap-icons/icons public/icons" | ||
| 23 | ] | 25 | ] |
| 24 | }, | 26 | }, |
| 25 | "authors": [ | 27 | "authors": [ |
