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 354ff0d commit 9d4b8f2
Show file tree
Hide file tree
Showing 4 changed files with 1,986 additions and 363 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@
},
"require": {
"php": ">=8.0",
"utopia-php/compression": "0.1.*"
"utopia-php/compression": "0.1.*",
"utopia-php/telemetry": "dev-initial-commit"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/telemetry"
}
],
"require-dev": {
"phpunit/phpunit": "^9.5.25",
"laravel/pint": "^1.2",
Expand Down
Loading

0 comments on commit 9d4b8f2

Please sign in to comment.