Skip to content

Commit

Permalink
feat: telemetry support
Browse files Browse the repository at this point in the history
  • Loading branch information
basert committed Nov 11, 2024
1 parent 40fdd97 commit 9c6b7b1
Show file tree
Hide file tree
Showing 5 changed files with 2,058 additions and 148 deletions.
15 changes: 14 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"require": {
"php": ">=8.0",
"utopia-php/cli": "0.15.*",
"utopia-php/framework": "0.*.*"
"utopia-php/framework": "0.*.*",
"utopia-php/telemetry": "dev-initial-commit"
},
"require-dev": {
"swoole/ide-helper": "4.8.8",
Expand All @@ -38,5 +39,17 @@
"suggest": {
"ext-swoole": "Needed to support Swoole.",
"workerman/workerman": "Needed to support Workerman."
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/telemetry"
}
],
"config": {
"allow-plugins": {
"php-http/discovery": true,
"tbachert/spi": true
}
}
}
Loading

0 comments on commit 9c6b7b1

Please sign in to comment.