diff --git a/composer.lock b/composer.lock index 31e40bd..a723c9b 100644 --- a/composer.lock +++ b/composer.lock @@ -652,16 +652,16 @@ }, { "name": "sentry/sentry", - "version": "4.0.1", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "fa41522f1fe5ff77a33a9db749c0ca7ec332f50a" + "reference": "89666f297891ff937fceb2f3d1fb967a6848cf37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/fa41522f1fe5ff77a33a9db749c0ca7ec332f50a", - "reference": "fa41522f1fe5ff77a33a9db749c0ca7ec332f50a", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/89666f297891ff937fceb2f3d1fb967a6848cf37", + "reference": "89666f297891ff937fceb2f3d1fb967a6848cf37", "shasum": "" }, "require": { @@ -710,7 +710,7 @@ "email": "accounts@sentry.io" } ], - "description": "A PHP SDK for Sentry (http://sentry.io)", + "description": "PHP SDK for Sentry (http://sentry.io)", "homepage": "http://sentry.io", "keywords": [ "crash-reporting", @@ -719,11 +719,13 @@ "error-monitoring", "log", "logging", - "sentry" + "profiling", + "sentry", + "tracing" ], "support": { "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/4.0.1" + "source": "https://github.com/getsentry/sentry-php/tree/4.1.0" }, "funding": [ { @@ -735,7 +737,7 @@ "type": "custom" } ], - "time": "2023-11-13T13:00:41+00:00" + "time": "2023-12-04T12:41:21+00:00" }, { "name": "symfony/deprecation-contracts", @@ -4169,16 +4171,16 @@ }, { "name": "pestphp/pest", - "version": "v2.26.0", + "version": "v2.28.0", "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "90fb8c602cf982ec973c2d13b31ce7510154ebc2" + "reference": "9a8f6e64149592b2555a2519237abb39e9e4f1fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/90fb8c602cf982ec973c2d13b31ce7510154ebc2", - "reference": "90fb8c602cf982ec973c2d13b31ce7510154ebc2", + "url": "https://api.github.com/repos/pestphp/pest/zipball/9a8f6e64149592b2555a2519237abb39e9e4f1fe", + "reference": "9a8f6e64149592b2555a2519237abb39e9e4f1fe", "shasum": "" }, "require": { @@ -4186,19 +4188,19 @@ "nunomaduro/collision": "^7.10.0|^8.0.0", "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", - "pestphp/pest-plugin-arch": "^2.4.1", + "pestphp/pest-plugin-arch": "^2.5.0", "php": "^8.1.0", - "phpunit/phpunit": "^10.4.2" + "phpunit/phpunit": "^10.5.2" }, "conflict": { - "phpunit/phpunit": ">10.4.2", + "phpunit/phpunit": ">10.5.2", "sebastian/exporter": "<5.1.0", "webmozart/assert": "<1.11.0" }, "require-dev": { "pestphp/pest-dev-tools": "^2.16.0", "pestphp/pest-plugin-type-coverage": "^2.5.0", - "symfony/process": "^6.3.4" + "symfony/process": "^6.4.0|^7.0.1" }, "bin": [ "bin/pest" @@ -4261,7 +4263,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/v2.26.0" + "source": "https://github.com/pestphp/pest/tree/v2.28.0" }, "funding": [ { @@ -4273,7 +4275,7 @@ "type": "github" } ], - "time": "2023-11-29T09:09:09+00:00" + "time": "2023-12-05T19:06:22+00:00" }, { "name": "pestphp/pest-plugin", @@ -4347,16 +4349,16 @@ }, { "name": "pestphp/pest-plugin-arch", - "version": "v2.4.1", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/pestphp/pest-plugin-arch.git", - "reference": "59698f0a381c5bc4fa2cd5b6ed331067c4501fdb" + "reference": "8d850753f0192c3fa1ed6c6cac6f76b718d131db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/59698f0a381c5bc4fa2cd5b6ed331067c4501fdb", - "reference": "59698f0a381c5bc4fa2cd5b6ed331067c4501fdb", + "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/8d850753f0192c3fa1ed6c6cac6f76b718d131db", + "reference": "8d850753f0192c3fa1ed6c6cac6f76b718d131db", "shasum": "" }, "require": { @@ -4366,10 +4368,17 @@ "ta-tikoma/phpunit-architecture-test": "^0.7.5" }, "require-dev": { - "pestphp/pest": "^2.23.2", + "pestphp/pest": "^2.27.0", "pestphp/pest-dev-tools": "^2.16.0" }, "type": "library", + "extra": { + "pest": { + "plugins": [ + "Pest\\Arch\\Plugin" + ] + } + }, "autoload": { "files": [ "src/Autoload.php" @@ -4395,7 +4404,7 @@ "unit" ], "support": { - "source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.4.1" + "source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.5.0" }, "funding": [ { @@ -4407,7 +4416,7 @@ "type": "github" } ], - "time": "2023-10-12T15:35:38+00:00" + "time": "2023-12-05T19:01:10+00:00" }, { "name": "phar-io/manifest", @@ -5177,16 +5186,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.4.2", + "version": "10.5.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1" + "reference": "5aedff46afba98dddecaa12349ec044d9103d4fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", - "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5aedff46afba98dddecaa12349ec044d9103d4fe", + "reference": "5aedff46afba98dddecaa12349ec044d9103d4fe", "shasum": "" }, "require": { @@ -5226,7 +5235,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.4-dev" + "dev-main": "10.5-dev" } }, "autoload": { @@ -5258,7 +5267,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.4.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.2" }, "funding": [ { @@ -5274,7 +5283,7 @@ "type": "tidelift" } ], - "time": "2023-10-26T07:21:45+00:00" + "time": "2023-12-05T14:54:33+00:00" }, { "name": "psr/cache",