Warning: Invalid argument supplied for foreach() in /home/logercm/dev.loger.cm/vendor/symfony/requirements-checker/bin/requirements-checker.php on line 31
Symfony Requirements Checker
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> PHP is using the following php.ini file:
/opt/cpanel/ea-php74/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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* intl ICU version installed on your system (77.1) does not match the
ICU data bundled with Symfony (73.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*.
* "post_max_size" should be greater than "upload_max_filesize".
> Set "post_max_size" to be greater than "upload_max_filesize".
Note The command console can use a different php.ini file
~~~~ than the one used by your web server.
Please check that both the console and the web server
are using the same PHP version and configuration.