aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: fed18c1a77e0d14ff5a59e4c76a2fbe97bfcc1c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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.1",
    "michelf/php-markdown": "^1.9"
  },
  "config": {
    "vendor-dir": "ratatoeskr/vendor"
  }
}