yiisoft / yii2-app-advanced

Yii 2.0 Advanced Application Template
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
1.66k stars 1.28k forks source link

Change supported version to 8.1+ #539

Closed DeryabinSergey closed 1 year ago

DeryabinSergey commented 1 year ago

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

bizley commented 1 year ago

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.