Bump sentry/sentry from 4.27.0 to 4.28.0 (#148)

Bumps [sentry/sentry](https://github.com/getsentry/sentry-php) from 4.27.0 to 4.28.0.
- [Release notes](https://github.com/getsentry/sentry-php/releases)
- [Changelog](https://github.com/getsentry/sentry-php/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-php/compare/4.27.0...4.28.0)

---
updated-dependencies:
- dependency-name: sentry/sentry
  dependency-version: 4.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-16 13:16:48 +02:00
committed by GitHub
parent 0b5c535ed9
commit bf36b1a6ac
Generated
+16 -16
View File
@@ -1475,23 +1475,25 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "2.10.4", "version": "2.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "d2a1a094e396da8957e797489fddaf860c340cfc" "reference": "bbb5e61349fa5cb822b3e87842b951088b76b81f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/d2a1a094e396da8957e797489fddaf860c340cfc", "url": "https://api.github.com/repos/guzzle/psr7/zipball/bbb5e61349fa5cb822b3e87842b951088b76b81f",
"reference": "d2a1a094e396da8957e797489fddaf860c340cfc", "reference": "bbb5e61349fa5cb822b3e87842b951088b76b81f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2.5 || ^8.0", "php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/http-message": "^1.1 || ^2.0", "psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0" "ralouphie/getallheaders": "^3.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/polyfill-php80": "^1.24"
}, },
"provide": { "provide": {
"psr/http-factory-implementation": "1.0", "psr/http-factory-implementation": "1.0",
@@ -1572,7 +1574,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/psr7/issues", "issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.10.4" "source": "https://github.com/guzzle/psr7/tree/2.11.0"
}, },
"funding": [ "funding": [
{ {
@@ -1588,7 +1590,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-05-29T12:59:07+00:00" "time": "2026-06-02T12:30:48+00:00"
}, },
{ {
"name": "jean85/pretty-package-versions", "name": "jean85/pretty-package-versions",
@@ -2751,16 +2753,16 @@
}, },
{ {
"name": "sentry/sentry", "name": "sentry/sentry",
"version": "4.27.0", "version": "4.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-php.git", "url": "https://github.com/getsentry/sentry-php.git",
"reference": "1f0544cff8443ac1d25d6521487118e28381a1c2" "reference": "662cb7a01a342a7f33780fc955ff4a028d8b785a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/1f0544cff8443ac1d25d6521487118e28381a1c2", "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/662cb7a01a342a7f33780fc955ff4a028d8b785a",
"reference": "1f0544cff8443ac1d25d6521487118e28381a1c2", "reference": "662cb7a01a342a7f33780fc955ff4a028d8b785a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2777,16 +2779,14 @@
"raven/raven": "*" "raven/raven": "*"
}, },
"require-dev": { "require-dev": {
"carthage-software/mago": "^1.13.3", "carthage-software/mago": "1.30.0",
"friendsofphp/php-cs-fixer": "^3.4", "friendsofphp/php-cs-fixer": "^3.4",
"guzzlehttp/promises": "^2.0.3", "guzzlehttp/promises": "^2.0.3",
"guzzlehttp/psr7": "^1.8.4|^2.1.1",
"monolog/monolog": "^1.6|^2.0|^3.0", "monolog/monolog": "^1.6|^2.0|^3.0",
"nyholm/psr7": "^1.8", "nyholm/psr7": "^1.8",
"open-telemetry/api": "^1.0", "open-telemetry/api": "^1.0",
"open-telemetry/exporter-otlp": "^1.0", "open-telemetry/exporter-otlp": "^1.0",
"open-telemetry/sdk": "^1.0", "open-telemetry/sdk": "^1.0",
"phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.3", "phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^8.5.52|^9.6.34", "phpunit/phpunit": "^8.5.52|^9.6.34",
"spiral/roadrunner-http": "^3.6", "spiral/roadrunner-http": "^3.6",
@@ -2830,7 +2830,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/getsentry/sentry-php/issues", "issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/4.27.0" "source": "https://github.com/getsentry/sentry-php/tree/4.28.0"
}, },
"funding": [ "funding": [
{ {
@@ -2842,7 +2842,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2026-05-06T14:32:16+00:00" "time": "2026-06-11T12:22:38+00:00"
}, },
{ {
"name": "sentry/sentry-symfony", "name": "sentry/sentry-symfony",