We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TracerInterface
AbstractTracer::runScope
1 parent 34c75a4 commit 4916aa5Copy full SHA for 4916aa5
composer.json
@@ -34,13 +34,13 @@
34
],
35
"require": {
36
"php": ">=8.1",
37
- "spiral/core": "^3.15.2",
38
- "spiral/files": "^3.15.2",
39
- "spiral/config": "^3.15.2",
40
- "spiral/debug": "^3.15.2",
41
- "spiral/exceptions": "^3.15.2",
+ "spiral/core": "^3.16",
+ "spiral/files": "^3.16",
+ "spiral/config": "^3.16",
+ "spiral/debug": "^3.16",
+ "spiral/exceptions": "^3.16",
42
"spiral/attributes": "^2.8|^3.0",
43
- "spiral/events": "^3.15.2"
+ "spiral/events": "^3.16"
44
},
45
"require-dev": {
46
"phpunit/phpunit": "^10.5.41",
@@ -62,7 +62,7 @@
62
63
"extra": {
64
"branch-alias": {
65
- "dev-master": "3.15.x-dev"
+ "dev-master": "3.16.x-dev"
66
}
67
68
"config": {
0 commit comments