mirror of
https://github.com/idanoo/laravel-resque.git
synced 2024-11-21 16:11:59 +00:00
38 lines
900 B
JSON
38 lines
900 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://gitlab.com/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.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Idanoo\\Resque\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|