aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: f2c4b3716c8cd2c74691b73981e60a524844884a (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
{
  "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"
  },
  "config": {
    "vendor-dir": "ratatoeskr/vendor"
  }
}