-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: http client dependencies prevent latest version
- Loading branch information
Hans Höchtl
committed
Oct 24, 2022
1 parent
840cec1
commit 2345ae1
Showing
2 changed files
with
257 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} | ||
} |
Oops, something went wrong.