2016-07-28 21:52:05 +00:00
|
|
|
{
|
2021-02-19 00:44:10 +00:00
|
|
|
"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"],
|
2022-09-12 08:00:02 +00:00
|
|
|
"homepage": "https://tinker.nz/idanoo/laravel-resque/",
|
2021-02-19 00:44:10 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Mason",
|
|
|
|
"email": "daniel@m2.nz"
|
|
|
|
}
|
|
|
|
],
|
2016-07-28 21:52:05 +00:00
|
|
|
"require": {
|
2022-03-16 21:08:26 +00:00
|
|
|
"illuminate/console": "^8.0",
|
|
|
|
"illuminate/config": "^8.0",
|
2021-02-19 00:44:10 +00:00
|
|
|
"idanoo/php-resque": "^2.0"
|
2016-07-28 21:52:05 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-19 00:44:10 +00:00
|
|
|
"phpunit/phpunit": "^9"
|
2016-07-28 21:52:05 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2021-02-19 00:44:10 +00:00
|
|
|
"Idanoo\\Resque\\": "src/"
|
2016-07-28 21:52:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|