Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Jan 18, 2022
1 parent 045d029 commit 49ef569
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"name": "ezsystems/job-queue-bundle",
"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",
"name": "ezsystems/job-queue-bundle",
"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",
"replace": {
"jms/job-queue-bundle": "*"
},
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"require": {
Expand Down Expand Up @@ -42,12 +48,14 @@
"symfony/twig-bundle": "Required when using the webinterface."
},
"autoload": {
"psr-0": { "JMS\\JobQueueBundle": "" }
"psr-0": {
"JMS\\JobQueueBundle": ""
}
},
"target-dir": "JMS/JobQueueBundle",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
}
}
}

0 comments on commit 49ef569

Please sign in to comment.