From b87519fc227e7559e903d194f30ea16321be9785 Mon Sep 17 00:00:00 2001 From: Willian Ribeiro Angelo Date: Thu, 1 May 2014 21:12:40 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20com=20a=20vers=C3=A3o=20do=20Laravel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index df5ef526f10c..503775eab0a4 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "laravel/framework": "4.1.*", + "laravel/framework": "4.1.25", "patricktalmadge/bootstrapper": "dev-develop", "zizaco/confide": "3.1.x", "anahkiasen/former": "dev-master",