laravel-resque/composer.json

31 lines
691 B
JSON
Raw Permalink Normal View History

2016-07-28 21:52:05 +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/",
"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",
"idanoo/php-resque": "^2.0"
2016-07-28 21:52:05 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9"
2016-07-28 21:52:05 +00:00
},
"autoload": {
"psr-4": {
"Idanoo\\Resque\\": "src/"
2016-07-28 21:52:05 +00:00
}
}
}