aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: f48cd959d7cf6a7766a459be2b66b53079a9aed5 (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
{
    "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": "8.1"
        }
    },
    "require-dev": {
        "woohoolabs/yang": "3.0.0",
        "codeception/codeception": "5.1.2",
        "codeception/module-asserts": "3.0.0",
        "overtrue/phplint": "9.0.8",
        "phpstan/phpstan": "1.11.0",
        "symfony/var-dumper": "6.4.7"
    },
    "require": {
        "php": "^8.1",
        "guzzlehttp/psr7": "2.6.2",
        "neomerx/json-api": "4.0.1",
        "spomky-labs/otphp": "11.2.2",
        "tuupola/cors-middleware": "^1.2.1",
        "tecnickcom/tcpdf": "6.7.5",
        "scssphp/scssphp": "1.12.1",
        "symfony/yaml": "^5.0",
        "ezyang/htmlpurifier": "^4.13",
        "jasig/phpcas": "1.5",
        "phpxmlrpc/phpxmlrpc": "^4.9.0",
        "phpxmlrpc/extras": "^1.0.0-beta2",
        "algo26-matthias/idna-convert": "4.0.2",
        "caxy/php-htmldiff": "0.1.15",
        "phpseclib/phpseclib": "3.0.37",
        "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.6.1",
        "slim/slim": "4.13.0",
        "php-di/php-di": "7.0.0",
        "symfony/console": "6.4.7",
        "symfony/process": "6.4.7",
        "jumbojett/openid-connect-php": "1.0.0",
        "league/oauth2-server": "8.5.4",
        "willdurand/negotiation": "^3.1",
        "monolog/monolog": "^2.8",
        "phpowermove/docblock": "^2.0",
        "ksubileau/color-thief-php": "^2.0",
        "symfony/polyfill-php82": "1.29.0",
        "symfony/polyfill-php83": "1.29.0",
        "phpoffice/phpspreadsheet": "^1.19",
        "phpoffice/phpspreadsheet": "2.1.0",
        "psy/psysh": "0.12.3",
        "okvpn/clock-lts": "^1.0",
        "vlucas/phpdotenv": "^5.6",
        "edu-sharing/auth-plugin": "8.0.x-dev",
        "psr/cache": "3.0.0"
    },
    "replace": {
        "symfony/polyfill-php73": "*",
        "symfony/polyfill-php74": "*",
        "symfony/polyfill-php80": "*",
        "symfony/polyfill-php81": "*",
        "symfony/polyfill-mbstring": "*"
    }
}