From 29e02debb5f2b8b5bb84b983a0df9e1e1c0b3d5a Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Thu, 8 May 2014 15:29:24 +0200 Subject: [PATCH] Use stable version of php-to-string --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 986b8163..8f658a7a 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.3.0", - "coduo/php-to-string": "1.0.*@dev", + "coduo/php-to-string": "0.1.*", "symfony/property-access": "~2.3", "symfony/expression-language": "~2.4" },