41 lines
995 B
JSON
41 lines
995 B
JSON
{
|
|
"name": "illuminate/bus",
|
|
"description": "The Illuminate Bus package.",
|
|
"license": "MIT",
|
|
"homepage": "https://laravel.com",
|
|
"support": {
|
|
"issues": "https://github.com/laravel/framework/issues",
|
|
"source": "https://github.com/laravel/framework"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.0.2",
|
|
"illuminate/collections": "^9.0",
|
|
"illuminate/contracts": "^9.0",
|
|
"illuminate/pipeline": "^9.0",
|
|
"illuminate/support": "^9.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Illuminate\\Bus\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.x-dev"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|