Expand requirements

This commit is contained in:
James Cole 2022-09-24 11:43:39 +02:00
parent be1dff49fa
commit 2945f5fcde
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 65 additions and 3 deletions

View File

@ -91,6 +91,7 @@
"laravel/framework": "^9",
"laravel/passport": "11.*",
"laravel/sanctum": "^3.0",
"laravel/slack-notification-channel": "^2.4",
"laravel/ui": "^4.0",
"laravelcollective/html": "6.*",
"league/commonmark": "2.*",

67
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": "773f4b8dc111cdbdbdc38a66c6f3a3f9",
"content-hash": "52586741d36cfca38d55abc69842d452",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -2242,6 +2242,67 @@
},
"time": "2022-09-08T13:45:54+00:00"
},
{
"name": "laravel/slack-notification-channel",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/slack-notification-channel.git",
"reference": "060617a31562c88656c95c5971a36989122d4b53"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/060617a31562c88656c95c5971a36989122d4b53",
"reference": "060617a31562c88656c95c5971a36989122d4b53",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"php": "^7.1.3|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
"Illuminate\\Notifications\\SlackChannelServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Illuminate\\Notifications\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Slack Notification Channel for laravel.",
"keywords": [
"laravel",
"notifications",
"slack"
],
"support": {
"issues": "https://github.com/laravel/slack-notification-channel/issues",
"source": "https://github.com/laravel/slack-notification-channel/tree/v2.4.0"
},
"time": "2022-01-12T18:07:54+00:00"
},
{
"name": "laravel/ui",
"version": "v4.0.2",
@ -10622,7 +10683,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=8",
"php": ">=8.1",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-fileinfo": "*",
@ -10641,7 +10702,7 @@
},
"platform-dev": [],
"platform-overrides": {
"php": "8.0.19"
"php": "8.1.6"
},
"plugin-api-version": "2.3.0"
}