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": {
"phpunit/phpunit": "3.7.*",
"smarty/smarty": "3.*",
"twig/twig": "1.*",
"latte/latte": "dev-master"
"twig/twig": "1.*"
},
"autoload": {
"psr-0": { "Aspect": "src/" }
"psr-0": { "Aspect\\": "src/" },
"classmap": [ "src/Aspect.php" ]
}
}