RSM-5 Made Vacancies easily linkable to Teams

This commit is contained in:
2020-10-09 22:27:36 +01:00
parent 6cc99d2ebe
commit 077ead9612
8 changed files with 200 additions and 34 deletions

57
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": "db269f8f20690fd92cc9b51dbbca3fc5",
"content-hash": "b91b3c69e28100abbffdb9bb256025fd",
"packages": [
{
"name": "almasaeed2010/adminlte",
@@ -225,6 +225,61 @@
],
"time": "2019-12-24T22:41:47+00:00"
},
{
"name": "awssat/discord-notification-channel",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/awssat/discord-notification-channel.git",
"reference": "514df4bb5db48f624658240d6b1f9b8ee468a46f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/awssat/discord-notification-channel/zipball/514df4bb5db48f624658240d6b1f9b8ee468a46f",
"reference": "514df4bb5db48f624658240d6b1f9b8ee468a46f",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0",
"laravel/slack-notification-channel": "^2.0",
"php": "^7.1.3"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0|^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Awssat\\Notifications\\DiscordChannelServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Awssat\\Notifications\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bader Almutairi",
"email": "phpfalcon@gmail.com"
}
],
"description": "Discord Notification Channel for laravel.",
"keywords": [
"discord",
"laravel",
"notifications"
],
"time": "2020-09-09T20:42:43+00:00"
},
{
"name": "bacon/bacon-qr-code",
"version": "2.0.2",