From 2bfa3878eadf54057ecfc8e64df4ba69aa4a7dc2 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 21 Jul 2019 18:56:34 +0000 Subject: [PATCH] Update used libraries to their latest versions --- Changelog | 1 + composer.lock | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Changelog b/Changelog index 7141aee44..b88ba8030 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-07-21 DariusIII + * Chg: Update used libraries to their latest versions * Chg: Update API and RSS XML output to be same as the new newznab API 0.7 specification (newznab:apilimits) 2019-07-19 DariusIII * Chg: Update nesbot/carbon and voku/simplehtmldom to latest versions diff --git a/composer.lock b/composer.lock index 78af9ae18..3a7545106 100644 --- a/composer.lock +++ b/composer.lock @@ -1357,16 +1357,16 @@ }, { "name": "egulias/email-validator", - "version": "2.1.9", + "version": "2.1.10", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25" + "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/128cc721d771ec2c46ce59698f4ca42b73f71b25", - "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec", + "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec", "shasum": "" }, "require": { @@ -1376,7 +1376,8 @@ "require-dev": { "dominicsayers/isemail": "dev-master", "phpunit/phpunit": "^4.8.35||^5.7||^6.0", - "satooshi/php-coveralls": "^1.0.1" + "satooshi/php-coveralls": "^1.0.1", + "symfony/phpunit-bridge": "^4.4@dev" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -1410,7 +1411,7 @@ "validation", "validator" ], - "time": "2019-06-23T10:14:27+00:00" + "time": "2019-07-19T20:52:08+00:00" }, { "name": "erusev/parsedown", @@ -8325,16 +8326,16 @@ }, { "name": "wildbit/swiftmailer-postmark", - "version": "3.0.2", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/wildbit/swiftmailer-postmark.git", - "reference": "0c13c26e8453fe84954f12c3765c681f6fc2c965" + "reference": "f3932a6eedf04e7f43f8005ff43e103258ed1661" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wildbit/swiftmailer-postmark/zipball/0c13c26e8453fe84954f12c3765c681f6fc2c965", - "reference": "0c13c26e8453fe84954f12c3765c681f6fc2c965", + "url": "https://api.github.com/repos/wildbit/swiftmailer-postmark/zipball/f3932a6eedf04e7f43f8005ff43e103258ed1661", + "reference": "f3932a6eedf04e7f43f8005ff43e103258ed1661", "shasum": "" }, "require": { @@ -8361,7 +8362,7 @@ } ], "description": "A Swiftmailer Transport for Postmark.", - "time": "2019-03-01T17:25:04+00:00" + "time": "2019-07-07T18:41:29+00:00" }, { "name": "yab/laravel-scout-mysql-driver",