From 0e0bdf9eeb5902759397fcf924e7c6e57c9f5a50 Mon Sep 17 00:00:00 2001 From: sheillendra Date: Thu, 13 Feb 2014 12:27:31 +0700 Subject: [PATCH] create composer.json add composer.json, add to packgist.org and can use in yii2. Please change my name if you have Packegist.com account. thanks --- composer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8b17f85 --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "sheillendra/yii2-jsrender", + "description": "Yii2 jsrender", + "keywords": ["jsrender", "template", "yii2","yii","BorisMoore"], + "type": "yii2-extension", + "license": "MIT", + "authors": [ + { + "name": "BorisMoore (https://github.com/BorisMoore/jsrender)" + } + ], + "require": { + "yiisoft/yii2": "*" + }, + "autoload": { + "psr-4": { + "sheillendra\\jsrender\\": "" + } + } +}