Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
Loading