summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorLonnie Ezell <lonnieje@gmail.com>2015-05-04 14:47:15 +0200
committerLonnie Ezell <lonnieje@gmail.com>2015-05-04 14:47:15 +0200
commit52fc5b0da856022261539854311533adb770873f (patch)
treea5fbe57db7fc5539880c596dee06bb81ee225b34 /composer.json
parent080dffadd820312e97e8dcf964e90bf745e256b1 (diff)
Converting whitespace to tabs and removing issues link
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json23
1 files 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"
},