You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
998 B
JSON
41 lines
998 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": "^7.3|^8.0",
|
|
"illuminate/collections": "^8.0",
|
|
"illuminate/contracts": "^8.0",
|
|
"illuminate/pipeline": "^8.0",
|
|
"illuminate/support": "^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Illuminate\\Bus\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "8.x-dev"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|