From 8c83e934bb71bc716fe82aaf503f3f7c1c758775 Mon Sep 17 00:00:00 2001 From: Rougin Royce Gutib Date: Tue, 21 Jul 2015 12:37:08 +0800 Subject: [PATCH] Updated composer.json --- composer.json | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 65a85d90..756638d6 100644 --- a/composer.json +++ b/composer.json @@ -1,28 +1,27 @@ { - "name": "rougin/slytherin", - "description": "A simple and extensible PHP library for creating small projects", - "keywords": ["barebones", "extensible", "library", "mvc", "simple", "php", "project"], - "require": { - "php": ">=5.3.0", - "corneltek/pux": "~1.5", - "filp/whoops": "*", - "hassankhan/config": "*", - "twig/twig": "*" + "name": "rougin/slytherin", + "description": "A simple and extensible PHP library for creating small projects", + "keywords": ["barebones", "extensible", "library", "mvc", "php"], + "require": { + "php": ">=5.3.0", + "corneltek/pux": "~1.5", + "filp/whoops": "*", + "hassankhan/config": "*" + }, + "license": "MIT", + "authors": [ + { + "name": "Rougin Gutib", + "email": "rougingutib@gmail.com" }, - "license": "MIT", - "authors": [ - { - "name": "Rougin Gutib", - "email": "rougingutib@gmail.com" - }, - { - "name": "Angel Refamonte", - "email": "angelrefamonte@gmail.com" - } - ], - "autoload": { - "psr-4": { - "Rougin\\Slytherin\\": "src" - } + { + "name": "Angel Refamonte", + "email": "angelrefamonte@gmail.com" } + ], + "autoload": { + "psr-4": { + "Rougin\\Slytherin\\": "src" + } + } } \ No newline at end of file