Skip to content

Commit 206ca59

Browse files
Merge pull request #239 from yii2-extensions/sync-to-main-35
2 parents b380635 + efe7c86 commit 206ca59

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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

0 commit comments

Comments
 (0)