sebastianfeldmann / phpbu

PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
https://phpbu.de
Other
1.3k stars 110 forks source link

syntax error, unexpected '|', expecting variable #375

Open mgjuhler opened 6 months ago

mgjuhler commented 6 months ago

Symfony CLI version 5.8.15

phpbu 6.0.22 by Sebastian Feldmann and contributors.

Runtime: PHP 7.4.33 Configuration: /home/user/backup/config.xml

PHP Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE) in phar:///home/user/backup/phpbu.phar/lib/symfony/process/Process.php on line 54

sebastianfeldmann commented 6 months ago

Minimum required PHP version is 8.0 😬

mgjuhler commented 6 months ago

oh.. i did not see that. Thx

Is it correct that version 6.0.21 is the latest to support php < 8.0 ?