Skip to content

Commit 7f1e04a

Browse files
authored
Bump minimum required version of the core SDK to 3.18 (#17)
1 parent d0678fc commit 7f1e04a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
}
2121
],
2222
"require": {
23-
"sentry/sentry": "^3.9",
23+
"sentry/sentry": "^3.18",
2424
"http-interop/http-factory-guzzle": "^1.0",
2525
"symfony/http-client": "^4.3|^5.0|^6.0"
2626
},
2727
"config": {
28-
"sort-packages": true
28+
"sort-packages": true,
29+
"allow-plugins": {
30+
"php-http/discovery": false
31+
}
2932
}
3033
}

0 commit comments

Comments
 (0)