diff --git a/README.md b/README.md index b90cd80..5d4d9bf 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Savant is a powerful but lightweight object-oriented template system for PHP. Unlike other template systems, Savant by default does not compile your templates into PHP; instead, it uses PHP itself as its template language so you don't need to learn a new markup system. +ADDED: Forms plugins to this version, otherwise identical to forked version from saltybeagle/Savant3 + Why Use Savant for Templates? ----------------------------- diff --git a/composer.json b/composer.json index d6a319d..2047a2d 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,15 @@ { - "name": "saltybeagle/savant3", - "description": "Savant3 template engine", + "name": "artistan/savant3", + "description": "Savant3 template engine w/ Forms Plugins", "license": "LGPL", "authors": [ { "name": "Brett Bieber", "email": "brett.bieber@gmail.com" + }, + { + "name": "Charles Peterson", + "email": "artistan@gmail.com" } ], "autoload": {