-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
37 lines (37 loc) · 847 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
36
37
{
"name": "olevik/grav-plugin-scholar",
"description": "An academic-focused theme, for publishing papers, articles, books, documentation, your resum\u0000 or other content with Grav.",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Ole Vik",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.1.3",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-curl": "*",
"ext-zip": "*",
"ext-dom": "*",
"spatie/schema-org": "2.7.0",
"phpextra/sorter": "^1.0",
"haydenpierce/class-finder": "^0.4.0",
"hanneskod/classtools": "~1.0"
},
"config": {
"apcu-autoloader": true,
"platform": {
"php": "7.1.3"
}
},
"autoload": {
"psr-4": {
"Grav\\Theme\\Scholar\\": "classes/"
}
}
}