TASK: Replace TYPO3.JobQueue by Flowpack.JobQueue 1.0
Showing
... | ... | @@ -3,9 +3,9 @@ |
"type": "typo3-flow-package", | ||
"description": "Add description here", | ||
"require": { | ||
"typo3/neos": "*", | ||
"typo3/jobqueue-common": "*", | ||
"tackk/cartographer": "^1.1" | ||
"typo3/neos": "^2.2", | ||
"typo3/jobqueue-common": "^1.0.0", | ||
"tackk/cartographer": "^1.1.0" | ||
}, | ||
"suggest": { | ||
"typo3/jobqueue-beanstalkd": "Use Beanstalkd for Job Queue handling" | ||
... | ... | @@ -15,4 +15,4 @@ |
"Ttree\\Neos\\Sitemap\\": "Classes" | ||
} | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment