From ceb262e08027531717f1a16faafc343e8d9656e3 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Mon, 21 Sep 2020 20:46:15 +0200 Subject: Move to r7r namespace and r7r composer package vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's face it, no one but my CMS Ratatöskr (r7r for short) uses this template engine anyway. Also it's a good excuse to get rid of more remnants of my old kch42 nickname. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a83c26c..eb828f3 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { - "name": "kch42/ste", + "name": "r7r/ste", "require": { "php": ">=7.3.0" }, "autoload": { "psr-4": { - "kch42\\ste\\": "src/ste" + "r7r\\ste\\": "src/ste" } }, "autoload-dev": { -- cgit v1.2.3-54-g00ecf