Skip to content
Snippets Groups Projects
Forked from Stud.IP / Stud.IP
1904 commits behind, 117 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Composer. Learn more
composer.json 2.38 KiB
{
    "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",
        "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",
        "mishal/iless": "^2.2",
        "ezyang/htmlpurifier": "^4.13",
        "davefx/phplot": "^6.2",
        "jasig/phpcas": "^1.3",
        "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-php73": "^1.27",
        "symfony/polyfill-php74": "^1.27",
        "symfony/polyfill-php80": "^1.27",
        "symfony/polyfill-php81": "^1.27",
        "phpowermove/docblock": "^2.0",
        "ksubileau/color-thief-php": "^2.0"
    },
    "replace": {
        "symfony/polyfill-php54": "*",
        "symfony/polyfill-php55": "*",
        "symfony/polyfill-php56": "*",
        "symfony/polyfill-php70": "*",
        "symfony/polyfill-php71": "*",
        "symfony/polyfill-php72": "*",
        "symfony/polyfill-mbstring": "*"
    }
}