aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 031bd0f0a3a012c1ec6526bba50961e02266a491 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
    "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",
        "platform": {
            "php": "7.4"
        }
    },
    "require-dev": {
        "adlawson/vfs": "~0.12.1",
        "woohoolabs/yang": "2.3.2",
        "codeception/codeception": "^4.2",
        "codeception/module-asserts": "^1.3",
        "overtrue/phplint": "^3.0",
        "phpstan/phpstan": "^1.8",
        "symfony/var-dumper": "^5.4"
    },
    "require": {
        "php": "^7.2",
        "guzzlehttp/psr7": "^2.3",
        "neomerx/json-api": "4.0.1",
        "spomky-labs/otphp": "^10",
        "tuupola/cors-middleware": "^1.2.1",
        "tecnickcom/tcpdf": "^6.3",
        "scssphp/scssphp": "^1.4",
        "symfony/yaml": "^5.0",
        "ezyang/htmlpurifier": "^4.13",
        "davefx/phplot": "^6.2",
        "jasig/phpcas": "1.5",
        "phpxmlrpc/phpxmlrpc": "^4.9.0",
        "phpxmlrpc/extras": "^1.0.0-beta2",
        "algo26-matthias/idna-convert": "^3.0",
        "caxy/php-htmldiff": "^0.1.9",
        "phpseclib/phpseclib": "^3",
        "ext-gd": "*",
        "ext-gettext": "*",
        "ext-pdo_mysql": "*",
        "ext-session": "*",
        "ext-curl": "*",
        "ext-zip": "*",
        "ext-json": "*",
        "ext-pcre": "*",
        "ext-pdo": "*",
        "ext-mbstring": "*",
        "ext-dom": "*",
        "opis/json-schema": "^1.0",
        "slim/psr7": "^1.4",
        "slim/slim": "^4.7.1",
        "php-di/php-di": "^6.3.4",
        "symfony/console": "^5.3.16",
        "symfony/process": "^5.4",
        "jumbojett/openid-connect-php": "^0.9.2",
        "league/oauth2-server": "^8.3",
        "willdurand/negotiation": "^3.1",
        "monolog/monolog": "^2.8",
        "symfony/polyfill-php80": "^1.27",
        "symfony/polyfill-php81": "^1.27",
        "phpowermove/docblock": "^2.0",
        "ksubileau/color-thief-php": "^2.0",
        "symfony/polyfill-php82": "^1.28",
        "symfony/polyfill-php83": "^1.28",
        "phpoffice/phpspreadsheet": "^1.19"
    },
    "replace": {
        "symfony/polyfill-php54": "*",
        "symfony/polyfill-php55": "*",
        "symfony/polyfill-php56": "*",
        "symfony/polyfill-php70": "*",
        "symfony/polyfill-php71": "*",
        "symfony/polyfill-php72": "*",
        "symfony/polyfill-php73": "*",
        "symfony/polyfill-php74": "*",
        "symfony/polyfill-mbstring": "*"
    }
}