Skip to content

Commit 2ebaf68

Browse files
Merge pull request #142 from yii2-extensions/sync-to-main-2
Sync to main branch.
2 parents baedd3a + 659203a commit 2ebaf68

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.1.1 Under development
4+
5+
- Enh #132: Implement RoadRunner stack (@terabytesoftw)
6+
- Bug #140: Move badges for latest stable version and total downloads in `README.md` to `Installation` section (@terabytesoftw)
7+
- Bug #142: Update installation instructions to use `dev-road-runner` in docs, remove `extra.branch-alias` from `composer.json` (@terabytesoftw)
8+
39
## 0.1.0 August 31, 2025
410

511
- Initial release

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ The Yii2 Web Application Basic template provides a complete foundation for build
6565
6666
### Installation
6767

68+
[![Latest Dev Version](https://img.shields.io/badge/Dev-road--runner-orange?style=for-the-badge&logo=packagist&logoColor=white)](https://packagist.org/packages/yii2-extensions/app-basic#dev-road-runner)
69+
6870
**Quick start**
6971

7072
```bash
71-
composer create-project --prefer-dist --stability=dev yii2-extensions/app-basic:dev-road-runner app-basic
73+
composer create-project --prefer-dist yii2-extensions/app-basic:dev-road-runner app-basic
7274
cd app-basic
7375
```
7476

@@ -144,7 +146,6 @@ final class SiteController extends Controller
144146
```
145147
## Quality code
146148

147-
[![Latest Stable Version](https://img.shields.io/packagist/v/yii2-extensions/app-basic.svg?branch=road-runner&style=for-the-badge&logo=packagist&logoColor=white&label=Stable)](https://packagist.org/packages/yii2-extensions/app-basic#dev-road-runner)
148149
[![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=road-runner&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://app.codecov.io/github/yii2-extensions/app-basic/tree/road-runner)
149150
[![PHPStan Level Max](https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=php&logoColor=white)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml?query=branch%3Aroad-runner)
150151
[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?branch=road-runner&style=for-the-badge&logo=styleci&logoColor=white)](https://github.styleci.io/repos/165419144?branch=road-runner)

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
5858
"bower-asset/yii2-pjax": "~2.0.1",
5959
"bower-asset/bootstrap": "^5.2"
6060
},
61-
"extra": {
62-
"branch-alias": {
63-
"dev-main": "0.2.x-dev"
64-
}
65-
},
6661
"config": {
6762
"allow-plugins": {
6863
"composer/installers": true,

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
Create a new project using the Yii App Basic template.
1919

2020
```bash
21-
composer create-project --prefer-dist yii2-extensions/app-basic:^0.1 app-basic
21+
composer create-project --prefer-dist yii2-extensions/app-basic:dev-road-runner
2222
cd app-basic
2323
```
2424

2525
### Method 2: Manual installation
2626

2727
1. **Download the template**:
2828
```bash
29-
git clone --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic
29+
git clone --branch dev-road-runner https://github.com/yii2-extensions/app-basic.git app-basic
3030
cd app-basic
3131
```
3232

@@ -40,7 +40,7 @@ composer install
4040
Clone the repository and set up your project.
4141

4242
```bash
43-
git clone --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic
43+
git clone --branch dev-road-runner https://github.com/yii2-extensions/app-basic.git app-basic
4444
cd app-basic
4545
rm -rf .git
4646
git init

0 commit comments

Comments
 (0)