summaryrefslogtreecommitdiff
path: root/composer.json
blob: c5301404848495354b9563b7444faaaec626e825 (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
25
26
27
{
	"name": "kch42/ste",
	"require": {
		"php": ">=5.3.0"
	},
	"autoload": {
		"psr-4": {
			"kch42\\ste\\": "src/ste"
		}
	},
	"license": "MIT",
	"authors": [
		{
			"name": "Laria Carolin Chabowski",
			"email": "laria@laria.me",
			"homepage": "http://hi-im.laria.me",
			"role": "Developer"
		}
	],
	"description": "A compiling template engine with an XML-ish syntax",
	"type": "library",
	"keywords": ["templating"],
	"homepage": "http://github.com/silvasur/ste",
	"require-dev": {
		"phpdocumentor/phpdocumentor": "^2.9"
	}
}