mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Update used packages to their latest versions
This commit is contained in:
Generated
+20
-21
@@ -519,16 +519,16 @@
|
||||
},
|
||||
{
|
||||
"name": "composer/ca-bundle",
|
||||
"version": "1.5.8",
|
||||
"version": "1.5.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/ca-bundle.git",
|
||||
"reference": "719026bb30813accb68271fee7e39552a58e9f65"
|
||||
"reference": "1905981ee626e6f852448b7aaa978f8666c5bc54"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/719026bb30813accb68271fee7e39552a58e9f65",
|
||||
"reference": "719026bb30813accb68271fee7e39552a58e9f65",
|
||||
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/1905981ee626e6f852448b7aaa978f8666c5bc54",
|
||||
"reference": "1905981ee626e6f852448b7aaa978f8666c5bc54",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -575,7 +575,7 @@
|
||||
"support": {
|
||||
"irc": "irc://irc.freenode.org/composer",
|
||||
"issues": "https://github.com/composer/ca-bundle/issues",
|
||||
"source": "https://github.com/composer/ca-bundle/tree/1.5.8"
|
||||
"source": "https://github.com/composer/ca-bundle/tree/1.5.9"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -587,7 +587,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-08-20T18:49:47+00:00"
|
||||
"time": "2025-11-06T11:46:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "creativeorange/gravatar",
|
||||
@@ -16173,33 +16173,32 @@
|
||||
},
|
||||
{
|
||||
"name": "php-coveralls/php-coveralls",
|
||||
"version": "v2.8.0",
|
||||
"version": "v2.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-coveralls/php-coveralls.git",
|
||||
"reference": "00b9fce4d785a98760ca02f305c197f5fcfb6004"
|
||||
"reference": "468f5247e9e36ecc9b34f501cab868e7ac7c1f73"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/00b9fce4d785a98760ca02f305c197f5fcfb6004",
|
||||
"reference": "00b9fce4d785a98760ca02f305c197f5fcfb6004",
|
||||
"url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/468f5247e9e36ecc9b34f501cab868e7ac7c1f73",
|
||||
"reference": "468f5247e9e36ecc9b34f501cab868e7ac7c1f73",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"ext-simplexml": "*",
|
||||
"guzzlehttp/guzzle": "^6.0 || ^7.0",
|
||||
"php": "^7.0 || ^8.0",
|
||||
"psr/log": "^1.0 || ^2.0",
|
||||
"symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
|
||||
"symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
|
||||
"symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
|
||||
"symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
|
||||
"php": "^7.4 || ^8.0",
|
||||
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
||||
"symfony/config": "^5.4 || ^6.4 || ^7.0 || ^8.0",
|
||||
"symfony/console": "^5.4 || ^6.4 || ^7.0 || ^8.0",
|
||||
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0 || ^8.0",
|
||||
"symfony/yaml": "^5.4 || ^6.4 || ^7.0 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/prophecy-phpunit": "^1.1 || ^2.3",
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23",
|
||||
"sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
|
||||
"phpspec/prophecy-phpunit": "^2.4",
|
||||
"phpunit/phpunit": "^9.6.29 || ^10.5.58 || ^11.5.43"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/http-kernel": "Allows Symfony integration"
|
||||
@@ -16251,9 +16250,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/php-coveralls/php-coveralls/issues",
|
||||
"source": "https://github.com/php-coveralls/php-coveralls/tree/v2.8.0"
|
||||
"source": "https://github.com/php-coveralls/php-coveralls/tree/v2.9.0"
|
||||
},
|
||||
"time": "2025-05-12T08:35:27+00:00"
|
||||
"time": "2025-11-06T10:39:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
|
||||
Reference in New Issue
Block a user