diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..03bdcb1 --- /dev/null +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "name": "r7r/ratatoeskr-cms", + "description": "Ratatöskr is a flexible Content Management System / Blogging Software for PHP", + "license": "MIT", + "authors": [ + { + "name": "Laria Carolin Chabowski", + "email": "laria@laria.me" + } + ], + "autoload": { + "psr-4": { + "r7r\\cms\\": "ratatoeskr/" + } + }, + "type": "project", + "require": { + "php": ">=7.3", + "r7r/ste": "~2.0" + }, + "config": { + "vendor-dir": "ratatoeskr/vendor" + } +}
\ No newline at end of file |