diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2026-07-12 15:51:52 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2026-07-12 15:51:52 +0300 |
| commit | 02608271bb2a9f3a65ed536984d306ee14b48e34 (patch) | |
| tree | 3f23ec48a694ec014e845c4f70d9b5f1c065403c /docker/config/composer-naked.json | |
| download | kalassa-master.tar.gz kalassa-master.tar.bz2 kalassa-master.zip | |
Diffstat (limited to 'docker/config/composer-naked.json')
| -rw-r--r-- | docker/config/composer-naked.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docker/config/composer-naked.json b/docker/config/composer-naked.json new file mode 100644 index 0000000..171c35e --- /dev/null +++ b/docker/config/composer-naked.json @@ -0,0 +1,12 @@ +{ + "require": { + "phpmailer/phpmailer": "^6.8", + "erusev/parsedown": "^1.7" + }, + "autoload": { + "classmap": [ + "/var/www/core/classes", + "/var/www/public/app" + ] + } +}
\ No newline at end of file |
