Fix composer dependency

This commit is contained in:
bzick 2013-03-14 22:40:31 +04:00
parent a3c5128aba
commit ca499671ba
1 changed files with 3 additions and 3 deletions

View File

@ -18,10 +18,10 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
"smarty/smarty": "3.*", "smarty/smarty": "3.*",
"twig/twig": "1.*", "twig/twig": "1.*"
"latte/latte": "dev-master"
}, },
"autoload": { "autoload": {
"psr-0": { "Aspect": "src/" } "psr-0": { "Aspect\\": "src/" },
"classmap": [ "src/Aspect.php" ]
} }
} }