add Twig for template rendering
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7cc2d40660
commit
92a4d2fcf8
7 changed files with 333 additions and 81 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue