Skip to content

fix: Update license badge in README.md for correct display and add missing header in LICENSE.md. #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ name: Composer require checker
jobs:
composer-require-checker:
uses: php-forge/actions/.github/workflows/composer-require-checker.yml@main
with:
composer-command: |
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
5 changes: 0 additions & 5 deletions .github/workflows/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ name: ecs
jobs:
easy-coding-standard:
uses: php-forge/actions/.github/workflows/ecs.yml@main
secrets:
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
with:
composer-command: |
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
4 changes: 0 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ jobs:
phpstan:
uses: php-forge/actions/.github/workflows/phpstan.yml@main
with:
composer-command: |
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
concurrency-group: phpstan-${{ github.workflow }}-${{ github.ref }}
phpstan-console:
uses: php-forge/actions/.github/workflows/phpstan.yml@main
with:
configuration: 'phpstan-console.neon'
composer-command: |
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
concurrency-group: phpstan-console-${{ github.workflow }}-${{ github.ref }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## 0.3.1 Under development

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

## 0.3.0 June 27, 2025

Expand Down
2 changes: 2 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# BSD 3-Clause License

Copyright © 2008 by Terabytesoftw (<https://github.com/terabytesoftw/>)
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ For detailed configuration options and advanced usage.

## License

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

## Fork

Expand Down