In this repo i store all my websites, each in a different branch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
738 B

{
"name": "slim/twig-view",
"type": "library",
"description": "Slim Framework 3 view helper built on top of the Twig 2 templating component",
"keywords": ["slim","framework","view","template","twig"],
"homepage": "http://slimframework.com",
"license": "MIT",
"authors": [
{
"name": "Josh Lockhart",
"email": "hello@joshlockhart.com",
"homepage": "http://joshlockhart.com"
}
],
"require": {
"php": ">=5.5.0",
"twig/twig": "^1.18|^2.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7"
},
"autoload": {
"psr-4": {
"Slim\\Views\\": "src"
}
}
}