How to force creating a new Symfony application for a specific PHP version? – PHP Versions
I want to generate a Symfony application which can be compatible with PHP version up to 7.4.22. On my local machine, PHP version is 8.0.2 but on the hosting is 7.4.22. Symfony application is generated from local machine using standard…