sabre-io / Baikal

Baïkal is a Calendar+Contacts server
https://sabre.io/baikal/
GNU General Public License v3.0
2.46k stars 284 forks source link

Baikal 0.9.3 dependency on PHP 7.4 #1153

Closed ajmcc closed 1 year ago

ajmcc commented 1 year ago

Baikal version: 0.9.3

Expected behaviour:

Per: https://sabre.io/baikal/install/, Baikal runs on a server with PHP >= 7

Current behaviour:

On my hosting server running PHP version: 7.3.33-9+0~20230106.102+debian10~1.gbpc4e85f, Baikal install fails to run, generating the error:

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0".

As I cannot change the hosted server PHP version, I am unable to use Baikal. Please remove the dependency on PHP 7.4.

Tntdruid commented 1 year ago

PHP 7.4 is EOL https://www.php.net/supported-versions.php

ajmcc commented 1 year ago

Thanks, I will have a moan about the EOL PHP version to my hosting provider. In the interim, I worked around it by installing Baikal 0.9.1, which is working fine, so far.