-
- Downloads
use php 7.4 as minimum version and adjust system accordingly, fixes #3123
Closes #3123 Merge request studip/studip!2110
Showing
- .gitlab-ci.yml 32 additions, 1 deletion.gitlab-ci.yml
- INSTALL.md 1 addition, 1 deletionINSTALL.md
- composer.json 3 additions, 3 deletionscomposer.json
- composer.lock 140 additions, 297 deletionscomposer.lock
- config/studip-requirements.php 1 addition, 1 deletionconfig/studip-requirements.php
- docker/build_images.sh 3 additions, 3 deletionsdocker/build_images.sh
- docker/tests/php82/Dockerfile 3 additions, 4 deletionsdocker/tests/php82/Dockerfile
- phpstan.neon.dist 1 addition, 1 deletionphpstan.neon.dist
- tests/jsonapi/BlubberThreadsShowTest.php 5 additions, 0 deletionstests/jsonapi/BlubberThreadsShowTest.php
... | ... | @@ -4,7 +4,7 @@ |
"config": { | ||
"vendor-dir": "composer", | ||
"platform": { | ||
"php": "7.2.5" | ||
"php": "7.4" | ||
} | ||
}, | ||
"require-dev": { | ||
... | ... | @@ -55,8 +55,6 @@ |
"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", | ||
... | ... | @@ -72,6 +70,8 @@ |
"symfony/polyfill-php70": "*", | ||
"symfony/polyfill-php71": "*", | ||
"symfony/polyfill-php72": "*", | ||
"symfony/polyfill-php73": "*", | ||
"symfony/polyfill-php74": "*", | ||
"symfony/polyfill-mbstring": "*" | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment