Repository URL to install this package:
|
Version:
6.2.3 ▾
|
digitalascetic/job-queue-bundle
/
composer.json
|
|---|
{
"name": "digitalascetic/job-queue-bundle",
"version": "6.2.3",
"description": "Allows to run and schedule Symfony console commands as background jobs.",
"keywords": [
"job",
"queue",
"background",
"cron",
"scheduled"
],
"homepage": "http://jmsyst.com/bundles/JMSJobQueueBundle",
"type": "symfony-bundle",
"license": "Apache-2.0",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Eduard Deza",
"email": "ed@ascetic.io"
}
],
"require": {
"php": "^8.1",
"symfony/framework-bundle": "^6.2",
"symfony/process": "*",
"symfony/orm-pack": "*"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "*",
"symfony/yaml": "*",
"symfony/test-pack": "^1.0",
"symfony/monolog-bundle": "*",
"symfony/twig-bundle": "*"
},
"suggest": {
"symfony/twig-bundle": "Required when using the webinterface."
},
"autoload": {
"psr-4": {
"JMS\\JobQueueBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"JMS\\JobQueueBundle\\Tests\\": "tests/"
}
}
}