Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Jul 21, 2015
1 parent 7d90130 commit 8c83e93
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 8c83e93

Please sign in to comment.