From 924b7cea5563e6ce4e569daebf6865a4210efa37 Mon Sep 17 00:00:00 2001 From: Almis90 Date: Sat, 2 Aug 2014 07:11:44 +0300 Subject: [PATCH] Update composer.json It could also be changed to 0.1.* but I don't think that there will be any more update. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9fc48015..4e568cd1 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.4", - "paquettg/string-encode": "0.1.0" + "paquettg/string-encode": "0.1.1" }, "require-dev": { "phpunit/phpunit": "3.7.*"