schedule monitor

This commit is contained in:
2021-03-30 11:31:10 +00:00
parent 40ed5dd5a5
commit 39b0a8c372
66 changed files with 3443 additions and 36 deletions

124
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": "83223e04c66a8cd1187f8679792e00ad",
"content-hash": "6fdcdd62287b3668ac2947c95d07f87b",
"packages": [
{
"name": "brick/math",
@@ -1717,6 +1717,53 @@
},
"time": "2020-09-28T09:39:08+00:00"
},
{
"name": "lorisleiva/cron-translator",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/lorisleiva/cron-translator.git",
"reference": "784a6f6255a4b5f45da5d89dc6ec631a14d7b011"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lorisleiva/cron-translator/zipball/784a6f6255a4b5f45da5d89dc6ec631a14d7b011",
"reference": "784a6f6255a4b5f45da5d89dc6ec631a14d7b011",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Lorisleiva\\CronTranslator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Loris LEIVA",
"email": "loris.leiva@gmail.com",
"homepage": "https://lorisleiva.com"
}
],
"description": "Makes CRON expressions human-readable",
"homepage": "https://github.com/lorisleiva/cron-translator",
"keywords": [
"cron",
"expression",
"human"
],
"support": {
"issues": "https://github.com/lorisleiva/cron-translator/issues",
"source": "https://github.com/lorisleiva/cron-translator/tree/v0.1.1"
},
"time": "2020-03-01T14:44:47+00:00"
},
{
"name": "monolog/monolog",
"version": "2.2.0",
@@ -2712,6 +2759,81 @@
],
"time": "2020-11-27T09:36:55+00:00"
},
{
"name": "spatie/laravel-schedule-monitor",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-schedule-monitor.git",
"reference": "4ffdaea81b5c27a119b6cbac8f4894657b8fd6d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-schedule-monitor/zipball/4ffdaea81b5c27a119b6cbac8f4894657b8fd6d9",
"reference": "4ffdaea81b5c27a119b6cbac8f4894657b8fd6d9",
"shasum": ""
},
"require": {
"illuminate/bus": "^7.19|^8.0",
"lorisleiva/cron-translator": "^0.1.1",
"php": "^7.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"laravel/legacy-factories": "^1.0.4",
"ohdearapp/ohdear-php-sdk": "^3.0",
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^9.0",
"spatie/phpunit-snapshot-assertions": "^4.2",
"spatie/test-time": "^1.2",
"vimeo/psalm": "^3.11"
},
"suggest": {
"ohdearapp/ohdear-php-sdk": "Needed to sync your schedule with Oh Dear"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\ScheduleMonitor\\ScheduleMonitorServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\ScheduleMonitor\\": "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": "Monitor scheduled tasks in a Laravel app",
"homepage": "https://github.com/spatie/laravel-schedule-monitor",
"keywords": [
"laravel-schedule-monitor",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-schedule-monitor/issues",
"source": "https://github.com/spatie/laravel-schedule-monitor/tree/2.0.1"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2020-10-06T10:38:45+00:00"
},
{
"name": "spomky-labs/base64url",
"version": "v2.0.4",