Use composer for some libraries (twig, phpmailer, semver)

This commit is contained in:
slawkens
2020-10-27 07:34:05 +01:00
parent 9fe419cfe7
commit 73f1ba10f9
3 changed files with 19 additions and 1 deletions

7
composer.json Normal file
View File

@@ -0,0 +1,7 @@
{
"require": {
"phpmailer/phpmailer": "^6.1",
"composer/semver": "^3.2",
"twig/twig": "~1.42.5"
}
}