summaryrefslogtreecommitdiff
path: root/composer.json
blob: 59ef2a6538d210c3c4195bb961a85bf58292e982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"name": "kch42/ste",
	"require": {
		"php": ">=5.3.0"
	},
	"autoload": {
		"psr-4": {
			"kch42\\ste": "src/"
		}
	},
	"license": "MIT",
	"authors": [
		{
			"name": "Kevin Chabowski",
			"email": "kevin@kch42.de",
			"homepage": "http://kch42.de",
			"role": "Developer"
		}
	],
	"description": "A compiling template engine with an XML-ish syntax",
	"type": "library",
	"keywords": ["templating"],
	"homepage": "http://github.com/kch42/ste"
}