Configuration Checker
This script analyzes your system to check whether is ready to run Symfony applications.
Recommendations
To enhance your Symfony experience, it’s recommended that you fix the following:
- Requirements file should be up-to-date
Your requirements file is outdated. Run composer install and re-check your configuration.
- intl ICU version installed on your system (77.1) does not match the ICU data bundled with Symfony (67.1)
To avoid internationalization data inconsistencies upgrade the symfony/intl component.
- short_open_tag should be disabled in php.ini
Set short_open_tag to off in php.ini*.
* Changes to the php.ini file must be done in "/opt/cpanel/ea-php74/root/etc/php.ini".