{
  "name": "ostark/craft-async-queue",
  "description": "A queue handler that moves queue execution to a non-blocking background process",
  "type": "craft-plugin",
  "keywords": [
    "craft",
    "cms",
    "craftcms",
    "craft-plugin",
    "queue"
  ],
  "support": {
    "docs": "https://github.com/ostark/craft-async-queue/blob/master/README.md",
    "issues": "https://github.com/ostark/craft-async-queue/issues"
  },
  "license": "MIT",
  "authors": [
    {
      "name": "Oliver Stark",
      "homepage": "https://www.fortrabbit.com"
    }
  ],
  "require": {
    "php": ">=7.1",
    "craftcms/cms": "^3.0.0",
    "symfony/process": "^4.2|^5.0",
    "treeware/plant": "^0.1.0"
  },
  "autoload": {
    "psr-4": {
      "ostark\\AsyncQueue\\": "src/"
    }
  },
  "extra": {
    "treeware": {},
    "name": "AsyncQueue",
    "handle": "async-queue",
    "hasCpSettings": false,
    "hasCpSection": false,
    "changelogUrl": "https://raw.githubusercontent.com/ostark/craft-async-queue/master/CHANGELOG.md"
  },
  "require-dev": {
    "phpunit/phpunit": "^7.0|^8.0",
    "vimeo/psalm": "^4.4"
  },
  "scripts": {
    "psalm": "vendor/bin/psalm",
    "tests": "vendor/bin/phpunit --testdox"
  }
}
