Skip to content

Commit 9c75ea3

Browse files
committed
fix(deps): removed dependency on forked upscale/swoole-blackfire
1 parent 9620f11 commit 9c75ea3

File tree

2 files changed

+40
-69
lines changed

2 files changed

+40
-69
lines changed

composer.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@
2525
"homepage": "https://github.com/k911"
2626
}
2727
],
28-
"repositories": [
29-
{
30-
"type": "vcs",
31-
"url": "https://github.com/symfony-swoole/swoole-blackfire"
32-
},
33-
{
34-
"type": "vcs",
35-
"url": "https://github.com/symfony-swoole/swoole-reflection"
36-
}
37-
],
3828
"require": {
3929
"php": "^8.2",
4030
"ext-json": "*",
@@ -102,8 +92,7 @@
10292
"symfony/yaml": "^6.4|^7.2",
10393
"tideways/ext-tideways-stubs": "^5.5",
10494
"twig/twig": "^3.19",
105-
"upscale/swoole-blackfire": "dev-openswoole25",
106-
"upscale/swoole-reflection": "dev-openswoole25 as 3.1.0",
95+
"upscale/swoole-blackfire": "^4.3",
10796
"webmozart/assert": "^1.11.0"
10897
},
10998
"suggest": {

composer.lock

Lines changed: 39 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)