Skip to content

Commit

Permalink
Merge pull request #27 from utopia-php/PLA-1854
Browse files Browse the repository at this point in the history
feat: telemetry support
  • Loading branch information
basert authored Nov 13, 2024
2 parents 40fdd97 + f66fb20 commit 16074a9
Show file tree
Hide file tree
Showing 4 changed files with 2,018 additions and 148 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
"lint": "vendor/bin/pint --test"
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"utopia-php/cli": "0.15.*",
"utopia-php/framework": "0.*.*"
"utopia-php/framework": "0.*.*",
"utopia-php/telemetry": "0.1.*"
},
"require-dev": {
"swoole/ide-helper": "4.8.8",
Expand All @@ -38,5 +39,11 @@
"suggest": {
"ext-swoole": "Needed to support Swoole.",
"workerman/workerman": "Needed to support Workerman."
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"tbachert/spi": true
}
}
}
Loading

0 comments on commit 16074a9

Please sign in to comment.