mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix composer dependency
This commit is contained in:
parent
a3c5128aba
commit
ca499671ba
@ -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" ]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user