add .php-version file for local server with symfony CLI
To control the PHP version used in a directory (with
symfony serve), create a.php-versionfile that contains the version number (e.g.7.2or7.2.15).
To control the PHP version used in a directory (with
symfony serve), create a.php-versionfile that contains the version number (e.g.7.2or7.2.15).