mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update used packages to their latest versions
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@
|
|||||||
"bhuvidya/laravel-countries": "^12.0",
|
"bhuvidya/laravel-countries": "^12.0",
|
||||||
"canihavesomecoffee/thetvdbapi": "^2.0",
|
"canihavesomecoffee/thetvdbapi": "^2.0",
|
||||||
"creativeorange/gravatar": "^1.0",
|
"creativeorange/gravatar": "^1.0",
|
||||||
"dariusiii/net_nntp": "^3.0",
|
"dariusiii/net_nntp": "^4.0",
|
||||||
"dariusiii/rarinfo": "^3.0",
|
"dariusiii/rarinfo": "^3.0",
|
||||||
"dariusiii/tv-maze-php-api": "^2.0.0",
|
"dariusiii/tv-maze-php-api": "^2.0.0",
|
||||||
"fakerphp/faker": "^1.23",
|
"fakerphp/faker": "^1.23",
|
||||||
|
|||||||
Generated
+29
-9
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "de826ec2e5fc22d57a9e2d47775b03fa",
|
"content-hash": "e613b6a8e65f476554f9e78b14a32c15",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aharen/omdbapi",
|
"name": "aharen/omdbapi",
|
||||||
@@ -546,28 +546,48 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dariusiii/net_nntp",
|
"name": "dariusiii/net_nntp",
|
||||||
"version": "3.0.2",
|
"version": "4.1.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/DariusIII/Net_NNTP.git",
|
"url": "https://github.com/DariusIII/Net_NNTP.git",
|
||||||
"reference": "66ed30f36d3b1083dfcb0e9d53eee6492c4b4fa6"
|
"reference": "1786c7ee4a60ec7ccbc93651b48db7ecf048b031"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/DariusIII/Net_NNTP/zipball/66ed30f36d3b1083dfcb0e9d53eee6492c4b4fa6",
|
"url": "https://api.github.com/repos/DariusIII/Net_NNTP/zipball/1786c7ee4a60ec7ccbc93651b48db7ecf048b031",
|
||||||
"reference": "66ed30f36d3b1083dfcb0e9d53eee6492c4b4fa6",
|
"reference": "1786c7ee4a60ec7ccbc93651b48db7ecf048b031",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.5"
|
"php": ">=8.5",
|
||||||
|
"psr/log": "^3.0",
|
||||||
|
"vlucas/phpdotenv": "^5.6"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"phpstan/phpstan": "^2.1",
|
||||||
"phpunit/phpunit": "*"
|
"phpunit/phpunit": "*"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"psr-4": {
|
||||||
"./"
|
"DariusIII\\NetNntp\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload-dev": {
|
||||||
|
"psr-4": {
|
||||||
|
"DariusIII\\NetNntp\\Tests\\": "tests/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": [
|
||||||
|
"phpunit"
|
||||||
|
],
|
||||||
|
"analyse": [
|
||||||
|
"phpstan analyse"
|
||||||
|
],
|
||||||
|
"check": [
|
||||||
|
"@analyse",
|
||||||
|
"@test"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"license": [
|
"license": [
|
||||||
@@ -585,7 +605,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/DariusIII/Net_NNTP"
|
"source": "https://github.com/DariusIII/Net_NNTP"
|
||||||
},
|
},
|
||||||
"time": "2026-02-19T14:25:18+00:00"
|
"time": "2026-02-24T11:42:57+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dariusiii/rarinfo",
|
"name": "dariusiii/rarinfo",
|
||||||
|
|||||||
Reference in New Issue
Block a user