Commit f90ee5d1 authored by Dominique Feyer's avatar Dominique Feyer
Browse files

TASK: Adapt composer.json to install flowpack/jobqueue-common

parent 18528406
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@
  "description": "Add description here",
  "require": {
    "typo3/neos": "^2.2",
    "typo3/jobqueue-common": "^1.0.0",
    "flowpack/jobqueue-common": "^1.0.0",
    "tackk/cartographer": "^1.1.0"
  },
  "suggest": {
    "typo3/jobqueue-beanstalkd": "Use Beanstalkd for Job Queue handling"
    "flowpack/jobqueue-beanstalkd": "Use Beanstalkd for Job Queue handling"
  },
  "autoload": {
    "psr-4": {