Added Composer

This commit is contained in:
kolaente 2017-10-04 18:48:30 +02:00
parent 33e88b3daf
commit 97fdb974a2
3 changed files with 13 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.idea
templates_c
templates_c
vendor/

11
composer.json Normal file
View File

@ -0,0 +1,11 @@
{
"require": {
"smarty/smarty": "~3.1.30",
"phpmailer/phpmailer": "~6.0.1",
"symfony/yaml": "~3.3.9",
"erusev/parsedown": "~1.6.3",
"hgg/dbcmd": "~0.0.1",
"pragmarx/google2fa": "~2.0.6",
"bacon/bacon-qr-code": "~1.0.1"
}
}

View File