File: //proc/self/cwd/wp-content/plugins/cyr2lat/vendor/a5hleyrich/wp-background-processing/composer.json
{
"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": "GPL-2.0-only",
"authors": [
{
"name": "Ashley Rich",
"email": "hello@ashleyrich.com"
}
],
"autoload": {
"classmap": [ "classes/" ]
}
}