Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Jun 16, 2015
1 parent 2687db6 commit ef578b5
Showing 1 changed file with 28 additions and 24 deletions.
52 changes: 28 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}

0 comments on commit ef578b5

Please sign in to comment.