Skip to content

Commit 9390b4e

Browse files
fix: Update license badge in README.md for correct display and add missing header in LICENSE.md. (#66)
1 parent fd4ecc5 commit 9390b4e

File tree

6 files changed

+7
-13
lines changed

6 files changed

+7
-13
lines changed

.github/workflows/dependency-check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ name: Composer require checker
2020
jobs:
2121
composer-require-checker:
2222
uses: php-forge/actions/.github/workflows/composer-require-checker.yml@main
23-
with:
24-
composer-command: |
25-
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi

.github/workflows/ecs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@ name: ecs
2020
jobs:
2121
easy-coding-standard:
2222
uses: php-forge/actions/.github/workflows/ecs.yml@main
23-
secrets:
24-
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
25-
with:
26-
composer-command: |
27-
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi

.github/workflows/static.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ jobs:
2525
phpstan:
2626
uses: php-forge/actions/.github/workflows/phpstan.yml@main
2727
with:
28-
composer-command: |
29-
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
3028
concurrency-group: phpstan-${{ github.workflow }}-${{ github.ref }}
3129
phpstan-console:
3230
uses: php-forge/actions/.github/workflows/phpstan.yml@main
3331
with:
3432
configuration: 'phpstan-console.neon'
35-
composer-command: |
36-
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
3733
concurrency-group: phpstan-console-${{ github.workflow }}-${{ github.ref }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## 0.3.1 Under development
44

55
- Bug #62: Order class elements in methods and properties (@terabytesoftw)
6+
- Bug #63: Add case to the ordered class elements in `ECS` configuration (@terabytesoftw)
7+
- Bug #64: Correct badge URL formatting in `README.md` (@terabytesoftw)
8+
- Bug #65: Add missing `Composer` requirement in installation guide (@terabytesoftw)
9+
- Bug #66: Update license badge in `README.md` for correct display and add missing header in `LICENSE.md` (@terabytesoftw)
610

711
## 0.3.0 June 27, 2025
812

LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# BSD 3-Clause License
2+
13
Copyright © 2008 by Terabytesoftw (<https://github.com/terabytesoftw/>)
24
All rights reserved.
35

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ For detailed configuration options and advanced usage.
209209

210210
## License
211211

212-
[![License](https://poser.pugx.org/yii2-extensions/phpstan/license)](LICENSE.md)
212+
[![License](https://img.shields.io/github/license/yii2-extensions/phpstan)](LICENSE.md)
213213

214214
## Fork
215215

0 commit comments

Comments
 (0)