diff --git a/composer.json b/composer.json index 2c6fcd7d..3981566e 100644 --- a/composer.json +++ b/composer.json @@ -1,28 +1,32 @@ { - "name": "rougin/slytherin", - "description": "A simple and extensible PHP library for creating small projects", - "keywords": ["barebones", "extensible", "library", "mvc"], - "require": { - "php": ">=5.3.0", - "filp/whoops": "*", - "hassankhan/config": "*", - "corneltek/pux": "~1.5" + "name": "rougin/slytherin", + "description": "A simple and extensible PHP library for creating small projects", + "keywords": ["barebones", "extensible", "library", "mvc"], + "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" - } - ], - "bin": ["bin/slytherize"], - "autoload": { - "psr-4": { - "Slytherin\\": "src" - } + { + "name": "Angel Refamonte", + "email": "angelrefamonte@gmail.com" } + ], + "autoload": { + "psr-4": { + "Rougin\\Slytherin\\": "src" + } + }, + "scripts" : { + "post-install-cmd": [ + "Rougin\\Slytherin\\Installer\\Installer::slytherize" + ] + } } \ No newline at end of file