From 375cbdeaec821ca7de74f964e3fca3835f155ecc Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 3 Oct 2013 16:25:54 -0500 Subject: [PATCH] Fix spacing. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 85990092..0f8f3e7f 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "require": { "laravel/framework": "4.1.*" }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/laravel/boris" - } - ], + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/laravel/boris" + } + ], "autoload": { "classmap": [ "app/commands",