laravel-resque/composer.json

23 lines
472 B
JSON
Raw Normal View History

2016-07-28 21:52:05 +00:00
{
"name": "hlgrrnhrdt/laravel-resque",
"authors": [
{
"name": "Holger Reinhardt",
"email": "hlgrrnhrdt@gmail.com"
}
],
"require": {
"illuminate/console": "^5.2",
"chrisboulton/php-resque": "^1.2",
"illuminate/config": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^5.4"
},
"autoload": {
"psr-4": {
"Hlgrrnhrdt\\Resque\\": "src/"
}
}
}