Skip to content

Commit 18927b6

Browse files
fix(docs): Update installation command to use the dev-franken-php-classic version in README.md. (#191)
1 parent 355636d commit 18927b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Bug #177: Add missing config path to ECS configuration in `ecs.php` (@terabytesoftw)
1818
- Bug #182: Improve clarity in deployment options description and add `Nginx` badge in `README.md` (@terabytesoftw)
1919
- Bug #188: Update `README.md` to include `FrankenPHP` badge for classic web server setup (@terabytesoftw)
20+
- Bug #190: Update installation command to use the `dev-franken-php-classic` version in `README.md` (@terabytesoftw)
2021

2122
## 0.1.0 August 31, 2025
2223

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The Yii2 Web Application Basic template provides a complete foundation for build
6161
### Installation
6262

6363
```bash
64-
composer create-project --prefer-dist yii2-extensions/app-basic:^0.1 app-basic
64+
composer create-project --prefer-dist yii2-extensions/app-basic:dev-franken-php-classic app-basic
6565
cd app-basic
6666
```
6767

0 commit comments

Comments
 (0)