laravel-resque/composer.json

23 lines
471 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",
2016-07-29 16:03:41 +00:00
"illuminate/config": "^5.2",
2016-07-29 22:30:29 +00:00
"danhunsaker/php-resque": "^1.3"
2016-07-28 21:52:05 +00:00
},
"require-dev": {
"phpunit/phpunit": "^5.4"
},
"autoload": {
"psr-4": {
"Hlgrrnhrdt\\Resque\\": "src/"
}
}
}