mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Update used libraries to their latest versions
This commit is contained in:
@@ -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
|
||||
|
||||
Generated
+12
-11
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user