From 3c51baa4167d5a68ff010dc81525b9340c5f1329 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 24 May 2014 14:45:13 +0200 Subject: Moved code into src subfolder and fixed docu --- composer.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'composer.json') 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 -- cgit v1.2.3-54-g00ecf