From 52fc5b0da856022261539854311533adb770873f Mon Sep 17 00:00:00 2001 From: Lonnie Ezell Date: Mon, 4 May 2015 07:47:15 -0500 Subject: Converting whitespace to tabs and removing issues link --- composer.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index c5f2f5aca..4fee20441 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,16 @@ { - "description" : "The CodeIgniter framework", - "name" : "codeigniter/framework", - "description": "CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.", - "type": "project", - "homepage": "http://codeigniter.com", + "description": "The CodeIgniter framework", + "name": "codeigniter/framework", + "description": "CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.", + "type": "project", + "homepage": "http://codeigniter.com", "license": "MIT", - "support": { - "issues": "https://github.com/bcit-ci/CodeIgniter/issues", - "forum": "http://forum.codeigniter.com/", - "wiki": "https://github.com/bcit-ci/CodeIgniter/wiki", - "irc": "http://www.codeigniter.com/irc", - "source": "https://github.com/bcit-ci/CodeIgniter" - }, + "support": { + "forum": "http://forum.codeigniter.com/", + "wiki": "https://github.com/bcit-ci/CodeIgniter/wiki", + "irc": "http://www.codeigniter.com/irc", + "source": "https://github.com/bcit-ci/CodeIgniter" + }, "require": { "php": ">=5.2.4" }, -- cgit v1.2.3-24-g4f1b