Skip to content

Commit 16074a9

Browse files
authored
Merge pull request #27 from utopia-php/PLA-1854
feat: telemetry support
2 parents 40fdd97 + f66fb20 commit 16074a9

File tree

4 files changed

+2018
-148
lines changed

4 files changed

+2018
-148
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
"lint": "vendor/bin/pint --test"
2525
},
2626
"require": {
27-
"php": ">=8.0",
27+
"php": ">=8.1",
2828
"utopia-php/cli": "0.15.*",
29-
"utopia-php/framework": "0.*.*"
29+
"utopia-php/framework": "0.*.*",
30+
"utopia-php/telemetry": "0.1.*"
3031
},
3132
"require-dev": {
3233
"swoole/ide-helper": "4.8.8",
@@ -38,5 +39,11 @@
3839
"suggest": {
3940
"ext-swoole": "Needed to support Swoole.",
4041
"workerman/workerman": "Needed to support Workerman."
42+
},
43+
"config": {
44+
"allow-plugins": {
45+
"php-http/discovery": true,
46+
"tbachert/spi": true
47+
}
4148
}
4249
}

0 commit comments

Comments
 (0)