From d3b726c55192ba98a1954ea84f04d1bb15b12965 Mon Sep 17 00:00:00 2001 From: Michael Fairchild Date: Tue, 11 Mar 2014 11:51:08 -0500 Subject: [PATCH 1/3] add a composer.json --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ea19e1c --- /dev/null +++ b/composer.json @@ -0,0 +1,6 @@ +{ + "name": "saltybeagle/Savvy", + "autoload": { + "psr-0": { "Savvy": "src/" } + } +} From 1aafb2929448f9bbefce34341c2efd68cf554b10 Mon Sep 17 00:00:00 2001 From: Michael Fairchild Date: Tue, 11 Mar 2014 11:53:28 -0500 Subject: [PATCH 2/3] Follow the lowercase best practice --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ea19e1c..fd887a4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "saltybeagle/Savvy", + "name": "saltybeagle/savvy", "autoload": { "psr-0": { "Savvy": "src/" } } From 8ffab24cc2fcc05326a4498b0a95e59221e625a9 Mon Sep 17 00:00:00 2001 From: Michael Fairchild Date: Tue, 11 Mar 2014 11:55:13 -0500 Subject: [PATCH 3/3] Add a description --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index fd887a4..676a691 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "saltybeagle/savvy", + "description": "Savvy is a powerful but lightweight object-oriented template system for PHP.", "autoload": { "psr-0": { "Savvy": "src/" } }