Project

General

Profile

Actions

Bug #83330

closed

TYPO3 8.7.9 depends on "symfony/yaml" which requires PHP 7.1, but the official system requirements state only PHP 7.0

Added by Stefan P over 6 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-12-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
composer symfony php
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

After upgrading one of our v8 installations running on PHP 7.0 to version 8.7.9 it started throwing exceptions about nullable return values (the question mark flag to allow null returns) in the Symfony yaml parser. The composer dependencies of symfony/yaml state "^7.1.3" for PHP - so the latest TYPO3 core update actually raised the minimum PHP version implicitly to 7.1, even though 7.0 is the official requirement.

This could bring a lot of installations down when they update.

Actions

Also available in: Atom PDF