Merge pull request #16613 from marcusmoore/chore/update-rollbar
Update rollbar-laravel to 8.1
This commit is contained in:
commit
365ce34940
1 changed files with 21 additions and 21 deletions
42
composer.lock
generated
42
composer.lock
generated
|
@ -4679,16 +4679,16 @@
|
|||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"version": "3.8.1",
|
||||
"version": "3.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Seldaek/monolog.git",
|
||||
"reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4"
|
||||
"reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
|
||||
"reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
|
||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
|
||||
"reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4766,7 +4766,7 @@
|
|||
],
|
||||
"support": {
|
||||
"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": [
|
||||
{
|
||||
|
@ -4778,7 +4778,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-12-05T17:15:07+00:00"
|
||||
"time": "2025-03-24T10:02:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mtdowling/jmespath.php",
|
||||
|
@ -7479,22 +7479,22 @@
|
|||
},
|
||||
{
|
||||
"name": "rollbar/rollbar",
|
||||
"version": "v4.0.2",
|
||||
"version": "v4.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rollbar/rollbar-php.git",
|
||||
"reference": "6966a4c97c170298108f5e5b543c2710658f8fe0"
|
||||
"reference": "146216bbfde503632c6969a7c334c8a63c98f50e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rollbar/rollbar-php/zipball/6966a4c97c170298108f5e5b543c2710658f8fe0",
|
||||
"reference": "6966a4c97c170298108f5e5b543c2710658f8fe0",
|
||||
"url": "https://api.github.com/repos/rollbar/rollbar-php/zipball/146216bbfde503632c6969a7c334c8a63c98f50e",
|
||||
"reference": "146216bbfde503632c6969a7c334c8a63c98f50e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"monolog/monolog": "^2 || ^3",
|
||||
"php": ">=8.0.0 <9.0",
|
||||
"php": ">=8.1.0 <9.0",
|
||||
"psr/log": "^1 || ^2 || ^3"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -7536,28 +7536,28 @@
|
|||
"support": {
|
||||
"email": "support@rollbar.com",
|
||||
"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",
|
||||
"version": "v8.0.1",
|
||||
"version": "v8.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rollbar/rollbar-php-laravel.git",
|
||||
"reference": "69ecc7c19b54b1d88bf8a2bdfa56277500cc41f6"
|
||||
"reference": "fbe96ea28601294aa7dc41cd16db62cddddeb0c2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rollbar/rollbar-php-laravel/zipball/69ecc7c19b54b1d88bf8a2bdfa56277500cc41f6",
|
||||
"reference": "69ecc7c19b54b1d88bf8a2bdfa56277500cc41f6",
|
||||
"url": "https://api.github.com/repos/rollbar/rollbar-php-laravel/zipball/fbe96ea28601294aa7dc41cd16db62cddddeb0c2",
|
||||
"reference": "fbe96ea28601294aa7dc41cd16db62cddddeb0c2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^10.0|^11.0",
|
||||
"illuminate/support": "^10.0|^11.0|^12.0",
|
||||
"php": "^8.1",
|
||||
"rollbar/rollbar": "^4.0"
|
||||
"rollbar/rollbar": "v4.1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1",
|
||||
|
@ -7608,9 +7608,9 @@
|
|||
],
|
||||
"support": {
|
||||
"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",
|
||||
|
|
Loading…
Add table
Reference in a new issue