Skip to content

Commit a62603c

Browse files
committed
init
0 parents  commit a62603c

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Smarty template engine
2+
##Documentation Source repository

composer.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "smarty/smarty-documentation",
3+
"type": "library",
4+
"description": "Smarty Documentation Sources",
5+
"keywords": ["templating"],
6+
"homepage": "http://www.smarty.net",
7+
"license": "LGPL-3.0",
8+
"authors": [
9+
{
10+
"name": "Monte Ohrt",
11+
"email": "monte@ohrt.com"
12+
},
13+
{
14+
"name": "Uwe Tews",
15+
"email": "uwe.tews@googlemail.com"
16+
},
17+
{
18+
"name": "Rodney Rehm",
19+
"email": "rodney.rehm@medialize.de"
20+
}
21+
],
22+
"support": {
23+
"irc": "irc://irc.freenode.org/smarty",
24+
"issues": "http://code.google.com/p/smarty-php/issues/list",
25+
"forum": "http://www.smarty.net/forums/"
26+
},
27+
"extra": {
28+
"branch-alias": {
29+
"dev-master": "3.1.x-dev"
30+
}
31+
}
32+
33+
}

0 commit comments

Comments
 (0)