mirror of
https://github.com/idanoo/laravel-resque.git
synced 2024-11-21 16:11:59 +00:00
23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "hlgrrnhrdt/laravel-resque",
|
|
"authors": [
|
|
{
|
|
"name": "Holger Reinhardt",
|
|
"email": "hlgrrnhrdt@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"illuminate/console": "^5.2",
|
|
"illuminate/config": "^5.2",
|
|
"danhunsaker/php-resque": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hlgrrnhrdt\\Resque\\": "src/"
|
|
}
|
|
}
|
|
}
|