diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..676a691 --- /dev/null +++ b/composer.json @@ -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/" } + } +}