add Twig for template rendering
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lexi / Zoe 2020-07-01 00:12:23 +02:00
parent 7cc2d40660
commit 92a4d2fcf8
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
7 changed files with 333 additions and 81 deletions

View file

@ -12,7 +12,8 @@
"php": "^7.4",
"slim/slim": "^4.5",
"slim/psr7": "^1.1",
"php-di/php-di": "^6.2"
"php-di/php-di": "^6.2",
"slim/twig-view": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9"