This commit is contained in:
Adrian Hopek
2022-04-21 15:03:49 +02:00
parent d60dc75f99
commit 7d12a1a153
9 changed files with 356 additions and 4 deletions

125
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": "414a1fc13e0731e59605248bd4e39de6",
"content-hash": "17caa1f146a96a76822006d13f440645",
"packages": [
{
"name": "asm89/stack-cors",
@@ -1910,6 +1910,62 @@
},
"time": "2022-04-05T15:07:51+00:00"
},
{
"name": "laravel/helpers",
"version": "v1.5.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/helpers.git",
"reference": "c28b0ccd799d58564c41a62395ac9511a1e72931"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/helpers/zipball/c28b0ccd799d58564c41a62395ac9511a1e72931",
"reference": "c28b0ccd799d58564c41a62395ac9511a1e72931",
"shasum": ""
},
"require": {
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"php": "^7.1.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Dries Vints",
"email": "dries@laravel.com"
}
],
"description": "Provides backwards compatibility for helpers in the latest Laravel release.",
"keywords": [
"helpers",
"laravel"
],
"support": {
"source": "https://github.com/laravel/helpers/tree/v1.5.0"
},
"time": "2022-01-12T15:58:51+00:00"
},
{
"name": "laravel/sanctum",
"version": "v2.15.0",
@@ -5171,6 +5227,71 @@
],
"time": "2022-03-15T20:01:36+00:00"
},
{
"name": "spatie/laravel-slack-slash-command",
"version": "1.11.3",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-slack-slash-command.git",
"reference": "8e507653054ff08581b28d6ddf5bb4ce8c2e2335"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-slack-slash-command/zipball/8e507653054ff08581b28d6ddf5bb4ce8c2e2335",
"reference": "8e507653054ff08581b28d6ddf5bb4ce8c2e2335",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.0",
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"laravel/helpers": "^1.0",
"php": "^7.3|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^9.2"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\SlashCommand\\SlashCommandServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\SlashCommand\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Make a Laravel app respond to a slash command from Slack",
"homepage": "https://github.com/spatie/laravel-slack-slash-command",
"keywords": [
"laravel-slack",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-slack-slash-command/issues",
"source": "https://github.com/spatie/laravel-slack-slash-command/tree/1.11.3"
},
"time": "2022-02-09T07:58:01+00:00"
},
{
"name": "symfony/console",
"version": "v6.0.7",
@@ -10931,5 +11052,5 @@
"ext-redis": "*"
},
"platform-dev": [],
"plugin-api-version": "2.1.0"
"plugin-api-version": "2.2.0"
}