Downgrade Handlebars.php a little

The latest version of Handlebars.php contains a problem with nested
ifs (https://github.com/XaminProject/handlebars.php/pull/71) thus
it cannot be used.
This commit is contained in:
Dmitriy Simushev 2014-07-11 09:08:18 +00:00
parent 0f9e49a1ce
commit dadbe36bd2

View File

@ -18,7 +18,7 @@
"source": "https://github.com/mibew/mibew"
},
"require": {
"xamin/handlebars.php": "dev-master#a9178d5f01379d31f6b3f5aede11d5a595955b8f",
"xamin/handlebars.php": "dev-master#cd8cec42a048ba0d8c7dd0bfde39b973b6a14b3f",
"symfony/http-foundation": "2.4.*",
"symfony/routing": "2.4.*",
"symfony/config": "2.4.*",