Skip to content

Commit dd8928a

Browse files
committed
feat: spans
1 parent 5daf8b6 commit dd8928a

File tree

4 files changed

+288
-177
lines changed

4 files changed

+288
-177
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@
2020
"autoload": {
2121
"psr-4": {"Utopia\\DNS\\": "src/DNS"}
2222
},
23+
"repositories": [
24+
{
25+
"type": "vcs",
26+
"url": "https://github.com/utopia-php/span"
27+
}
28+
],
2329
"require": {
2430
"php": ">=8.3",
25-
"utopia-php/console": "0.0.*",
31+
"utopia-php/span": "dev-main",
2632
"utopia-php/telemetry": "*",
2733
"utopia-php/validators": "0.*",
2834
"utopia-php/domains": "0.9.*"

0 commit comments

Comments
 (0)