Skip to content

Commit

Permalink
Merge branch 'feature/microframework'
Browse files Browse the repository at this point in the history
  • Loading branch information
J-P Stacey committed Feb 6, 2016
2 parents 70732dd + e72cd90 commit 9c83b40
Show file tree
Hide file tree
Showing 7 changed files with 649 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"require": {
"silex/silex": "~1.3",
"twig/twig": "^1.24"
},
"autoload": {
"psr-4": {"Sheffugees\\": "src/"}
}
}
Loading

0 comments on commit 9c83b40

Please sign in to comment.