Skip to content

Commit

Permalink
👕 code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
lvinceslas committed Aug 8, 2020
1 parent 579be0e commit db838e0
Show file tree
Hide file tree
Showing 6 changed files with 1,917 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# htmlTemplate
# HtmlTemplate

A simple template engine for PHP
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
},
"autoload": {
"psr-4": {
"Lvinceslas\\Html\\": "src/html/"
"Lvinceslas\\Html\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.4@dev"
}
}
Loading

0 comments on commit db838e0

Please sign in to comment.