Symfony Requirements Checker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > PHP is using the following php.ini file: /opt/cpanel/ea-php73/root/etc/php.ini > Checking Symfony requirements: .............W................W..W..... [OK] Your system is ready to run Symfony projects Optional recommendations to improve your setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Vendors should be installed in order to check all requirements. > Run the "composer install" command. * intl ICU version installed on your system is outdated (50.2) and does not match the ICU data bundled with Symfony (57.1) > To get the latest internationalization data upgrade the ICU > system package and the intl PHP extension. * short_open_tag should be disabled in php.ini > Set short_open_tag to off in php.ini*. Note The command console could use a different php.ini file ~~~~ than the one used with your web server. To be on the safe side, please check the requirements from your web server using the web/config.php script.