Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-02-27 23:54:40 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-02-27 23:54:40 +0300
commit6c35c6b9bed0f04b98b97461d7395e3036c9c8ad (patch)
tree11ec71c73f4289cef6f99e6e0d8311af8b22a624 /composer.json
parentcece81245f9b0c074c5d294e92f35a47b1473b86 (diff)
Add illuminate mailer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 71b225a..6f5a01a 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,8 @@
"require": {
"php": ">=5.5.9",
"laravel/lumen-framework": "5.1.*",
- "vlucas/phpdotenv": "~1.0"
+ "vlucas/phpdotenv": "~1.0",
+ "illuminate/mail": "~5.1"
},
"require-dev": {
"fzaninotto/faker": "~1.0",