This commit is contained in:
2019-04-12 16:56:36 +02:00
parent bf4e1d44c0
commit b80210ed64
16 changed files with 448 additions and 123 deletions

View File

@ -22,10 +22,14 @@
]
},
"require": {
"twig/twig": "^2.7"
"twig/twig": "^2.7",
"psr/simple-cache": "^1.0",
"psr/log": "^1.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",
"symfony/var-dumper": "^4.2"
"symfony/var-dumper": "^4.2",
"phpunit/phpunit": "^8.1",
"codacy/coverage": "^1.4"
}
}