mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Composer update colorbox and phpmailer to newest versions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2016-05-11 DariusIII
|
||||
* Upd: Composer update colorbox and phpmailer to newest versions
|
||||
* Upd: Split UPDATE and DELETE query after NZB is created for release
|
||||
* Fix: Add patch to modify binaries table partcheck column.
|
||||
* Fix: Fix createGUID function call in release creation process.
|
||||
|
||||
Generated
+10
-11
@@ -304,16 +304,16 @@
|
||||
},
|
||||
{
|
||||
"name": "bower-asset/colorbox",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jackmoore/colorbox.git",
|
||||
"reference": "d9b74f2289b315c36b2e4b2bce01a799bf851aed"
|
||||
"reference": "bac78120c6ca9e63370cc317ab6f400129cd6608"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jackmoore/colorbox/zipball/d9b74f2289b315c36b2e4b2bce01a799bf851aed",
|
||||
"reference": "d9b74f2289b315c36b2e4b2bce01a799bf851aed",
|
||||
"url": "https://api.github.com/repos/jackmoore/colorbox/zipball/bac78120c6ca9e63370cc317ab6f400129cd6608",
|
||||
"reference": "bac78120c6ca9e63370cc317ab6f400129cd6608",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1420,16 +1420,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpmailer/phpmailer",
|
||||
"version": "v5.2.14",
|
||||
"version": "v5.2.15",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
||||
"reference": "e774bc9152de85547336e22b8926189e582ece95"
|
||||
"reference": "d0186171b28af4f06ac2ad8a84a8f3d6cbc3ba6c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95",
|
||||
"reference": "e774bc9152de85547336e22b8926189e582ece95",
|
||||
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d0186171b28af4f06ac2ad8a84a8f3d6cbc3ba6c",
|
||||
"reference": "d0186171b28af4f06ac2ad8a84a8f3d6cbc3ba6c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1440,8 +1440,7 @@
|
||||
"phpunit/phpunit": "4.7.*"
|
||||
},
|
||||
"suggest": {
|
||||
"league/oauth2-client": "Needed for XOAUTH2 authentication",
|
||||
"league/oauth2-google": "Needed for Gmail XOAUTH2"
|
||||
"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -1477,7 +1476,7 @@
|
||||
}
|
||||
],
|
||||
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
||||
"time": "2015-11-01 10:15:28"
|
||||
"time": "2016-05-10 18:39:36"
|
||||
},
|
||||
{
|
||||
"name": "smarty/smarty",
|
||||
|
||||
Reference in New Issue
Block a user