feat: integrate with zenstruck schedule bundle

This commit is contained in:
Björn Fromme
2025-09-02 08:47:57 +02:00
parent 1c2421fb7e
commit e98695ea06
5 changed files with 165 additions and 2 deletions
Generated
+145 -1
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": "a9b6d7e03aaaf7cdf94102b79b8d581c",
"content-hash": "860b033f0e4af243f08c5e0634495f18",
"packages": [
{
"name": "carbonphp/carbon-doctrine-types",
@@ -1266,6 +1266,71 @@
},
"time": "2025-01-24T11:45:48+00:00"
},
{
"name": "dragonmantank/cron-expression",
"version": "v3.4.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "8c784d071debd117328803d86b2097615b457500"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
"reference": "8c784d071debd117328803d86b2097615b457500",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"webmozart/assert": "^1.0"
},
"replace": {
"mtdowling/cron-expression": "^1.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Tankersley",
"email": "[email protected]",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
},
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
"time": "2024-10-09T13:47:03+00:00"
},
{
"name": "egulias/email-validator",
"version": "4.0.4",
@@ -10210,6 +10275,85 @@
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
},
{
"name": "zenstruck/schedule-bundle",
"version": "v1.8.1",
"source": {
"type": "git",
"url": "https://github.com/zenstruck/schedule-bundle.git",
"reference": "c82f4d3e96566260796975a90a8d8075fca681c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zenstruck/schedule-bundle/zipball/c82f4d3e96566260796975a90a8d8075fca681c9",
"reference": "c82f4d3e96566260796975a90a8d8075fca681c9",
"shasum": ""
},
"require": {
"dragonmantank/cron-expression": "^2.3|^3.0",
"php": ">=8.0",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0"
},
"require-dev": {
"lorisleiva/cron-translator": "^0.1.0|^0.3.1|^0.4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1|^5.0",
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9.5",
"psr/log": "^1.1",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/lock": "^5.4|^6.0|^7.0",
"symfony/mailer": "^5.4|^6.0|^7.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/notifier": "^5.4|^6.0|^7.0",
"symfony/phpunit-bridge": "^6.2|^7.0",
"symfony/process": "^5.4|^6.0|^7.0"
},
"suggest": {
"lorisleiva/cron-translator": "Displays human readable cron expression in schedule:list",
"symfony/http-client": "Allows usage of ping* extensions",
"symfony/lock": "Allows usage of withoutOverlapping and onSingleServer extensions",
"symfony/mailer": "Allows usage of email* extensions",
"symfony/notifier": "Allows usage of notify* extensions",
"symfony/process": "Allows usage of ProcessTask"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Zenstruck\\ScheduleBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Bond",
"email": "[email protected]"
}
],
"description": "Schedule Cron jobs (commands/callbacks/bash scripts) within your Symfony application.",
"homepage": "https://github.com/zenstruck/schedule-bundle",
"keywords": [
"cron",
"schedule"
],
"support": {
"issues": "https://github.com/zenstruck/schedule-bundle/issues",
"source": "https://github.com/zenstruck/schedule-bundle/tree/v1.8.1"
},
"funding": [
{
"url": "https://github.com/kbond",
"type": "github"
}
],
"time": "2025-04-27T22:34:07+00:00"
}
],
"packages-dev": [