laravel-resque/composer.json
Holger Reinhardt c563d0e4ae initial commit
2016-07-28 23:52:05 +02:00

23 lines
472 B
JSON

{
"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/"
}
}
}