D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Notifications
/
Filename :
composer.json
back
Copy
{ "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": ">=5.6.4", "illuminate/broadcasting": "5.4.*", "illuminate/bus": "5.4.*", "illuminate/container": "5.4.*", "illuminate/contracts": "5.4.*", "illuminate/filesystem": "5.4.*", "illuminate/mail": "5.4.*", "illuminate/queue": "5.4.*", "illuminate/support": "5.4.*", "ramsey/uuid": "~3.0" }, "autoload": { "psr-4": { "Illuminate\\Notifications\\": "" } }, "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "suggest": { "guzzlehttp/guzzle": "Required to use the Slack transport (~6.0).", "illuminate/database": "Required to use the database transport (5.4.*).", "nexmo/client": "Required to use the Nexmo transport (~1.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }