forked from opencast-ilias/OpenCast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (43 loc) · 953 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
38
39
40
41
42
43
44
{
"name": "opencast-ilias/opencast",
"description": "ILIAS Opencast Plugin",
"type": "project",
"keywords": [
"ILIAS",
"Plugin",
"OpenCast"
],
"license": "GPL-3.0+",
"authors": [
],
"support": {
"issues": "https://github.com/opencast-ilias/OpenCast/issues"
},
"minimum-stability": "beta",
"prefer-stable": true,
"require": {
"php": ">=7.3",
"ext-dom": "*",
"elan-ev/opencast-api": "1.7"
},
"autoload": {
"exclude-from-classmap": ["vendor/guzzlehttp/", "vendor/ralouphie/", "vendor/psr/http-message", "vendor/psr/http-factory", "vendor/psr/http-client"],
"classmap": [
"./classes/",
"./src/"
]
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"classmap-authoritative": true
},
"scripts": {
"pre-autoload-dump": [
]
},
"require-dev": {
"captainhook/captainhook": "^5.10",
"friendsofphp/php-cs-fixer": "^3.8"
}
}