Forked from
Stud.IP / Stud.IP
2945 commits behind the upstream repository.
-
Jan-Hendrik Willms authored
adjust config.platform.php version to 7.2.5 so that we do not run into conflicts when installing another package, re #1569
Jan-Hendrik Willms authoredadjust config.platform.php version to 7.2.5 so that we do not run into conflicts when installing another package, re #1569
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 1.92 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",
"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"
}
}