File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414- Enh #229 : Add ` php-forge/coding-standard ` to development dependencies for code quality checks (@terabytesoftw )
1515- Bug #230 : Add section for automated refactoring using ` Rector ` in testing documentation (@terabytesoftw )
1616- Dep #234 : Update ` yii2-extensions/road-runner ` ` ^0.1 ` to ` ^0.2 ` (@terabytesoftw )
17+ - Enh #236 : Add ` .codespellrc ` configuration to skip specific files and directories for spell checking (@terabytesoftw )
18+ - Enh #237 : Update PHP requirement to ` 8.2 ` in ` composer.json ` and adjust PHP versions in ` build.yml ` (@terabytesoftw )
1719
1820## 0.1.2 October 8, 2025
1921
Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ final class SiteController extends Controller
137137
138138## Package information
139139
140- [ ![ PHP] ( https://img.shields.io/badge/%3E%3D8.1 -777BB4.svg?style=for-the-badge&logo=php&logoColor=white )] ( https://www.php.net/releases/8.1 /en.php )
141- [ ![ Yii 2.0.x] ( https://img.shields.io/badge/2.0.53 -0073AA.svg?style=for-the-badge&logo=yii&logoColor=white )] ( https://github.com/yiisoft/yii2/tree/2.0.53 )
140+ [ ![ PHP] ( https://img.shields.io/badge/%3E%3D8.2 -777BB4.svg?style=for-the-badge&logo=php&logoColor=white )] ( https://www.php.net/releases/8.2 /en.php )
141+ [ ![ Yii 2.0.x] ( https://img.shields.io/badge/2.0.54 -0073AA.svg?style=for-the-badge&logo=yii&logoColor=white )] ( https://github.com/yiisoft/yii2/tree/2.0.54 )
142142[ ![ Yii 22.0.x] ( https://img.shields.io/badge/22.0.x-0073AA.svg?style=for-the-badge&logo=yii&logoColor=white )] ( https://github.com/yiisoft/yii2/tree/22.0 )
143143[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yii2-extensions/road-runner.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Stable )] ( https://packagist.org/packages/yii2-extensions/road-runner )
144144
Original file line number Diff line number Diff line change 22
33## System requirements
44
5- - [ ` PHP ` ] ( https://www.php.net/downloads ) 8.1 or higher.
5+ - [ ` PHP ` ] ( https://www.php.net/downloads ) 8.2 or higher.
66- [ ` Composer ` ] ( https://getcomposer.org/download/ ) for dependency management.
77- [ ` npm ` ] ( https://nodejs.org/en/download/ ) for frontend dependency management.
8- - [ ` Yii2 ` ] ( https://github.com/yiisoft/yii2 ) 2.0.53 + or 22.x.
8+ - [ ` Yii2 ` ] ( https://github.com/yiisoft/yii2 ) 2.0.54 + or 22.x.
99
1010### Optional requirements
1111
You can’t perform that action at this time.
0 commit comments