laravel-resque/composer.json

31 lines
691 B
JSON

{
"name": "idanoo/laravel-resque",
"type": "library",
"replace": {
"hlgrrnhrdt/laravel-resque": "*"
},
"description": "Wrapper for idanoo/php-resque (Laravel/Lumen ^5.2.0)",
"keywords": ["job", "background", "redis", "resque", "php"],
"homepage": "https://tinker.nz/idanoo/laravel-resque/",
"license": "MIT",
"authors": [
{
"name": "Daniel Mason",
"email": "daniel@m2.nz"
}
],
"require": {
"illuminate/console": "^8.0",
"illuminate/config": "^8.0",
"idanoo/php-resque": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"Idanoo\\Resque\\": "src/"
}
}
}