picea/composer.json
Dave Mc Nicoll bcd49884fc - WIP on RAW token
- WIP on caching interface
- Work done on easing template rendering for the controller
2019-10-04 08:38:11 -04:00

21 lines
481 B
JSON

{
"name": "mcnd/picea",
"description": "A templating engine based on Twig's syntax and Plates's native uses of PHP transpiling code into vanilla PHP template.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "mcndave@gmail.com"
}
],
"autoload": {
"psr-4": {
"Picea\\": "src/"
}
},
"require": {
"psr/http-message": "^1.0"
}
}