Closed fritzmg closed 6 years ago
Same applies to the contao/standard-edition
of course - but I guess it's less of a problem there, since that one isn't used by the Contao Manager.
This has been fixed meanwhile.
Well, then there is a regression in 4.4.8, since I‘ve got the very same error messages yesterday on a Hosteurope Webserver, running the highest possible PHP version 7.0.25, which will stay probably until the middle of 2018, according to Hosteurope support guys.
You might be right. The composer.lock
file shows that doctrine/annotations
is installed in version 1.5.0, which requires PHP 7.1+.
I have repacked everything and I have verified that there are no PHP 7.1+ only packages anymore.
The current
composer.lock
file of version4.4.2
contains dependencies that require PHP7.1
. Thus if you try to runWith PHP 7.0 or lower, you will run into errors like these:
This happens when trying to install Contao
4.4.2
via the Contao Manager for example on a webspace that only runs PHP 7.0.