Skip to content

Commit

Permalink
Merge pull request #1214: Fixed scoped TracerInterface in the `Abst…
Browse files Browse the repository at this point in the history
…ractTracer::runScope` method
  • Loading branch information
spiralbot committed Feb 11, 2025
1 parent 548401d commit 9e82546
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.15.2",
"spiral/hmvc": "^3.15.2",
"spiral/serializer": "^3.15.2",
"spiral/snapshots": "^3.15.2",
"spiral/telemetry": "^3.15.2",
"spiral/tokenizer": "^3.15.2",
"spiral/core": "^3.16",
"spiral/hmvc": "^3.16",
"spiral/serializer": "^3.16",
"spiral/snapshots": "^3.16",
"spiral/telemetry": "^3.16",
"spiral/tokenizer": "^3.16",
"spiral/attributes": "^2.8|^3.0",
"doctrine/inflector": "^1.4|^2.0",
"ramsey/uuid": "^4.7",
Expand All @@ -59,12 +59,12 @@
"require-dev": {
"phpunit/phpunit": "^10.5.41",
"mockery/mockery": "^1.6.12",
"spiral/boot": "^3.15.2",
"spiral/boot": "^3.16",
"vimeo/psalm": "^6.0"
},
"extra": {
"branch-alias": {
"dev-master": "3.15.x-dev"
"dev-master": "3.16.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 9e82546

Please sign in to comment.