Forked from
Stud.IP / Stud.IP
1088 commits behind the upstream repository.
-
Jan-Hendrik Willms authored
Closes #4149 Merge request studip/studip!2989
Jan-Hendrik Willms authoredCloses #4149 Merge request studip/studip!2989
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.40 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": "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": "^5.3.16",
"symfony/process": "^5.4",
"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": "*"
}
}