[TASK] Add support for async sitemap building
Showing
... | ... | @@ -4,8 +4,12 @@ |
"description": "Add description here", | ||
"require": { | ||
"typo3/neos": "*", | ||
"typo3/jobqueue-common": "*", | ||
"tackk/cartographer": "^1.1" | ||
}, | ||
"suggest": { | ||
"typo3/jobqueue-beanstalkd": "Use Beanstalkd for Job Queue handling" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Ttree\\Neos\\Sitemap\\": "Classes" | ||
... | ... |
Please register or sign in to comment