PHP Classes

File: vendor/laravel/framework/src/Illuminate/Mail/composer.json

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/laravel/framework/src/Illuminate/Mail/composer.json   Download  
File: vendor/laravel/framework/src/Illuminate/Mail/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 8 months ago
Size: 1,203 bytes
 

Contents

Class file image Download
{ "name": "illuminate/mail", "description": "The Illuminate Mail 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.0", "erusev/parsedown": "~1.6", "illuminate/container": "5.5.*", "illuminate/contracts": "5.5.*", "illuminate/support": "5.5.*", "psr/log": "~1.0", "swiftmailer/swiftmailer": "~6.0", "tijsverkoyen/css-to-inline-styles": "~2.2" }, "autoload": { "psr-4": { "Illuminate\\Mail\\": "" } }, "extra": { "branch-alias": { "dev-master": "5.5-dev" } }, "suggest": { "aws/aws-sdk-php": "Required to use the SES mail driver (~3.0).", "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~6.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }