diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f30327f --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "require": { + "twig/twig": "<3.0", + "mpdf/mpdf": ">=7.1", + "phpoffice/phpspreadsheet": ">=1.6", + "matthiasmullie/minify": ">=1.3", + "symfony/http-foundation": "^5.4" + } +} |
