Skip to content

Commit

Permalink
Fixed another installation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Jun 19, 2015
1 parent 5b3abce commit 10c669b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Slytherin is a simple and extensible PHP library that follows an MVC software ar
"Libraries\\": "app/libraries",
"Models\\": "app/models"
}
},
"scripts": {
"post-install-cmd": [
"Rougin\\Slytherin\\Installer\\Installer::slytherize"
]
}
}
```
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,5 @@
"psr-4": {
"Rougin\\Slytherin\\": "src"
}
},
"scripts" : {
"post-install-cmd": [
"Rougin\\Slytherin\\Installer\\Installer::slytherize"
]
}
}

0 comments on commit 10c669b

Please sign in to comment.