-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 964 Bytes
/
composer.json
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
28
29
30
31
32
33
34
35
{
"name": "flextype-plugins/site",
"type": "project",
"description": "Site plugin to display entries content on the website frontend.",
"keywords": ["site", "plugin", "flextype", "php", "html"],
"homepage": "https://awilum.github.io/flextype/downloads/extend/plugins/site",
"license": "MIT",
"authors": [
{
"name": "Sergey Romanenko",
"email": "[email protected]",
"homepage": "https://awilum.github.io"
}
],
"support": {
"issues": "https://github.com/flextype-plugins/site/issues"
},
"require": {
"php": "^8.1",
"ext-json": "*",
"middlewares/trailing-slash": "^2.0.1",
"voku/html-min": "^4.5"
},
"config": {
"apcu-autoloader": true,
"optimize-autoloader": true,
"platform-check": false,
"sort-packages": true
},
"autoload": {
"classmap": [
"src"
]
}
}