mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add package to support postmark to send emails
This commit is contained in:
@@ -142,3 +142,5 @@ TELESCOPE_GATE_WATCHER=true
|
||||
TELESCOPE_SCHEDULE_WATCHER=true
|
||||
|
||||
HORIZON_PREFIX=horizon:
|
||||
|
||||
POSTMARK_TOKEN=
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
2019-02-28 DariusIII
|
||||
* Chg: Add package to support postmark to send emails
|
||||
* Chg: Reduce maximum number of compressed files checked in PPA to 10
|
||||
* Fix: Cast Category constants to string in Blacklight/http/API.php to prevent strpos errors
|
||||
* Chg: Update laravel/framework to 5.8.2, use forks of packages used untill they add support for laravel 5.8
|
||||
|
||||
+7
-6
@@ -112,6 +112,11 @@
|
||||
"canihavesomecoffee/thetvdbapi": "^1.0",
|
||||
"chumper/zipper": "^1.0",
|
||||
"czproject/git-php": "^3.14",
|
||||
"dariusiii/html": "^5.7",
|
||||
"dariusiii/laravel": "dev-master",
|
||||
"dariusiii/laravel-database-trigger": "dev-master",
|
||||
"dariusiii/laravel-smarty": "dev-master",
|
||||
"dariusiii/laravel-user-verification": "^8.0",
|
||||
"dariusiii/php-itunes-api": "^1.0",
|
||||
"dariusiii/rarinfo": "^2.5",
|
||||
"dborsatto/php-giantbomb": "^1.0",
|
||||
@@ -127,26 +132,22 @@
|
||||
"intervention/imagecache": "^2.3",
|
||||
"james-heinrich/getid3": "1.9.*",
|
||||
"joshpinkney/tv-maze-php-api": "dev-master",
|
||||
"dariusiii/laravel-user-verification": "^8.0",
|
||||
"kevinlebrun/colors.php": "^1.0",
|
||||
"laravel/framework": "5.8.*",
|
||||
"laravel/horizon": "^2.2",
|
||||
"laravel/scout": "^6.0",
|
||||
"laravel/telescope": "^2.0",
|
||||
"laravel/tinker": "~1.0",
|
||||
"dariusiii/html": "^5.7",
|
||||
"league/climate": "^3.4",
|
||||
"mayconbordin/l5-fixtures": "dev-master",
|
||||
"messerli90/igdb": "^1.0",
|
||||
"mhor/php-mediainfo": "^4.1",
|
||||
"monolog/monolog": "^1.22",
|
||||
"nesbot/carbon": "^2.14",
|
||||
"dariusiii/laravel-database-trigger": "dev-master",
|
||||
"pear/net_nntp": "^1.5",
|
||||
"php-ffmpeg/php-ffmpeg": "^0.13.0",
|
||||
"php-http/guzzle6-adapter": "^1.1",
|
||||
"php-http/message": "^1.6",
|
||||
"dariusiii/laravel": "dev-master",
|
||||
"pragmarx/firewall": "^2.2",
|
||||
"predis/predis": "^1.1",
|
||||
"propaganistas/laravel-disposable-email": "^2.0",
|
||||
@@ -161,9 +162,9 @@
|
||||
"voku/simple_html_dom": "^4.2",
|
||||
"wandersonwhcr/illuminate-romans": "^1.0",
|
||||
"watson/rememberable": "^2.0",
|
||||
"wildbit/swiftmailer-postmark": "^3.0",
|
||||
"yab/laravel-scout-mysql-driver": "^2.1",
|
||||
"yadakhov/insert-on-duplicate-key": "^1.2",
|
||||
"dariusiii/laravel-smarty": "dev-master"
|
||||
"yadakhov/insert-on-duplicate-key": "^1.2"
|
||||
},
|
||||
|
||||
"require-dev": {
|
||||
|
||||
Generated
+45
-5
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "bbe5aafd24303dee15d4e3e4c342da43",
|
||||
"content-hash": "6f27a1b73dc3b5257d8bb61c18e07bb0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aharen/omdbapi",
|
||||
@@ -7927,6 +7927,46 @@
|
||||
],
|
||||
"time": "2017-12-21T01:09:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wildbit/swiftmailer-postmark",
|
||||
"version": "3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wildbit/swiftmailer-postmark.git",
|
||||
"reference": "1cf0fd1aa6cbacd5ca6ff87425c02f0e17bb7519"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/wildbit/swiftmailer-postmark/zipball/1cf0fd1aa6cbacd5ca6ff87425c02f0e17bb7519",
|
||||
"reference": "1cf0fd1aa6cbacd5ca6ff87425c02f0e17bb7519",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.0.0",
|
||||
"swiftmailer/swiftmailer": "^6.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.0.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Postmark\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Postmark",
|
||||
"email": "support@postmarkapp.com"
|
||||
}
|
||||
],
|
||||
"description": "A Swiftmailer Transport for Postmark.",
|
||||
"time": "2018-07-20T15:34:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "yab/laravel-scout-mysql-driver",
|
||||
"version": "v2.1.0",
|
||||
@@ -11730,11 +11770,11 @@
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"b3rs3rk/steamfront": 20,
|
||||
"joshpinkney/tv-maze-php-api": 20,
|
||||
"mayconbordin/l5-fixtures": 20,
|
||||
"dariusiii/laravel-database-trigger": 20,
|
||||
"dariusiii/laravel": 20,
|
||||
"dariusiii/laravel-smarty": 20
|
||||
"dariusiii/laravel-database-trigger": 20,
|
||||
"dariusiii/laravel-smarty": 20,
|
||||
"joshpinkney/tv-maze-php-api": 20,
|
||||
"mayconbordin/l5-fixtures": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
|
||||
Reference in New Issue
Block a user