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.lock
parentcece81245f9b0c074c5d294e92f35a47b1473b86 (diff)
Add illuminate mailer
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock108
1 files changed, 106 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index fa4c3ea..6eafc21 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "14e5ddab6cbb9404df063f1f4327e790",
- "content-hash": "7ae10f27bd927015a126d5343bf31671",
+ "hash": "bc58f6f3e54f7ec09a474296c62d69e9",
+ "content-hash": "3a60c0346262220eee088ca1153291dc",
"packages": [
{
"name": "danielstjules/stringy",
@@ -844,6 +844,57 @@
"time": "2015-12-19 22:27:14"
},
{
+ "name": "illuminate/mail",
+ "version": "v5.1.31",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/illuminate/mail.git",
+ "reference": "a4b3bd4f8301ac22d31f1e82698803fdf693bc01"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/illuminate/mail/zipball/a4b3bd4f8301ac22d31f1e82698803fdf693bc01",
+ "reference": "a4b3bd4f8301ac22d31f1e82698803fdf693bc01",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/container": "5.1.*",
+ "illuminate/contracts": "5.1.*",
+ "illuminate/support": "5.1.*",
+ "php": ">=5.5.9",
+ "psr/log": "~1.0",
+ "swiftmailer/swiftmailer": "~5.1"
+ },
+ "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 (~5.3|~6.0)."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Illuminate\\Mail\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylorotwell@gmail.com"
+ }
+ ],
+ "description": "The Illuminate Mail package.",
+ "homepage": "http://laravel.com",
+ "time": "2015-12-05 16:21:24"
+ },
+ {
"name": "illuminate/pagination",
"version": "v5.1.28",
"source": {
@@ -1619,6 +1670,59 @@
"time": "2012-12-21 11:40:51"
},
{
+ "name": "swiftmailer/swiftmailer",
+ "version": "v5.4.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/swiftmailer/swiftmailer.git",
+ "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
+ "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "mockery/mockery": "~0.9.1,<0.9.4"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.4-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "lib/swift_required.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Corbyn"
+ },
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ }
+ ],
+ "description": "Swiftmailer, free feature-rich PHP mailer",
+ "homepage": "http://swiftmailer.org",
+ "keywords": [
+ "email",
+ "mail",
+ "mailer"
+ ],
+ "time": "2015-06-06 14:19:39"
+ },
+ {
"name": "symfony/console",
"version": "v2.7.9",
"source": {