diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-09-13 12:05:08 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-09-13 12:05:08 +0000 |
| commit | f3658e444cd373b044621b50734c61ecf930e568 (patch) | |
| tree | 8b0e77329b51fd14bd469d769d14f30ce578aa3d /composer.json | |
| parent | de5cfa49996c964d698057ff94e2fe1149c419a1 (diff) | |
ensure that all libs from composer are compatible with php 7.2 and enforce 7.2 by settings config.platform.php to 7.2, fixes #1569
Closes #1569
Merge request studip/studip!1002
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 0310469..accb9ca 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,10 @@ "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" + "vendor-dir": "composer", + "platform": { + "php": "7.2" + } }, "require-dev": { "adlawson/vfs": "~0.12.1", |
