Skip to content

Commit

Permalink
Merge pull request #1 from Artistan/forms
Browse files Browse the repository at this point in the history
Forms
  • Loading branch information
Artistan authored Nov 30, 2016
2 parents 6726cf5 + 7a82625 commit c248164
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
-----------------------------

Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c248164

Please sign in to comment.