Skip to content

Commit 2a8e82c

Browse files
authored
Merge pull request #130 from utopia-php/feat/messaging-send-telemetry
Add messaging send telemetry
2 parents 1c82b99 + 0668001 commit 2a8e82c

32 files changed

Lines changed: 2322 additions & 94 deletions

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"ext-curl": "*",
2727
"ext-openssl": "*",
2828
"phpmailer/phpmailer": "6.9.1",
29-
"giggsey/libphonenumber-for-php-lite": "9.0.23"
29+
"giggsey/libphonenumber-for-php-lite": "9.0.23",
30+
"utopia-php/telemetry": "^0.4"
3031
},
3132
"require-dev": {
3233
"phpunit/phpunit": "11.*",
@@ -36,6 +37,10 @@
3637
"config": {
3738
"platform": {
3839
"php": "8.3"
40+
},
41+
"allow-plugins": {
42+
"php-http/discovery": true,
43+
"tbachert/spi": true
3944
}
4045
}
4146
}

0 commit comments

Comments
 (0)