summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index b03a28e..59ef2a6 100644
--- a/composer.json
+++ b/composer.json
@@ -2,5 +2,23 @@
"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"
} \ No newline at end of file