33 lines
868 B
JSON
33 lines
868 B
JSON
{
|
|
"name": "laravelcollective/bus",
|
|
"description": "The Laravel Bus (5.1) package for use in Laravel 5.2.",
|
|
"license": "MIT",
|
|
"homepage": "http://laravelcollective.com",
|
|
"support": {
|
|
"issues": "https://github.com/LaravelCollective/bus/issues",
|
|
"source": "https://github.com/LaravelCollective/bus"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylorotwell@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"illuminate/container": "5.2.*",
|
|
"illuminate/contracts": "5.2.*",
|
|
"illuminate/pipeline": "5.2.*",
|
|
"illuminate/support": "5.2.*"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9",
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Collective\\Bus\\": "src/"
|
|
}
|
|
}
|
|
}
|