mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update used packages to their latest versions
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@
|
||||
"b3rs3rk/steamfront": "dev-master",
|
||||
"bhuvidya/laravel-countries": "^8.0",
|
||||
"brick/math": "^0.8.9",
|
||||
"canihavesomecoffee/thetvdbapi": "^1.0",
|
||||
"canihavesomecoffee/thetvdbapi": "^2.0",
|
||||
"cviebrock/laravel-elasticsearch": "^8.0",
|
||||
"czproject/git-php": "^4.0",
|
||||
"dariusiii/l5-fixtures": "^2.2.0",
|
||||
|
||||
Generated
+132
-188
@@ -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": "bdd7cd0e30b3ff200bdb0293f245aff4",
|
||||
"content-hash": "bc46b03f4591092ee43bddc1ce2f635b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aharen/omdbapi",
|
||||
@@ -652,28 +652,28 @@
|
||||
},
|
||||
{
|
||||
"name": "canihavesomecoffee/thetvdbapi",
|
||||
"version": "1.3.0",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/canihavesomecoffee/theTVDbAPI.git",
|
||||
"reference": "91bb51c2586c7a627279a811df95de0108101a56"
|
||||
"reference": "75aacab27d51702736a47484640bbf429a41ee06"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/canihavesomecoffee/theTVDbAPI/zipball/91bb51c2586c7a627279a811df95de0108101a56",
|
||||
"reference": "91bb51c2586c7a627279a811df95de0108101a56",
|
||||
"url": "https://api.github.com/repos/canihavesomecoffee/theTVDbAPI/zipball/75aacab27d51702736a47484640bbf429a41ee06",
|
||||
"reference": "75aacab27d51702736a47484640bbf429a41ee06",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/guzzle": "^6.4 || ^7.0",
|
||||
"php": ">=7.2",
|
||||
"symfony/property-access": "^3.4 || ^4.0",
|
||||
"symfony/property-info": "^3.4 || ^4.0",
|
||||
"symfony/serializer": "^3.4 || ^4.0"
|
||||
"guzzlehttp/guzzle": "^7.0",
|
||||
"php": ">=7.4",
|
||||
"symfony/property-access": "^5.3",
|
||||
"symfony/property-info": "^5.3",
|
||||
"symfony/serializer": "^5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0 || ^9.0"
|
||||
"phpunit/phpunit": "^9.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@@ -691,12 +691,12 @@
|
||||
"email": "thetvdbapi@canihavesome.coffee"
|
||||
}
|
||||
],
|
||||
"description": "PHP implementation for the 2nd (or newer) version of the TheTVDb API.",
|
||||
"description": "PHP implementation for the 4th version of the TheTVDb API.",
|
||||
"support": {
|
||||
"issues": "https://github.com/canihavesomecoffee/theTVDbAPI/issues",
|
||||
"source": "https://github.com/canihavesomecoffee/theTVDbAPI/tree/1.3.0"
|
||||
"source": "https://github.com/canihavesomecoffee/theTVDbAPI/tree/2.0.0"
|
||||
},
|
||||
"time": "2020-09-17T19:01:10+00:00"
|
||||
"time": "2021-09-27T20:14:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "clue/stream-filter",
|
||||
@@ -915,16 +915,16 @@
|
||||
},
|
||||
{
|
||||
"name": "cviebrock/laravel-elasticsearch",
|
||||
"version": "8.0.4",
|
||||
"version": "8.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cviebrock/laravel-elasticsearch.git",
|
||||
"reference": "bb3bc03ed186f15826a0d06516767894336c63d1"
|
||||
"reference": "c8c9c832465c8510cea49c63c8dbf05c730f3e0f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cviebrock/laravel-elasticsearch/zipball/bb3bc03ed186f15826a0d06516767894336c63d1",
|
||||
"reference": "bb3bc03ed186f15826a0d06516767894336c63d1",
|
||||
"url": "https://api.github.com/repos/cviebrock/laravel-elasticsearch/zipball/c8c9c832465c8510cea49c63c8dbf05c730f3e0f",
|
||||
"reference": "c8c9c832465c8510cea49c63c8dbf05c730f3e0f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -981,9 +981,15 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/cviebrock/laravel-elasticsearch/issues",
|
||||
"source": "https://github.com/cviebrock/laravel-elasticsearch/tree/8.0.4"
|
||||
"source": "https://github.com/cviebrock/laravel-elasticsearch/tree/8.0.5"
|
||||
},
|
||||
"time": "2021-02-28T20:19:38+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/cviebrock",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2021-09-22T14:05:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "czproject/git-php",
|
||||
@@ -2295,16 +2301,16 @@
|
||||
},
|
||||
{
|
||||
"name": "elasticsearch/elasticsearch",
|
||||
"version": "v7.14.0",
|
||||
"version": "v7.15.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/elastic/elasticsearch-php.git",
|
||||
"reference": "0f258961c36075e17a133fe0075b881035998d27"
|
||||
"reference": "77a4ade87aef8e8e6b84bafb6704cd35ac15742a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/0f258961c36075e17a133fe0075b881035998d27",
|
||||
"reference": "0f258961c36075e17a133fe0075b881035998d27",
|
||||
"url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/77a4ade87aef8e8e6b84bafb6704cd35ac15742a",
|
||||
"reference": "77a4ade87aef8e8e6b84bafb6704cd35ac15742a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2355,9 +2361,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/elastic/elasticsearch-php/issues",
|
||||
"source": "https://github.com/elastic/elasticsearch-php/tree/v7.14.0"
|
||||
"source": "https://github.com/elastic/elasticsearch-php/tree/v7.15.0"
|
||||
},
|
||||
"time": "2021-08-03T16:26:31+00:00"
|
||||
"time": "2021-09-23T07:05:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "evenement/evenement",
|
||||
@@ -3357,23 +3363,23 @@
|
||||
},
|
||||
{
|
||||
"name": "james-heinrich/getid3",
|
||||
"version": "v1.9.20",
|
||||
"version": "v1.9.21",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/JamesHeinrich/getID3.git",
|
||||
"reference": "3c15e353b9bb1252201c73394bb8390b573a751d"
|
||||
"reference": "36f5dabb1325415a4b07a401113f8db2eb81eca1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/3c15e353b9bb1252201c73394bb8390b573a751d",
|
||||
"reference": "3c15e353b9bb1252201c73394bb8390b573a751d",
|
||||
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/36f5dabb1325415a4b07a401113f8db2eb81eca1",
|
||||
"reference": "36f5dabb1325415a4b07a401113f8db2eb81eca1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"jakub-onderka/php-parallel-lint": "^0.9 || ^1.0"
|
||||
"php-parallel-lint/php-parallel-lint": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
|
||||
@@ -3418,9 +3424,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/JamesHeinrich/getID3/issues",
|
||||
"source": "https://github.com/JamesHeinrich/getID3/tree/master"
|
||||
"source": "https://github.com/JamesHeinrich/getID3/tree/v1.9.21"
|
||||
},
|
||||
"time": "2020-06-30T18:43:34+00:00"
|
||||
"time": "2021-09-22T16:34:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jamesmills/laravel-timezone",
|
||||
@@ -4834,16 +4840,16 @@
|
||||
},
|
||||
{
|
||||
"name": "league/mime-type-detection",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/mime-type-detection.git",
|
||||
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
|
||||
"reference": "b38b25d7b372e9fddb00335400467b223349fd7e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
|
||||
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
|
||||
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b38b25d7b372e9fddb00335400467b223349fd7e",
|
||||
"reference": "b38b25d7b372e9fddb00335400467b223349fd7e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4874,7 +4880,7 @@
|
||||
"description": "Mime-type detection for Flysystem",
|
||||
"support": {
|
||||
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
|
||||
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
|
||||
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.8.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -4886,7 +4892,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-01-18T20:58:21+00:00"
|
||||
"time": "2021-09-25T08:23:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "marcreichel/igdb-laravel",
|
||||
@@ -5592,16 +5598,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
"version": "v4.12.0",
|
||||
"version": "v4.13.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||
"reference": "6608f01670c3cc5079e18c1dab1104e002579143"
|
||||
"reference": "50953a2691a922aa1769461637869a0a2faa3f53"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143",
|
||||
"reference": "6608f01670c3cc5079e18c1dab1104e002579143",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53",
|
||||
"reference": "50953a2691a922aa1769461637869a0a2faa3f53",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5642,9 +5648,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0"
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0"
|
||||
},
|
||||
"time": "2021-07-21T10:44:31+00:00"
|
||||
"time": "2021-09-20T12:20:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nyholm/psr7",
|
||||
@@ -7792,24 +7798,25 @@
|
||||
},
|
||||
{
|
||||
"name": "ramsey/uuid",
|
||||
"version": "4.2.1",
|
||||
"version": "4.2.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ramsey/uuid.git",
|
||||
"reference": "fe665a03df4f056aa65af552a96e1976df8c8dae"
|
||||
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ramsey/uuid/zipball/fe665a03df4f056aa65af552a96e1976df8c8dae",
|
||||
"reference": "fe665a03df4f056aa65af552a96e1976df8c8dae",
|
||||
"url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
||||
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"brick/math": "^0.8 || ^0.9",
|
||||
"ext-json": "*",
|
||||
"php": "^7.2 || ^8",
|
||||
"php": "^7.2 || ^8.0",
|
||||
"ramsey/collection": "^1.0",
|
||||
"symfony/polyfill-ctype": "^1.8"
|
||||
"symfony/polyfill-ctype": "^1.8",
|
||||
"symfony/polyfill-php80": "^1.14"
|
||||
},
|
||||
"replace": {
|
||||
"rhumsaa/uuid": "self.version"
|
||||
@@ -7873,7 +7880,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ramsey/uuid/issues",
|
||||
"source": "https://github.com/ramsey/uuid/tree/4.2.1"
|
||||
"source": "https://github.com/ramsey/uuid/tree/4.2.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -7885,7 +7892,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-08-11T01:06:55+00:00"
|
||||
"time": "2021-09-25T23:10:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "react/promise",
|
||||
@@ -9655,79 +9662,6 @@
|
||||
],
|
||||
"time": "2021-08-30T12:37:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/inflector",
|
||||
"version": "v5.3.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/inflector.git",
|
||||
"reference": "b4a221138afa358f0833ec98de613108b6d25acf"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/inflector/zipball/b4a221138afa358f0833ec98de613108b6d25acf",
|
||||
"reference": "b4a221138afa358f0833ec98de613108b6d25acf",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.5",
|
||||
"symfony/deprecation-contracts": "^2.1",
|
||||
"symfony/polyfill-php80": "^1.16",
|
||||
"symfony/string": "^5.2.8"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Component\\Inflector\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bernhard Schussek",
|
||||
"email": "bschussek@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Converts words between their singular and plural forms (English only)",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"inflection",
|
||||
"pluralize",
|
||||
"singularize",
|
||||
"string",
|
||||
"symfony",
|
||||
"words"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/inflector/tree/v5.3.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/fabpot",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"abandoned": "use `EnglishInflector` from the String component instead",
|
||||
"time": "2021-07-21T12:38:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mime",
|
||||
"version": "v5.3.7",
|
||||
@@ -10752,25 +10686,26 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/property-access",
|
||||
"version": "v4.4.30",
|
||||
"version": "v5.3.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/property-access.git",
|
||||
"reference": "727edd3a5fd2feca1562e0f2520ed6888805c0fa"
|
||||
"reference": "a4bbf09b8f3e2d2c89cc2c8b3d6682bf4c3d5589"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/property-access/zipball/727edd3a5fd2feca1562e0f2520ed6888805c0fa",
|
||||
"reference": "727edd3a5fd2feca1562e0f2520ed6888805c0fa",
|
||||
"url": "https://api.github.com/repos/symfony/property-access/zipball/a4bbf09b8f3e2d2c89cc2c8b3d6682bf4c3d5589",
|
||||
"reference": "a4bbf09b8f3e2d2c89cc2c8b3d6682bf4c3d5589",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.3",
|
||||
"symfony/inflector": "^3.4|^4.0|^5.0",
|
||||
"symfony/polyfill-php80": "^1.16"
|
||||
"php": ">=7.2.5",
|
||||
"symfony/deprecation-contracts": "^2.1",
|
||||
"symfony/polyfill-php80": "^1.16",
|
||||
"symfony/property-info": "^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/cache": "^3.4|^4.0|^5.0"
|
||||
"symfony/cache": "^4.4|^5.0"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/cache-implementation": "To cache access methods."
|
||||
@@ -10812,7 +10747,7 @@
|
||||
"reflection"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/property-access/tree/v4.4.30"
|
||||
"source": "https://github.com/symfony/property-access/tree/v5.3.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -10828,38 +10763,39 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-08-09T12:05:14+00:00"
|
||||
"time": "2021-08-09T12:23:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/property-info",
|
||||
"version": "v4.4.30",
|
||||
"version": "v5.3.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/property-info.git",
|
||||
"reference": "9471a7202a30fe682614b19043e30795a7a9e7c0"
|
||||
"reference": "7202b6c93a07df5df83eb58e3757dffb77fc5d90"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/property-info/zipball/9471a7202a30fe682614b19043e30795a7a9e7c0",
|
||||
"reference": "9471a7202a30fe682614b19043e30795a7a9e7c0",
|
||||
"url": "https://api.github.com/repos/symfony/property-info/zipball/7202b6c93a07df5df83eb58e3757dffb77fc5d90",
|
||||
"reference": "7202b6c93a07df5df83eb58e3757dffb77fc5d90",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.3",
|
||||
"symfony/inflector": "^3.4|^4.0|^5.0",
|
||||
"symfony/polyfill-php80": "^1.16"
|
||||
"php": ">=7.2.5",
|
||||
"symfony/deprecation-contracts": "^2.1",
|
||||
"symfony/polyfill-php80": "^1.16",
|
||||
"symfony/string": "^5.1"
|
||||
},
|
||||
"conflict": {
|
||||
"phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
|
||||
"phpdocumentor/type-resolver": "<0.3.0|1.3.*",
|
||||
"symfony/dependency-injection": "<3.4"
|
||||
"phpdocumentor/reflection-docblock": "<3.2.2",
|
||||
"phpdocumentor/type-resolver": "<1.4.0",
|
||||
"symfony/dependency-injection": "<4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/annotations": "^1.10.4",
|
||||
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
||||
"symfony/cache": "^3.4|^4.0|^5.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
||||
"symfony/serializer": "^3.4|^4.0|^5.0"
|
||||
"symfony/cache": "^4.4|^5.0",
|
||||
"symfony/dependency-injection": "^4.4|^5.0",
|
||||
"symfony/serializer": "^4.4|^5.0"
|
||||
},
|
||||
"suggest": {
|
||||
"phpdocumentor/reflection-docblock": "To use the PHPDoc",
|
||||
@@ -10901,7 +10837,7 @@
|
||||
"validator"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/property-info/tree/v4.4.30"
|
||||
"source": "https://github.com/symfony/property-info/tree/v5.3.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -10917,7 +10853,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-08-18T18:17:39+00:00"
|
||||
"time": "2021-08-23T12:57:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
@@ -11011,52 +10947,60 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/serializer",
|
||||
"version": "v4.4.27",
|
||||
"version": "v5.3.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/serializer.git",
|
||||
"reference": "85b67b809a8a1c06aa67dea3d6c442380d071864"
|
||||
"reference": "f04e368e3cb35948550c7e95cc8918cb7e761c0c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/serializer/zipball/85b67b809a8a1c06aa67dea3d6c442380d071864",
|
||||
"reference": "85b67b809a8a1c06aa67dea3d6c442380d071864",
|
||||
"url": "https://api.github.com/repos/symfony/serializer/zipball/f04e368e3cb35948550c7e95cc8918cb7e761c0c",
|
||||
"reference": "f04e368e3cb35948550c7e95cc8918cb7e761c0c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.3",
|
||||
"php": ">=7.2.5",
|
||||
"symfony/deprecation-contracts": "^2.1",
|
||||
"symfony/polyfill-ctype": "~1.8",
|
||||
"symfony/polyfill-php80": "^1.16"
|
||||
},
|
||||
"conflict": {
|
||||
"phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
|
||||
"phpdocumentor/type-resolver": "<0.3.0|1.3.*",
|
||||
"symfony/dependency-injection": "<3.4",
|
||||
"symfony/property-access": "<3.4",
|
||||
"symfony/property-info": "<3.4",
|
||||
"symfony/yaml": "<3.4"
|
||||
"doctrine/annotations": "<1.12",
|
||||
"phpdocumentor/reflection-docblock": "<3.2.2",
|
||||
"phpdocumentor/type-resolver": "<1.4.0",
|
||||
"symfony/dependency-injection": "<4.4",
|
||||
"symfony/property-access": "<4.4",
|
||||
"symfony/property-info": "<5.3",
|
||||
"symfony/yaml": "<4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/annotations": "^1.10.4",
|
||||
"doctrine/annotations": "^1.12",
|
||||
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
|
||||
"symfony/cache": "^3.4|^4.0|^5.0",
|
||||
"symfony/config": "^3.4|^4.0|^5.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
||||
"symfony/cache": "^4.4|^5.0",
|
||||
"symfony/config": "^4.4|^5.0",
|
||||
"symfony/dependency-injection": "^4.4|^5.0",
|
||||
"symfony/error-handler": "^4.4|^5.0",
|
||||
"symfony/http-foundation": "^3.4|^4.0|^5.0",
|
||||
"symfony/filesystem": "^4.4|^5.0",
|
||||
"symfony/form": "^4.4|^5.0",
|
||||
"symfony/http-foundation": "^4.4|^5.0",
|
||||
"symfony/http-kernel": "^4.4|^5.0",
|
||||
"symfony/mime": "^4.4|^5.0",
|
||||
"symfony/property-access": "^3.4.41|^4.4.9|^5.0.9",
|
||||
"symfony/property-info": "^3.4.13|~4.0|^5.0",
|
||||
"symfony/validator": "^3.4|^4.0|^5.0",
|
||||
"symfony/yaml": "^3.4|^4.0|^5.0"
|
||||
"symfony/property-access": "^4.4.9|^5.0.9",
|
||||
"symfony/property-info": "^5.3",
|
||||
"symfony/uid": "^5.1",
|
||||
"symfony/validator": "^4.4|^5.0",
|
||||
"symfony/var-dumper": "^4.4|^5.0",
|
||||
"symfony/var-exporter": "^4.4|^5.0",
|
||||
"symfony/yaml": "^4.4|^5.0"
|
||||
},
|
||||
"suggest": {
|
||||
"doctrine/annotations": "For using the annotation mapping.",
|
||||
"psr/cache-implementation": "For using the metadata cache.",
|
||||
"symfony/config": "For using the XML mapping loader.",
|
||||
"symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
|
||||
"symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
|
||||
"symfony/property-access": "For using the ObjectNormalizer.",
|
||||
"symfony/property-info": "To deserialize relations.",
|
||||
"symfony/var-exporter": "For using the metadata compiler.",
|
||||
"symfony/yaml": "For using the default YAML mapping loader."
|
||||
},
|
||||
"type": "library",
|
||||
@@ -11085,7 +11029,7 @@
|
||||
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/serializer/tree/v4.4.27"
|
||||
"source": "https://github.com/symfony/serializer/tree/v5.3.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11101,7 +11045,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-07-21T13:02:15+00:00"
|
||||
"time": "2021-07-21T13:18:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
@@ -12412,16 +12356,16 @@
|
||||
},
|
||||
{
|
||||
"name": "captainhook/captainhook",
|
||||
"version": "5.10.2",
|
||||
"version": "5.10.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/captainhookphp/captainhook.git",
|
||||
"reference": "b21e414a173538ffcb621e06347fe49280d94adf"
|
||||
"reference": "af5d34d529434063aee4e7e96308dfe2918717f9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/captainhookphp/captainhook/zipball/b21e414a173538ffcb621e06347fe49280d94adf",
|
||||
"reference": "b21e414a173538ffcb621e06347fe49280d94adf",
|
||||
"url": "https://api.github.com/repos/captainhookphp/captainhook/zipball/af5d34d529434063aee4e7e96308dfe2918717f9",
|
||||
"reference": "af5d34d529434063aee4e7e96308dfe2918717f9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -12483,7 +12427,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/captainhookphp/captainhook/issues",
|
||||
"source": "https://github.com/captainhookphp/captainhook/tree/5.10.2"
|
||||
"source": "https://github.com/captainhookphp/captainhook/tree/5.10.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -12491,7 +12435,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2021-09-03T18:02:32+00:00"
|
||||
"time": "2021-09-22T12:23:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "captainhook/plugin-composer",
|
||||
@@ -14868,16 +14812,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "9.5.9",
|
||||
"version": "9.5.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "ea8c2dfb1065eb35a79b3681eee6e6fb0a6f273b"
|
||||
"reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea8c2dfb1065eb35a79b3681eee6e6fb0a6f273b",
|
||||
"reference": "ea8c2dfb1065eb35a79b3681eee6e6fb0a6f273b",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
|
||||
"reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -14893,7 +14837,7 @@
|
||||
"phar-io/version": "^3.0.2",
|
||||
"php": ">=7.3",
|
||||
"phpspec/prophecy": "^1.12.1",
|
||||
"phpunit/php-code-coverage": "^9.2.3",
|
||||
"phpunit/php-code-coverage": "^9.2.7",
|
||||
"phpunit/php-file-iterator": "^3.0.5",
|
||||
"phpunit/php-invoker": "^3.1.1",
|
||||
"phpunit/php-text-template": "^2.0.3",
|
||||
@@ -14955,7 +14899,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.9"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -14967,7 +14911,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2021-08-31T06:47:40+00:00"
|
||||
"time": "2021-09-25T07:38:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
||||
Reference in New Issue
Block a user