final commit

This commit is contained in:
Sada Shiva
2016-02-04 13:42:21 +05:30
parent 11f4b086b7
commit 1c343ea3bf
169 changed files with 20476 additions and 192 deletions

80
composer.lock generated
View File

@@ -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": "d69b3602970278fff33081e9bb760580",
"content-hash": "9a33542c090892cab719529c7d512c73",
"hash": "dbe708dd8bd674e7f50ffacac524aa7f",
"content-hash": "6029d0feb460baf939941b14712788f4",
"packages": [
{
"name": "bugsnag/bugsnag",
@@ -1356,26 +1356,25 @@
},
{
"name": "php-imap/php-imap",
"version": "2.0.6",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/barbushin/php-imap.git",
"reference": "3174b23aaf45cc570972209f366c384f257399a8"
"reference": "cc1a49a3f68090db182183c59ffbc09055d59f5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barbushin/php-imap/zipball/3174b23aaf45cc570972209f366c384f257399a8",
"reference": "3174b23aaf45cc570972209f366c384f257399a8",
"url": "https://api.github.com/repos/barbushin/php-imap/zipball/cc1a49a3f68090db182183c59ffbc09055d59f5b",
"reference": "cc1a49a3f68090db182183c59ffbc09055d59f5b",
"shasum": ""
},
"require": {
"ext-imap": "*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpImap\\": "src/PhpImap/"
"psr-0": {
"PhpImap": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1396,7 +1395,68 @@
"mail",
"php"
],
"time": "2015-12-14 02:46:12"
"time": "2015-09-16 07:40:39"
},
{
"name": "phpmailer/phpmailer",
"version": "v5.2.14",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "e774bc9152de85547336e22b8926189e582ece95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95",
"reference": "e774bc9152de85547336e22b8926189e582ece95",
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "4.7.*"
},
"suggest": {
"league/oauth2-client": "Needed for XOAUTH2 authentication",
"league/oauth2-google": "Needed for Gmail XOAUTH2"
},
"type": "library",
"autoload": {
"classmap": [
"class.phpmailer.php",
"class.phpmaileroauth.php",
"class.phpmaileroauthgoogle.php",
"class.smtp.php",
"class.pop3.php",
"extras/EasyPeasyICS.php",
"extras/ntlm_sasl_client.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"time": "2015-11-01 10:15:28"
},
{
"name": "propaganistas/laravel-phone",