fix SQLite3 DQS

This commit is contained in:
olevole
2024-10-24 17:10:57 +03:00
parent 6c93ef50bd
commit 9831b31169
6 changed files with 23 additions and 14 deletions

View File

@@ -1,5 +1,11 @@
{
"require": {
"sentry/sdk": "^3.1"
"sentry/sdk": "^3.1",
"sentry/sentry": "^3.22"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}