Symfony Requirements Checker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > PHP is using the following php.ini file: /etc/opt/remi/php73/php.ini > Checking Symfony requirements: ......................W.......WW.. [OK] Your system is ready to run Symfony projects Optional recommendations to improve your setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * intl ICU version installed on your system (69.1) does not match the ICU data bundled with Symfony (62.1) > To avoid internationalization data inconsistencies upgrade the > symfony/intl component. * "memory_limit" should be greater than "post_max_size". > Set "memory_limit" to be greater than "post_max_size". * "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 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 public/check.php script.