Skip to content

Commit ddfdb5b

Browse files
committed
Merge pull request #1214: Fixed scoped TracerInterface in the AbstractTracer::runScope method
1 parent 7f74472 commit ddfdb5b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
],
3535
"require": {
3636
"php": ">=8.1",
37-
"spiral/stempler": "^3.15.2",
38-
"spiral/files": "^3.15.2",
39-
"spiral/config": "^3.15.2",
40-
"spiral/router": "^3.15.2",
41-
"spiral/views": "^3.15.2",
42-
"spiral/core": "^3.15.2"
37+
"spiral/stempler": "^3.16",
38+
"spiral/files": "^3.16",
39+
"spiral/config": "^3.16",
40+
"spiral/router": "^3.16",
41+
"spiral/views": "^3.16",
42+
"spiral/core": "^3.16"
4343
},
4444
"require-dev": {
4545
"phpunit/phpunit": "^10.5.41",
46-
"spiral/boot": "^3.15.2",
46+
"spiral/boot": "^3.16",
4747
"spiral/testing": "^2.8.3",
4848
"mockery/mockery": "^1.6.12",
4949
"vimeo/psalm": "^6.0"
@@ -60,7 +60,7 @@
6060
},
6161
"extra": {
6262
"branch-alias": {
63-
"dev-master": "3.15.x-dev"
63+
"dev-master": "3.16.x-dev"
6464
}
6565
},
6666
"config": {

0 commit comments

Comments
 (0)