Hello!
I upgraded PHP to version 7 and got an error:
[Tue Nov 14 10:37:59.717775 2017] [:error] [pid 8643] [client 91.210.4.1:42898] PHP Fatal error: Cannot use Handlebars\\String as String because 'String' is a special class name in /var/www
/localhost/htdocs/mibew/vendor/justblackbird/handlebars.php-helpers/src/Comparison/IfAnyHelper.php on line 15
php -v
PHP 7.0.25 (cli) (built: Nov 13 2017 13:23:14) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.25, Copyright (c) 1999-2017, by Zend Technologies
Please, help me run mibew on PHP 7
On PHP5, everything worked without errors.