Skip to content
Snippets Groups Projects
composer.json 2.5 KiB
Newer Older
{
    "name": "studip/core",
    "description": "Stud.IP ist ein Campus- und Lernmanagementsystem für Hochschulen, Schulen, Unternehmen, Verbände und Behörden.",
    "config": {
    },
    "require": {
        "php": "^7.2",
        "ext-gd": "*",
        "ext-gettext": "*",
        "ext-pdo_mysql": "*",
        "ext-session": "*",
        "ext-curl": "*",
        "ext-zip": "*",
        "ext-json": "*",
        "ext-pcre": "*",
        "ext-pdo": "*",
        "ext-mbstring": "*",
        "ext-dom": "*",
Jan-Hendrik Willms's avatar
Jan-Hendrik Willms committed
        "slim/psr7": "^1.4",
    },
    "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": "*"