{
  "name": "a5hleyrich/wp-background-processing",
  "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.",
  "type": "library",
  "require": {
    "php": ">=5.2"
  },
  "license": "GPLv2+",
  "authors": [
    {
      "name": "Ashley Rich",
      "email": "hello@ashleyrich.com"
    }
  ],
  "autoload": {
    "classmap": [ "classes/" ]
  }
}