blob: ac075521ca7891760064fa303df21201842b5faf (
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
26
27
|
{
"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",
"components/jquery": "^3.5",
"ezyang/htmlpurifier": "^4.13"
},
"config": {
"vendor-dir": "ratatoeskr/vendor"
}
}
|