diff --git a/composer.json b/composer.json index 4d19474..ad56854 100644 --- a/composer.json +++ b/composer.json @@ -32,13 +32,13 @@ "require-dev": { "guzzlehttp/guzzle": "7.8.1", "fluent/logger": "1.0.1", - "phpunit/phpunit": "10.5.3", + "phpunit/phpunit": "10.5.5", "vimeo/psalm": "5.18.0", "dealerdirect/phpcodesniffer-composer-installer": "1.0.0", "phpcompatibility/php-compatibility": "9.3.5", "cyclonedx/cyclonedx-php-composer": "5.0.0", "php-http/guzzle7-adapter": "1.0.0", - "sentry/sentry": "4.1.0" + "sentry/sentry": "4.3.1" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 887b9b4..67ebd2d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1335bcc8fb9983db2700c9aad32f2f57", + "content-hash": "2415b8a85ada0ecdcdd04cbcaf722b45", "packages": [ { "name": "psr/log", @@ -2763,16 +2763,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.3", + "version": "10.5.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19" + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6fce887c71076a73f32fd3e0774a6833fc5c7f19", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", "shasum": "" }, "require": { @@ -2844,7 +2844,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.5" }, "funding": [ { @@ -2860,7 +2860,7 @@ "type": "tidelift" } ], - "time": "2023-12-13T07:25:23+00:00" + "time": "2023-12-27T15:13:52+00:00" }, { "name": "psr/container", @@ -4036,16 +4036,16 @@ }, { "name": "sentry/sentry", - "version": "4.1.0", + "version": "4.3.1", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "89666f297891ff937fceb2f3d1fb967a6848cf37" + "reference": "cd89f230bda0833cb9992ebe9a1b7d24d6ee245b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/89666f297891ff937fceb2f3d1fb967a6848cf37", - "reference": "89666f297891ff937fceb2f3d1fb967a6848cf37", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/cd89f230bda0833cb9992ebe9a1b7d24d6ee245b", + "reference": "cd89f230bda0833cb9992ebe9a1b7d24d6ee245b", "shasum": "" }, "require": { @@ -4069,7 +4069,7 @@ "phpbench/phpbench": "^1.0", "phpstan/phpstan": "^1.3", "phpunit/phpunit": "^8.5.14|^9.4", - "symfony/phpunit-bridge": "^5.2|^6.0", + "symfony/phpunit-bridge": "^5.2|^6.0|^7.0", "vimeo/psalm": "^4.17" }, "suggest": { @@ -4109,7 +4109,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/4.1.0" + "source": "https://github.com/getsentry/sentry-php/tree/4.3.1" }, "funding": [ { @@ -4121,7 +4121,7 @@ "type": "custom" } ], - "time": "2023-12-04T12:41:21+00:00" + "time": "2023-12-22T18:46:49+00:00" }, { "name": "spatie/array-to-xml",