Skip to content

Commit

Permalink
fix: http client dependencies prevent latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Höchtl committed Oct 24, 2022
1 parent 840cec1 commit 2345ae1
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 527 deletions.
50 changes: 23 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
{
"name": "onedrop/shopware-sentry",
"type": "shopware-plugin",
"description": "Sentry integration for Shopware",
"license": "MIT",
"authors": [
{
"name": "Hans Höchtl",
"email": "[email protected]"
"name": "onedrop/shopware-sentry",
"type": "shopware-plugin",
"description": "Sentry integration for Shopware",
"license": "MIT",
"authors": [
{
"name": "Hans Höchtl",
"email": "[email protected]"
},
{
"name": "Soner Sayakci",
"email": "[email protected]"
}
],
"require": {
"sentry/sentry": "^3.10",
"symfony/http-client": "^4.4|^5.0",
"psr/log": "^1"
},
{
"name": "Soner Sayakci",
"email": "[email protected]"
}
],
"require": {
"composer/installers": "^2.0",
"sentry/sdk": "^3.0"
},
"config": {
"platform": {
"php": "7.4.0"
"extra": {
"installer-name": "OdSentry"
},
"scripts": {
"test": "phpunit -c tests/"
}
},
"extra": {
"installer-name": "OdSentry"
},
"scripts": {
"test": "phpunit -c tests/"
}
}
Loading

0 comments on commit 2345ae1

Please sign in to comment.