Skip to content

chore: Update CHANGELOG.md for version 0.3.0 release date and adjust composer.json for stability settings. #60

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
Jun 27, 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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.3.0 Under development
## 0.3.0 June 27, 2025

- Enh #35: Move config fixtures into `config` subdirectory (@terabytesoftw)
- Enh #36: Update `ActiveQuery` and `ActiveRecord` dynamic return type extensions for improved type inference and error handling; remove deprecated `ActiveQueryObjectType` and `ActiveRecordObjectType` classes (@terabytesoftw)
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
"phpstan"
],
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"nikic/php-parser": "^4.1|^5.4.0",
"phpstan/phpstan": "^2.1",
"yiisoft/yii2": "dev-master|^22"
"yiisoft/yii2": "^2.0.53|^22"
},
"require-dev": {
"maglnet/composer-require-checker": "^4.7",
Expand All @@ -34,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.2.x-dev"
"dev-main": "0.3.x-dev"
},
"phpstan": {
"includes": [
Expand Down