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
45
46
47
48
49
50
|
{
"name": "studip/core",
"description": "Stud.IP ist ein Campus- und Lernmanagementsystem für Hochschulen, Schulen, Unternehmen, Verbände und Behörden.",
"config": {
"vendor-dir": "composer"
},
"require-dev": {
"adlawson/vfs": "~0.12.1",
"camspiers/json-pretty": "~1.0.2",
"codeception/codeception": "4.0.2",
"monolog/monolog": "~1.21.0",
"php-http/curl-client": "~1.7.0",
"phpunit/phpunit": "6.5.14",
"woohoolabs/yang": "~0.9.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-asserts": "^1.1"
},
"require": {
"php": "^7.2",
"guzzlehttp/psr7": "~1.4.2",
"neomerx/json-api": "~1.0.9",
"slim/slim": "~3.12.3",
"spomky-labs/otphp": "^8.3.3",
"tuupola/cors-middleware": "~0.5.2",
"tecnickcom/tcpdf": "^6.3",
"scssphp/scssphp": "^1.4",
"symfony/yaml": "^3.4",
"mishal/iless": "^2.2",
"ezyang/htmlpurifier": "^4.13",
"davefx/phplot": "^6.2",
"jasig/phpcas": "^1.3",
"phpxmlrpc/phpxmlrpc": "^4.4",
"gossi/docblock": "^1.6",
"phpxmlrpc/extras": "^0.6.2",
"algo26-matthias/idna-convert": "^3.0",
"caxy/php-htmldiff": "^0.1.9",
"phpseclib/phpseclib": "^2.0",
"ext-gd": "*",
"ext-gettext": "*",
"ext-pdo_mysql": "*",
"ext-session": "*",
"ext-curl": "*",
"ext-zip": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-mbstring": "*",
"opis/json-schema": "^1.0"
}
}
|