aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index a661963..38b46de 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
1{ 1{
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 tinyMCE",
4 "require": { 4 "require": {
5 "doctrine/dbal": "^4.3", 5 "doctrine/dbal": "^4.3",
6 "doctrine/orm": "^3.5", 6 "doctrine/orm": "^3.5",
@@ -10,7 +10,8 @@
10 "tinymce/tinymce": "^8.2", 10 "tinymce/tinymce": "^8.2",
11 "phpmailer/phpmailer": "^7.0", 11 "phpmailer/phpmailer": "^7.0",
12 "symfony/http-foundation": "^7.3", 12 "symfony/http-foundation": "^7.3",
13 "twbs/bootstrap-icons": "^1.13" 13 "twbs/bootstrap-icons": "^1.13",
14 "symfony/var-exporter": "^7.0"
14 }, 15 },
15 "scripts": { 16 "scripts": {
16 "post-install-cmd": [ 17 "post-install-cmd": [