script envoy

This commit is contained in:
2020-10-03 09:58:23 +02:00
parent 1c772fdc6c
commit 5c2e766f3b
5 changed files with 139 additions and 9 deletions

71
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": "1a08ea37954efebb7e59951b5d396e76",
"content-hash": "51b55f3b06042805d19c911a3a4456a7",
"packages": [
{
"name": "asm89/stack-cors",
@@ -1285,6 +1285,63 @@
],
"time": "2020-09-08T15:27:48+00:00"
},
{
"name": "laravel/slack-notification-channel",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/slack-notification-channel.git",
"reference": "98e0fe5c8dda645e6af914285af7b742e167462a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/98e0fe5c8dda645e6af914285af7b742e167462a",
"reference": "98e0fe5c8dda645e6af914285af7b742e167462a",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0",
"php": "^7.1.3"
},
"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"
],
"time": "2020-08-25T18:21:34+00:00"
},
{
"name": "laravel/tinker",
"version": "v2.4.2",
@@ -5409,16 +5466,16 @@
},
{
"name": "vlucas/phpdotenv",
"version": "v5.1.0",
"version": "v5.2.0",
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "448c76d7a9e30c341ff5bc367a923af74ae18467"
"reference": "fba64139db67123c7a57072e5f8d3db10d160b66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/448c76d7a9e30c341ff5bc367a923af74ae18467",
"reference": "448c76d7a9e30c341ff5bc367a923af74ae18467",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/fba64139db67123c7a57072e5f8d3db10d160b66",
"reference": "fba64139db67123c7a57072e5f8d3db10d160b66",
"shasum": ""
},
"require": {
@@ -5441,7 +5498,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
"dev-master": "5.2-dev"
}
},
"autoload": {
@@ -5481,7 +5538,7 @@
"type": "tidelift"
}
],
"time": "2020-07-14T19:26:25+00:00"
"time": "2020-09-14T15:57:31+00:00"
},
{
"name": "voku/portable-ascii",