Add composer.json, composer.lock

This commit is contained in:
dana 2016-07-24 12:40:36 -05:00
parent ab99129af5
commit 296717820c
2 changed files with 1572 additions and 0 deletions

25
composer.json Normal file
View file

@ -0,0 +1,25 @@
{
"name": "dana/twigc",
"description": "A CLI utility for rendering Twig templates",
"homepage": "https://github.com/okdana/twigc",
"keywords": ["twig", "compile", "render", "template", "cli"],
"license": "MIT",
"require": {
"php": ">=5.5.0",
"symfony/console": "^3.1",
"twig/twig": "^1.24"
},
"require-dev": {
"phpunit/phpunit": "^5.4",
"symfony/finder": "^3.1"
},
"autoload": {
"psr-4": {"Dana\\Twigc\\": "src/Twigc"}
},
"bin": ["bin/twigc"]
}

1547
composer.lock generated Normal file

File diff suppressed because it is too large Load diff