Skip to content

Commit 14441ac

Browse files
committed
Merge pull request #1222: [Core] Fix static return type in Proxy class generator
1 parent 6f1254b commit 14441ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ext-json": "*",
3737
"php": ">=8.1",
3838
"myclabs/deep-copy": "^1.9",
39-
"spiral/core": "^3.15.6"
39+
"spiral/core": "^3.16"
4040
},
4141
"require-dev": {
4242
"phpunit/phpunit": "^10.5.41",
@@ -58,7 +58,7 @@
5858
},
5959
"extra": {
6060
"branch-alias": {
61-
"dev-master": "3.15.x-dev"
61+
"dev-master": "3.16.x-dev"
6262
}
6363
},
6464
"config": {

0 commit comments

Comments
 (0)