From 4f1dbc000943040ddce82adbbb51360c613af49e Mon Sep 17 00:00:00 2001 From: WanWizard Date: Fri, 11 Oct 2013 23:46:49 +0200 Subject: [PATCH] bumped Upload to 2.0.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1b1e2738b..e1b21eacc 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.3.3", "monolog/monolog": "1.5.*", - "fuelphp/upload": "2.0" + "fuelphp/upload": "2.0.1" }, "suggest": { "mustache/mustache": "Allow Mustache templating with the Parser package", @@ -35,4 +35,4 @@ ] }, "minimum-stability": "dev" -} \ No newline at end of file +}