|
|
@@ -553,16 +553,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/dbal", |
|
|
|
"version": "3.3.3", |
|
|
|
"version": "3.3.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/doctrine/dbal.git", |
|
|
|
"reference": "82331b861727c15b1f457ef05a8729e508e7ead5" |
|
|
|
"reference": "83f779beaea1893c0bece093ab2104c6d15a7f26" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/82331b861727c15b1f457ef05a8729e508e7ead5", |
|
|
|
"reference": "82331b861727c15b1f457ef05a8729e508e7ead5", |
|
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/83f779beaea1893c0bece093ab2104c6d15a7f26", |
|
|
|
"reference": "83f779beaea1893c0bece093ab2104c6d15a7f26", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@@ -644,7 +644,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/doctrine/dbal/issues", |
|
|
|
"source": "https://github.com/doctrine/dbal/tree/3.3.3" |
|
|
|
"source": "https://github.com/doctrine/dbal/tree/3.3.4" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@@ -660,7 +660,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-03-09T15:39:50+00:00" |
|
|
|
"time": "2022-03-20T18:37:29+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/deprecations", |
|
|
@@ -1440,16 +1440,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/persistence", |
|
|
|
"version": "2.3.0", |
|
|
|
"version": "2.4.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/doctrine/persistence.git", |
|
|
|
"reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8" |
|
|
|
"reference": "092a52b71410ac1795287bb5135704ef07d18dd0" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/f8af155c1e7963f3d2b4415097d55757bbaa53d8", |
|
|
|
"reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8", |
|
|
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/092a52b71410ac1795287bb5135704ef07d18dd0", |
|
|
|
"reference": "092a52b71410ac1795287bb5135704ef07d18dd0", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@@ -1462,23 +1462,23 @@ |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"doctrine/annotations": "<1.0 || >=2.0", |
|
|
|
"doctrine/common": "<2.10@dev" |
|
|
|
"doctrine/common": "<2.10" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"composer/package-versions-deprecated": "^1.11", |
|
|
|
"doctrine/annotations": "^1.0", |
|
|
|
"doctrine/coding-standard": "^6.0 || ^9.0", |
|
|
|
"doctrine/coding-standard": "^9.0", |
|
|
|
"doctrine/common": "^3.0", |
|
|
|
"phpstan/phpstan": "1.2.0", |
|
|
|
"phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0", |
|
|
|
"symfony/cache": "^4.4 || ^5.0 || ^6.0", |
|
|
|
"vimeo/psalm": "4.13.1" |
|
|
|
"phpstan/phpstan": "1.4.6", |
|
|
|
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5", |
|
|
|
"symfony/cache": "^4.4 || ^5.4 || ^6.0", |
|
|
|
"vimeo/psalm": "4.21.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common", |
|
|
|
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence" |
|
|
|
"Doctrine\\Common\\": "src/Common", |
|
|
|
"Doctrine\\Persistence\\": "src/Persistence" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
@@ -1522,9 +1522,9 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/doctrine/persistence/issues", |
|
|
|
"source": "https://github.com/doctrine/persistence/tree/2.3.0" |
|
|
|
"source": "https://github.com/doctrine/persistence/tree/2.4.1" |
|
|
|
}, |
|
|
|
"time": "2022-01-09T19:58:46+00:00" |
|
|
|
"time": "2022-03-22T06:44:40+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/sql-formatter", |
|
|
@@ -2043,16 +2043,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "guzzlehttp/guzzle", |
|
|
|
"version": "7.4.1", |
|
|
|
"version": "7.4.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/guzzle/guzzle.git", |
|
|
|
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79" |
|
|
|
"reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79", |
|
|
|
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79", |
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4", |
|
|
|
"reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@@ -2147,7 +2147,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/guzzle/guzzle/issues", |
|
|
|
"source": "https://github.com/guzzle/guzzle/tree/7.4.1" |
|
|
|
"source": "https://github.com/guzzle/guzzle/tree/7.4.2" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@@ -2163,7 +2163,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2021-12-06T18:43:05+00:00" |
|
|
|
"time": "2022-03-20T14:16:28+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "guzzlehttp/promises", |
|
|
@@ -2251,16 +2251,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "guzzlehttp/psr7", |
|
|
|
"version": "2.1.0", |
|
|
|
"version": "2.2.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/guzzle/psr7.git", |
|
|
|
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72" |
|
|
|
"reference": "c94a94f120803a18554c1805ef2e539f8285f9a2" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72", |
|
|
|
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72", |
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2", |
|
|
|
"reference": "c94a94f120803a18554c1805ef2e539f8285f9a2", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@@ -2284,7 +2284,7 @@ |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.1-dev" |
|
|
|
"dev-master": "2.2-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@@ -2346,7 +2346,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/guzzle/psr7/issues", |
|
|
|
"source": "https://github.com/guzzle/psr7/tree/2.1.0" |
|
|
|
"source": "https://github.com/guzzle/psr7/tree/2.2.1" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@@ -2362,7 +2362,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2021-10-06T17:43:30+00:00" |
|
|
|
"time": "2022-03-20T21:55:58+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "jcupitt/vips", |
|
|
@@ -3321,16 +3321,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "monolog/monolog", |
|
|
|
"version": "2.3.5", |
|
|
|
"version": "2.4.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/Seldaek/monolog.git", |
|
|
|
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9" |
|
|
|
"reference": "d7fd7450628561ba697b7097d86db72662f54aef" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9", |
|
|
|
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9", |
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/d7fd7450628561ba697b7097d86db72662f54aef", |
|
|
|
"reference": "d7fd7450628561ba697b7097d86db72662f54aef", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@@ -3352,7 +3352,7 @@ |
|
|
|
"phpstan/phpstan": "^0.12.91", |
|
|
|
"phpunit/phpunit": "^8.5", |
|
|
|
"predis/predis": "^1.1", |
|
|
|
"rollbar/rollbar": "^1.3", |
|
|
|
"rollbar/rollbar": "^1.3 || ^2 || ^3", |
|
|
|
"ruflin/elastica": ">=0.90@dev", |
|
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0" |
|
|
|
}, |
|
|
@@ -3404,7 +3404,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/Seldaek/monolog/issues", |
|
|
|
"source": "https://github.com/Seldaek/monolog/tree/2.3.5" |
|
|
|
"source": "https://github.com/Seldaek/monolog/tree/2.4.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@@ -3416,7 +3416,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2021-10-01T21:08:31+00:00" |
|
|
|
"time": "2022-03-14T12:44:37+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nikic/php-parser", |
|
|
@@ -10715,16 +10715,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "twig/twig", |
|
|
|
"version": "v3.3.8", |
|
|
|
"version": "v3.3.9", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/twigphp/Twig.git", |
|
|
|
"reference": "972d8604a92b7054828b539f2febb0211dd5945c" |
|
|
|
"reference": "6ff9b0e440fa66f97f207e181c41340ddfa5683d" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/972d8604a92b7054828b539f2febb0211dd5945c", |
|
|
|
"reference": "972d8604a92b7054828b539f2febb0211dd5945c", |
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/6ff9b0e440fa66f97f207e181c41340ddfa5683d", |
|
|
|
"reference": "6ff9b0e440fa66f97f207e181c41340ddfa5683d", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@@ -10775,7 +10775,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/twigphp/Twig/issues", |
|
|
|
"source": "https://github.com/twigphp/Twig/tree/v3.3.8" |
|
|
|
"source": "https://github.com/twigphp/Twig/tree/v3.3.9" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@@ -10787,7 +10787,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-02-04T06:59:48+00:00" |
|
|
|
"time": "2022-03-25T09:37:52+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "voku/portable-ascii", |
|
|
@@ -11242,16 +11242,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "composer/semver", |
|
|
|
"version": "3.2.9", |
|
|
|
"version": "3.3.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/composer/semver.git", |
|
|
|
"reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649" |
|
|
|
"reference": "5d8e574bb0e69188786b8ef77d43341222a41a71" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649", |
|
|
|
"reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649", |
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/5d8e574bb0e69188786b8ef77d43341222a41a71", |
|
|
|
"reference": "5d8e574bb0e69188786b8ef77d43341222a41a71", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@@ -11303,7 +11303,7 @@ |
|
|
|
"support": { |
|
|
|
"irc": "irc://irc.freenode.org/composer", |
|
|
|
"issues": "https://github.com/composer/semver/issues", |
|
|
|
"source": "https://github.com/composer/semver/tree/3.2.9" |
|
|
|
"source": "https://github.com/composer/semver/tree/3.3.1" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@@ -11319,7 +11319,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-02-04T13:58:43+00:00" |
|
|
|
"time": "2022-03-16T11:22:07+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "composer/xdebug-handler", |
|
|
@@ -11554,16 +11554,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "friendsofphp/php-cs-fixer", |
|
|
|
"version": "v3.7.0", |
|
|
|
"version": "v3.8.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
|
|
|
"reference": "7705d5a985132a40282d18a176eb9a4a0497747c" |
|
|
|
"reference": "cbad1115aac4b5c3c5540e7210d3c9fba2f81fa3" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7705d5a985132a40282d18a176eb9a4a0497747c", |
|
|
|
"reference": "7705d5a985132a40282d18a176eb9a4a0497747c", |
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/cbad1115aac4b5c3c5540e7210d3c9fba2f81fa3", |
|
|
|
"reference": "cbad1115aac4b5c3c5540e7210d3c9fba2f81fa3", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@@ -11631,7 +11631,7 @@ |
|
|
|
"description": "A tool to automatically fix PHP code style", |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", |
|
|
|
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.7.0" |
|
|
|
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.8.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@@ -11639,7 +11639,7 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-03-07T16:59:59+00:00" |
|
|
|
"time": "2022-03-18T17:20:59+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "jchook/phpunit-assert-throws", |
|
|
@@ -12012,7 +12012,6 @@ |
|
|
|
"conflict": { |
|
|
|
"phpstan/phpstan-shim": "*" |
|
|
|
}, |
|
|
|
"default-branch": true, |
|
|
|
"bin": [ |
|
|
|
"phpstan", |
|
|
|
"phpstan.phar" |
|
|
@@ -12372,16 +12371,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpunit/phpunit", |
|
|
|
"version": "9.5.18", |
|
|
|
"version": "9.5.19", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git", |
|
|
|
"reference": "1b5856028273bfd855e60a887278857d872ec67a" |
|
|
|
"reference": "35ea4b7f3acabb26f4bb640f8c30866c401da807" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1b5856028273bfd855e60a887278857d872ec67a", |
|
|
|
"reference": "1b5856028273bfd855e60a887278857d872ec67a", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/35ea4b7f3acabb26f4bb640f8c30866c401da807", |
|
|
|
"reference": "35ea4b7f3acabb26f4bb640f8c30866c401da807", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@@ -12411,7 +12410,7 @@ |
|
|
|
"sebastian/global-state": "^5.0.1", |
|
|
|
"sebastian/object-enumerator": "^4.0.3", |
|
|
|
"sebastian/resource-operations": "^3.0.3", |
|
|
|
"sebastian/type": "^2.3.4", |
|
|
|
"sebastian/type": "^3.0", |
|
|
|
"sebastian/version": "^3.0.2" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
@@ -12459,7 +12458,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues", |
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.18" |
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.19" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@@ -12471,7 +12470,7 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2022-03-08T06:52:28+00:00" |
|
|
|
"time": "2022-03-15T09:57:31+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/cli-parser", |
|
|
@@ -13330,28 +13329,28 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/type", |
|
|
|
"version": "2.3.4", |
|
|
|
"version": "3.0.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/sebastianbergmann/type.git", |
|
|
|
"reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914" |
|
|
|
"reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914", |
|
|
|
"reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914", |
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", |
|
|
|
"reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=7.3" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^9.3" |
|
|
|
"phpunit/phpunit": "^9.5" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "2.3-dev" |
|
|
|
"dev-master": "3.0-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@@ -13374,7 +13373,7 @@ |
|
|
|
"homepage": "https://github.com/sebastianbergmann/type", |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/sebastianbergmann/type/issues", |
|
|
|
"source": "https://github.com/sebastianbergmann/type/tree/2.3.4" |
|
|
|
"source": "https://github.com/sebastianbergmann/type/tree/3.0.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@@ -13382,7 +13381,7 @@ |
|
|
|
"type": "github" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2021-06-15T12:49:02+00:00" |
|
|
|
"time": "2022-03-15T09:54:48+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "sebastian/version", |
|
|
|