Merge pull request #16613 from marcusmoore/chore/update-rollbar

Update rollbar-laravel to 8.1
This commit is contained in:
snipe 2025-04-02 10:48:51 +01:00 committed by GitHub
commit 365ce34940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

42
composer.lock generated
View file

@ -4679,16 +4679,16 @@
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "3.8.1", "version": "3.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4" "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
"reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4", "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4766,7 +4766,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Seldaek/monolog/issues", "issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/3.8.1" "source": "https://github.com/Seldaek/monolog/tree/3.9.0"
}, },
"funding": [ "funding": [
{ {
@ -4778,7 +4778,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-12-05T17:15:07+00:00" "time": "2025-03-24T10:02:05+00:00"
}, },
{ {
"name": "mtdowling/jmespath.php", "name": "mtdowling/jmespath.php",
@ -7479,22 +7479,22 @@
}, },
{ {
"name": "rollbar/rollbar", "name": "rollbar/rollbar",
"version": "v4.0.2", "version": "v4.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rollbar/rollbar-php.git", "url": "https://github.com/rollbar/rollbar-php.git",
"reference": "6966a4c97c170298108f5e5b543c2710658f8fe0" "reference": "146216bbfde503632c6969a7c334c8a63c98f50e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rollbar/rollbar-php/zipball/6966a4c97c170298108f5e5b543c2710658f8fe0", "url": "https://api.github.com/repos/rollbar/rollbar-php/zipball/146216bbfde503632c6969a7c334c8a63c98f50e",
"reference": "6966a4c97c170298108f5e5b543c2710658f8fe0", "reference": "146216bbfde503632c6969a7c334c8a63c98f50e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*", "ext-curl": "*",
"monolog/monolog": "^2 || ^3", "monolog/monolog": "^2 || ^3",
"php": ">=8.0.0 <9.0", "php": ">=8.1.0 <9.0",
"psr/log": "^1 || ^2 || ^3" "psr/log": "^1 || ^2 || ^3"
}, },
"require-dev": { "require-dev": {
@ -7536,28 +7536,28 @@
"support": { "support": {
"email": "support@rollbar.com", "email": "support@rollbar.com",
"issues": "https://github.com/rollbar/rollbar-php/issues", "issues": "https://github.com/rollbar/rollbar-php/issues",
"source": "https://github.com/rollbar/rollbar-php/tree/v4.0.2" "source": "https://github.com/rollbar/rollbar-php/tree/v4.1.1"
}, },
"time": "2023-12-22T21:40:31+00:00" "time": "2025-03-21T19:07:30+00:00"
}, },
{ {
"name": "rollbar/rollbar-laravel", "name": "rollbar/rollbar-laravel",
"version": "v8.0.1", "version": "v8.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rollbar/rollbar-php-laravel.git", "url": "https://github.com/rollbar/rollbar-php-laravel.git",
"reference": "69ecc7c19b54b1d88bf8a2bdfa56277500cc41f6" "reference": "fbe96ea28601294aa7dc41cd16db62cddddeb0c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rollbar/rollbar-php-laravel/zipball/69ecc7c19b54b1d88bf8a2bdfa56277500cc41f6", "url": "https://api.github.com/repos/rollbar/rollbar-php-laravel/zipball/fbe96ea28601294aa7dc41cd16db62cddddeb0c2",
"reference": "69ecc7c19b54b1d88bf8a2bdfa56277500cc41f6", "reference": "fbe96ea28601294aa7dc41cd16db62cddddeb0c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "^10.0|^11.0", "illuminate/support": "^10.0|^11.0|^12.0",
"php": "^8.1", "php": "^8.1",
"rollbar/rollbar": "^4.0" "rollbar/rollbar": "v4.1.1"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1", "mockery/mockery": "^1",
@ -7608,9 +7608,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/rollbar/rollbar-php-laravel/issues", "issues": "https://github.com/rollbar/rollbar-php-laravel/issues",
"source": "https://github.com/rollbar/rollbar-php-laravel/tree/v8.0.1" "source": "https://github.com/rollbar/rollbar-php-laravel/tree/v8.1.2"
}, },
"time": "2024-02-13T21:58:17+00:00" "time": "2025-03-21T19:26:39+00:00"
}, },
{ {
"name": "sabberworm/php-css-parser", "name": "sabberworm/php-css-parser",