Skip to content

Commit 30e4ca4

Browse files
committed
Twig Support
1 parent f5ec53b commit 30e4ca4

File tree

3 files changed

+513
-82
lines changed

3 files changed

+513
-82
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.4",
7-
"psr/http-message": "^1.0"
7+
"psr/http-message": "^1.0",
8+
"psr/http-server-handler": "^1.0",
9+
"respect/validation": "2.0.17"
810
},
911
"require-dev": {
1012
"squizlabs/php_codesniffer": "^3.5",
11-
"phpunit/phpunit": "^9.0"
13+
"phpunit/phpunit": "^9.0",
14+
"twig/twig": "^3.1"
1215
},
1316
"autoload": {
1417
"psr-4": {

0 commit comments

Comments
 (0)