File tree Expand file tree Collapse file tree 6 files changed +7
-13
lines changed Expand file tree Collapse file tree 6 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,3 @@ name: Composer require checker
2020jobs :
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
Original file line number Diff line number Diff line change @@ -20,8 +20,3 @@ name: ecs
2020jobs :
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ # BSD 3-Clause License
2+
13Copyright © 2008 by Terabytesoftw (< https://github.com/terabytesoftw/ > )
24All rights reserved.
35
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments