forked from mrcore5/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (35 loc) · 942 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
{
"name": "mrcore/wiki",
"type": "library",
"description": "Mrcore Wiki Module",
"keywords": ["mrcore", "framework", "wiki", "laravel"],
"homepage": "http://github.com/mreschke/mrcore-modules-wiki",
"license": "MIT",
"support": {
"issues": "https://github.com/mreschke/mrcore-modules-wiki/issues"
},
"authors": [
{
"name": "Matthew Reschke",
"email": "mail@mreschke.com",
"homepage": "http://mreschke.com"
}
],
"require": {
"laravelcollective/html": "5.3",
"sabre/dav": "~1.8.7",
"camspiers/porter-stemmer": "1.0.0",
"cogpowered/finediff": "~0.0",
"mrcore/auth": "~2.0",
"mrcore/parser": "~2.0",
"mrcore/bootswatch-theme": "~2.0"
},
"autoload": {
"classmap": [
"Database"
],
"psr-4": {
"Mrcore\\Wiki\\": ""
}
}
}