You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
{ |
|
"name": "illuminate/notifications", |
|
"description": "The Illuminate Notifications 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/broadcasting": "^8.0", |
|
"illuminate/bus": "^8.0", |
|
"illuminate/collections": "^8.0", |
|
"illuminate/container": "^8.0", |
|
"illuminate/contracts": "^8.0", |
|
"illuminate/filesystem": "^8.0", |
|
"illuminate/mail": "^8.0", |
|
"illuminate/queue": "^8.0", |
|
"illuminate/support": "^8.0" |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Illuminate\\Notifications\\": "" |
|
} |
|
}, |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "8.x-dev" |
|
} |
|
}, |
|
"suggest": { |
|
"illuminate/database": "Required to use the database transport (^8.0)." |
|
}, |
|
"config": { |
|
"sort-packages": true |
|
}, |
|
"minimum-stability": "dev" |
|
}
|
|
|