diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-09-21 20:46:15 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-09-21 20:46:15 +0200 |
commit | ceb262e08027531717f1a16faafc343e8d9656e3 (patch) | |
tree | 87fdc916042efeebcacc1ef66dd99a969b8e4c4e /composer.json | |
parent | bf4d0598030b83be337bc505de842f7766009467 (diff) | |
download | ste-ceb262e08027531717f1a16faafc343e8d9656e3.tar.gz ste-ceb262e08027531717f1a16faafc343e8d9656e3.tar.bz2 ste-ceb262e08027531717f1a16faafc343e8d9656e3.zip |
Move to r7r namespace and r7r composer package vendor2.0.0
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.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |