Why application template in composer.json require PHP version 7.4? Currently 7.4 is end of life https://www.php.net/supported-versions.php v 8.0 is Security fixes only
This in not framework, this is application tempalte. If you start new project - do it with modern version of PHP. I propose to make the minimum version 8.1
It doesn't block you from using PHP 8.1+. In case there are some blockers from using newer versions we fix it asap. If you found any blocker like that please send a PR fixing it.
Why application template in
composer.json
require PHP version 7.4? Currently 7.4 is end of life https://www.php.net/supported-versions.php v 8.0 is Security fixes only This in not framework, this is application tempalte. If you start new project - do it with modern version of PHP. I propose to make the minimum version 8.1