Skip to content
/ boot Public

Commit 47014b0

Browse files
committed
Update queue consume handler span name (#1215)
1 parent 95690be commit 47014b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
],
3535
"require": {
3636
"php": ">=8.1",
37-
"spiral/core": "^3.15.3",
38-
"spiral/files": "^3.15.3",
39-
"spiral/config": "^3.15.3",
40-
"spiral/debug": "^3.15.3",
41-
"spiral/exceptions": "^3.15.3",
37+
"spiral/core": "^3.16",
38+
"spiral/files": "^3.16",
39+
"spiral/config": "^3.16",
40+
"spiral/debug": "^3.16",
41+
"spiral/exceptions": "^3.16",
4242
"spiral/attributes": "^2.8|^3.0",
43-
"spiral/events": "^3.15.3"
43+
"spiral/events": "^3.16"
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^10.5.41",
@@ -62,7 +62,7 @@
6262
},
6363
"extra": {
6464
"branch-alias": {
65-
"dev-master": "3.15.x-dev"
65+
"dev-master": "3.16.x-dev"
6666
}
6767
},
6868
"config": {

0 commit comments

Comments
 (0)