Skip to content

Commit 2eb8eb4

Browse files
committed
feat: add pool telemetry
1 parent 172b4fe commit 2eb8eb4

File tree

5 files changed

+2037
-99
lines changed

5 files changed

+2037
-99
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"test": "./vendor/bin/phpunit --configuration phpunit.xml --debug"
2525
},
2626
"require": {
27-
"php": ">=8.3"
27+
"php": ">=8.3",
28+
"utopia-php/telemetry": "0.1.*"
2829
},
2930
"require-dev": {
3031
"phpunit/phpunit": "11.*",
@@ -39,6 +40,10 @@
3940
"config": {
4041
"platform": {
4142
"php": "8.3"
43+
},
44+
"allow-plugins": {
45+
"php-http/discovery": false,
46+
"tbachert/spi": false
4247
}
4348
}
4449
}

0 commit comments

Comments
 (0)