Merge pull request #7756 from firefly-iii/dependabot/composer/develop/laravel/slack-notification-channel-3.0.0

This commit is contained in:
James Cole 2023-07-17 05:41:16 +02:00 committed by GitHub
commit 36fce9db4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 13 deletions

View File

@ -91,7 +91,7 @@
"laravel/framework": "^10",
"laravel/passport": "11.*",
"laravel/sanctum": "^3.2",
"laravel/slack-notification-channel": "^2.4",
"laravel/slack-notification-channel": "^3.0",
"laravel/ui": "^4.2",
"league/commonmark": "2.*",
"league/csv": "^9.7",

28
composer.lock generated
View File

@ -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": "99f0c0e3a4fbdd439e03623e5cd9ba38",
"content-hash": "a47d92f445e344c22a90e2d1b5379820",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -2346,31 +2346,35 @@
},
{
"name": "laravel/slack-notification-channel",
"version": "v2.5.0",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/slack-notification-channel.git",
"reference": "e0d4be5e01d443a69fa89f0a4cac6bd2eda2be8f"
"reference": "20d0f6ae89aed80696e7ff2c667369a4f270c08c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/e0d4be5e01d443a69fa89f0a4cac6bd2eda2be8f",
"reference": "e0d4be5e01d443a69fa89f0a4cac6bd2eda2be8f",
"url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/20d0f6ae89aed80696e7ff2c667369a4f270c08c",
"reference": "20d0f6ae89aed80696e7ff2c667369a4f270c08c",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"php": "^7.1.3|^8.0"
"guzzlehttp/guzzle": "^7.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/notifications": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"php": "^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
"orchestra/testbench": "^7.0|^8.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-master": "3.x-dev"
},
"laravel": {
"providers": [
@ -2401,9 +2405,9 @@
],
"support": {
"issues": "https://github.com/laravel/slack-notification-channel/issues",
"source": "https://github.com/laravel/slack-notification-channel/tree/v2.5.0"
"source": "https://github.com/laravel/slack-notification-channel/tree/v3.0.0"
},
"time": "2023-01-12T16:21:26+00:00"
"time": "2023-07-14T14:58:23+00:00"
},
{
"name": "laravel/ui",