Skip to content

Commit

Permalink
Merge pull request #2 from mfairchild365/composer
Browse files Browse the repository at this point in the history
Add composer support
  • Loading branch information
saltybeagle committed Mar 11, 2014
2 parents 738f786 + 8ffab24 commit d8b58c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "saltybeagle/savvy",
"description": "Savvy is a powerful but lightweight object-oriented template system for PHP.",
"autoload": {
"psr-0": { "Savvy": "src/" }
}
}

0 comments on commit d8b58c7

Please sign in to comment.