Skip to content

Commit 01cbe7b

Browse files
committed
chore: Update CHANGELOG for version 0.3.0 release date and adjust composer.json for stability settings.
1 parent fe653d0 commit 01cbe7b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 0.3.0 Under development
3+
## 0.3.0 June 27, 2025
44

55
- Enh #35: Move config fixtures into `config` subdirectory (@terabytesoftw)
66
- Enh #36: Update `ActiveQuery` and `ActiveRecord` dynamic return type extensions for improved type inference and error handling; remove deprecated `ActiveQueryObjectType` and `ActiveRecordObjectType` classes (@terabytesoftw)

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
"phpstan"
88
],
99
"license": "BSD-3-Clause",
10-
"minimum-stability": "dev",
11-
"prefer-stable": true,
1210
"require": {
1311
"php": ">=8.1",
1412
"nikic/php-parser": "^4.1|^5.4.0",
1513
"phpstan/phpstan": "^2.1",
16-
"yiisoft/yii2": "dev-master|^22"
14+
"yiisoft/yii2": "^2.0.53|^22"
1715
},
1816
"require-dev": {
1917
"maglnet/composer-require-checker": "^4.7",
@@ -34,7 +32,7 @@
3432
},
3533
"extra": {
3634
"branch-alias": {
37-
"dev-main": "0.2.x-dev"
35+
"dev-main": "0.3-x-dev"
3836
},
3937
"phpstan": {
4038
"includes": [

0 commit comments

Comments
 (0)