aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 6e960fe2e77113d8ff198ab8a80a42500fe0e32c (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
{
    "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.2.5"
        }
    },
    "require-dev": {
        "adlawson/vfs": "~0.12.1",
        "camspiers/json-pretty": "~1.0.2",
        "monolog/monolog": "~1.21.0",
        "php-http/curl-client": "~1.7.0",
        "woohoolabs/yang": "2.3.2",
        "codeception/codeception": "~4.1.21",
        "codeception/module-asserts": "^1.3",
        "overtrue/phplint": "^3.0",
        "phpstan/phpstan": "^1.8"
    },
    "require": {
        "php": "^7.2",
        "guzzlehttp/psr7": "~1.4.2",
        "neomerx/json-api": "4.0.1",
        "spomky-labs/otphp": "^8.3.3",
        "tuupola/cors-middleware": "1.2.1",
        "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": "*",
        "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",
        "hashids/hashids": "^4.1"
    }
}