Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"ext-curl": "*",
"ext-openssl": "*",
"phpmailer/phpmailer": "6.9.1",
"giggsey/libphonenumber-for-php-lite": "9.0.23"
"giggsey/libphonenumber-for-php-lite": "9.0.23",
"utopia-php/telemetry": "^0.4"
},
"require-dev": {
"phpunit/phpunit": "11.*",
Expand All @@ -36,6 +37,10 @@
"config": {
"platform": {
"php": "8.3"
},
"allow-plugins": {
"php-http/discovery": true,
"tbachert/spi": true
}
}
}
Loading
Loading