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-version
file that contains the version number (e.g.7.2
or7.2.15
).
To control the PHP version used in a directory (with
symfony serve
), create a.php-version
file that contains the version number (e.g.7.2
or7.2.15
).