picea/composer.json

19 lines
398 B
JSON
Raw Normal View History

2019-08-21 20:11:39 +00:00
{
"name": "mcnd/picea",
"description": "A templating engine based on Twig's syntax and Plates's native uses of PHP.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "mcndave@gmail.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"Picea\\": "src/"
}
}
}