From ec063575352e882e3851b13fce4722c795d8cd91 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Thu, 11 Dec 2014 11:26:29 +0000 Subject: [PATCH] Use stable version of Handlebars.php --- src/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composer.json b/src/composer.json index 3a62b891..004e7763 100644 --- a/src/composer.json +++ b/src/composer.json @@ -18,7 +18,7 @@ "source": "https://github.com/mibew/mibew" }, "require": { - "xamin/handlebars.php": "dev-master#ed57d8f7d75fb9d16ed89652aec9d747e7f440e1", + "xamin/handlebars.php": "0.10.*", "symfony/http-foundation": "2.6.*", "symfony/routing": "2.6.*", "symfony/config": "2.6.*",