Updated dependencies.

This commit is contained in:
Jan Böhmer 2023-05-27 19:24:14 +02:00
parent 379f7ef865
commit e44428f87c
2 changed files with 551 additions and 510 deletions

288
composer.lock generated
View file

@ -1639,16 +1639,16 @@
},
{
"name": "doctrine/persistence",
"version": "3.1.4",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "8bf8ab15960787f1a49d405f6eb8c787b4841119"
"reference": "63fee8c33bef740db6730eb2a750cd3da6495603"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/8bf8ab15960787f1a49d405f6eb8c787b4841119",
"reference": "8bf8ab15960787f1a49d405f6eb8c787b4841119",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/63fee8c33bef740db6730eb2a750cd3da6495603",
"reference": "63fee8c33bef740db6730eb2a750cd3da6495603",
"shasum": ""
},
"require": {
@ -1717,7 +1717,7 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/3.1.4"
"source": "https://github.com/doctrine/persistence/tree/3.2.0"
},
"funding": [
{
@ -1733,7 +1733,7 @@
"type": "tidelift"
}
],
"time": "2023-02-03T11:13:07+00:00"
"time": "2023-05-17T18:32:04+00:00"
},
{
"name": "doctrine/sql-formatter",
@ -2245,22 +2245,22 @@
},
{
"name": "friendsofphp/proxy-manager-lts",
"version": "v1.0.14",
"version": "v1.0.16",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
"reference": "a527c9d9d5348e012bd24482d83a5cd643bcbc9e"
"reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/a527c9d9d5348e012bd24482d83a5cd643bcbc9e",
"reference": "a527c9d9d5348e012bd24482d83a5cd643bcbc9e",
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/ecadbdc9052e4ad08c60c8a02268712e50427f7c",
"reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c",
"shasum": ""
},
"require": {
"laminas/laminas-code": "~3.4.1|^4.0",
"php": ">=7.1",
"symfony/filesystem": "^4.4.17|^5.0|^6.0"
"symfony/filesystem": "^4.4.17|^5.0|^6.0|^7.0"
},
"conflict": {
"laminas/laminas-stdlib": "<3.2.1",
@ -2271,7 +2271,7 @@
},
"require-dev": {
"ext-phar": "*",
"symfony/phpunit-bridge": "^5.4|^6.0"
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0"
},
"type": "library",
"extra": {
@ -2311,7 +2311,7 @@
],
"support": {
"issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
"source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.14"
"source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.16"
},
"funding": [
{
@ -2323,7 +2323,7 @@
"type": "tidelift"
}
],
"time": "2023-01-30T10:40:19+00:00"
"time": "2023-05-24T07:17:17+00:00"
},
{
"name": "gregwar/captcha",
@ -2689,22 +2689,22 @@
},
{
"name": "jfcherng/php-diff",
"version": "6.14.2",
"version": "6.15.1",
"source": {
"type": "git",
"url": "https://github.com/jfcherng/php-diff.git",
"reference": "8b2bd0c987f69835a816642193d62a7c3664ca96"
"reference": "66618218eb347d4d938b6cb44d5f5a57405beb79"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jfcherng/php-diff/zipball/8b2bd0c987f69835a816642193d62a7c3664ca96",
"reference": "8b2bd0c987f69835a816642193d62a7c3664ca96",
"url": "https://api.github.com/repos/jfcherng/php-diff/zipball/66618218eb347d4d938b6cb44d5f5a57405beb79",
"reference": "66618218eb347d4d938b6cb44d5f5a57405beb79",
"shasum": ""
},
"require": {
"jfcherng/php-color-output": "^3",
"jfcherng/php-mb-string": "^1.4.6",
"jfcherng/php-sequence-matcher": "^3.2.9",
"jfcherng/php-mb-string": "^1.4.6 || ^2",
"jfcherng/php-sequence-matcher": "^3.2.10 || ^4",
"php": ">=7.4"
},
"require-dev": {
@ -2743,7 +2743,7 @@
],
"support": {
"issues": "https://github.com/jfcherng/php-diff/issues",
"source": "https://github.com/jfcherng/php-diff/tree/6.14.2"
"source": "https://github.com/jfcherng/php-diff/tree/6.15.1"
},
"funding": [
{
@ -2751,7 +2751,7 @@
"type": "custom"
}
],
"time": "2023-03-15T19:26:28+00:00"
"time": "2023-05-25T16:24:48+00:00"
},
{
"name": "jfcherng/php-mb-string",
@ -2810,16 +2810,16 @@
},
{
"name": "jfcherng/php-sequence-matcher",
"version": "3.2.9",
"version": "3.2.10",
"source": {
"type": "git",
"url": "https://github.com/jfcherng/php-sequence-matcher.git",
"reference": "5de2243aa611a66395d85ba1a9169b439bd13e4d"
"reference": "650164598be2c6ad6891dbd41de4cb5cc21cc91b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jfcherng/php-sequence-matcher/zipball/5de2243aa611a66395d85ba1a9169b439bd13e4d",
"reference": "5de2243aa611a66395d85ba1a9169b439bd13e4d",
"url": "https://api.github.com/repos/jfcherng/php-sequence-matcher/zipball/650164598be2c6ad6891dbd41de4cb5cc21cc91b",
"reference": "650164598be2c6ad6891dbd41de4cb5cc21cc91b",
"shasum": ""
},
"require": {
@ -2854,7 +2854,7 @@
"description": "A longest sequence matcher. The logic is primarily based on the Python difflib package.",
"support": {
"issues": "https://github.com/jfcherng/php-sequence-matcher/issues",
"source": "https://github.com/jfcherng/php-sequence-matcher/tree/3.2.9"
"source": "https://github.com/jfcherng/php-sequence-matcher/tree/3.2.10"
},
"funding": [
{
@ -2862,7 +2862,7 @@
"type": "custom"
}
],
"time": "2023-03-11T06:56:44+00:00"
"time": "2023-05-21T07:53:38+00:00"
},
{
"name": "laminas/laminas-code",
@ -3410,16 +3410,16 @@
},
{
"name": "liip/imagine-bundle",
"version": "2.10.0",
"version": "2.11.0",
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
"reference": "93bfc6dde87f135f9c3e63330cff23122448f4ee"
"reference": "2e943e6be4309ec90fcff90227053898203c1c8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/93bfc6dde87f135f9c3e63330cff23122448f4ee",
"reference": "93bfc6dde87f135f9c3e63330cff23122448f4ee",
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/2e943e6be4309ec90fcff90227053898203c1c8e",
"reference": "2e943e6be4309ec90fcff90227053898203c1c8e",
"shasum": ""
},
"require": {
@ -3507,9 +3507,9 @@
],
"support": {
"issues": "https://github.com/liip/LiipImagineBundle/issues",
"source": "https://github.com/liip/LiipImagineBundle/tree/2.10.0"
"source": "https://github.com/liip/LiipImagineBundle/tree/2.11.0"
},
"time": "2022-12-01T13:19:59+00:00"
"time": "2023-05-16T06:13:14+00:00"
},
{
"name": "lorenzo/pinky",
@ -3881,16 +3881,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.15.4",
"version": "v4.15.5",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"shasum": ""
},
"require": {
@ -3931,9 +3931,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5"
},
"time": "2023-03-05T19:49:14+00:00"
"time": "2023-05-19T20:20:00+00:00"
},
{
"name": "nikolaposa/version",
@ -4444,16 +4444,16 @@
},
{
"name": "php-http/discovery",
"version": "1.18.0",
"version": "1.18.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "29ae6fae35f4116bbfe4c8b96ccc3f687eb07cd9"
"reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/29ae6fae35f4116bbfe4c8b96ccc3f687eb07cd9",
"reference": "29ae6fae35f4116bbfe4c8b96ccc3f687eb07cd9",
"url": "https://api.github.com/repos/php-http/discovery/zipball/f258b3a1d16acb7b21f3b42d7a2494a733365237",
"reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237",
"shasum": ""
},
"require": {
@ -4516,9 +4516,9 @@
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
"source": "https://github.com/php-http/discovery/tree/1.18.0"
"source": "https://github.com/php-http/discovery/tree/1.18.1"
},
"time": "2023-05-03T14:49:12+00:00"
"time": "2023-05-17T08:53:10+00:00"
},
{
"name": "php-http/httplug",
@ -5088,22 +5088,23 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.20.4",
"version": "1.21.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd"
"reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
"reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6df62b08faef4f899772bc7c3bbabb93d2b7a21c",
"reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"nikic/php-parser": "^4.15",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5",
@ -5127,9 +5128,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.4"
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.21.0"
},
"time": "2023-05-02T09:19:37+00:00"
"time": "2023-05-17T13:13:44+00:00"
},
{
"name": "psr/cache",
@ -7257,16 +7258,16 @@
},
{
"name": "symfony/dependency-injection",
"version": "v5.4.23",
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "bb7b7988c898c94f5338e16403c52b5a3cae1d93"
"reference": "4645e032d0963fb614969398ca28e47605b1a7da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bb7b7988c898c94f5338e16403c52b5a3cae1d93",
"reference": "bb7b7988c898c94f5338e16403c52b5a3cae1d93",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4645e032d0963fb614969398ca28e47605b1a7da",
"reference": "4645e032d0963fb614969398ca28e47605b1a7da",
"shasum": ""
},
"require": {
@ -7326,7 +7327,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.23"
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.24"
},
"funding": [
{
@ -7342,7 +7343,7 @@
"type": "tidelift"
}
],
"time": "2023-04-21T15:04:16+00:00"
"time": "2023-05-05T14:42:55+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -8026,16 +8027,16 @@
},
{
"name": "symfony/flex",
"version": "v1.19.5",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "51077ed0f6dc2c94cd0b670167eee3747c31b2c1"
"reference": "49059a10127ac8270957e116a2251ae535d202ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/51077ed0f6dc2c94cd0b670167eee3747c31b2c1",
"reference": "51077ed0f6dc2c94cd0b670167eee3747c31b2c1",
"url": "https://api.github.com/repos/symfony/flex/zipball/49059a10127ac8270957e116a2251ae535d202ac",
"reference": "49059a10127ac8270957e116a2251ae535d202ac",
"shasum": ""
},
"require": {
@ -8071,7 +8072,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v1.19.5"
"source": "https://github.com/symfony/flex/tree/v1.20.0"
},
"funding": [
{
@ -8087,20 +8088,20 @@
"type": "tidelift"
}
],
"time": "2023-01-30T17:02:31+00:00"
"time": "2023-05-26T16:25:26+00:00"
},
{
"name": "symfony/form",
"version": "v5.4.23",
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
"reference": "ebdc48d54d82b74230a8aed6458c238ec5788e38"
"reference": "813b79a34ab9843b5a01a6f809f1e4a009aaea2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/form/zipball/ebdc48d54d82b74230a8aed6458c238ec5788e38",
"reference": "ebdc48d54d82b74230a8aed6458c238ec5788e38",
"url": "https://api.github.com/repos/symfony/form/zipball/813b79a34ab9843b5a01a6f809f1e4a009aaea2e",
"reference": "813b79a34ab9843b5a01a6f809f1e4a009aaea2e",
"shasum": ""
},
"require": {
@ -8117,7 +8118,6 @@
"symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4",
"symfony/dependency-injection": "<4.4",
"symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7",
@ -8174,7 +8174,7 @@
"description": "Allows to easily create, process and reuse HTML forms",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/form/tree/v5.4.23"
"source": "https://github.com/symfony/form/tree/v5.4.24"
},
"funding": [
{
@ -8190,7 +8190,7 @@
"type": "tidelift"
}
],
"time": "2023-04-17T15:04:56+00:00"
"time": "2023-05-25T13:05:00+00:00"
},
{
"name": "symfony/framework-bundle",
@ -8345,16 +8345,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.4.23",
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "617c98e46b54e43ca76945a908b1749bb82f4478"
"reference": "9e89ac4c9dfe29f4ed2b10a36e62720286632ad6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/617c98e46b54e43ca76945a908b1749bb82f4478",
"reference": "617c98e46b54e43ca76945a908b1749bb82f4478",
"url": "https://api.github.com/repos/symfony/http-client/zipball/9e89ac4c9dfe29f4ed2b10a36e62720286632ad6",
"reference": "9e89ac4c9dfe29f4ed2b10a36e62720286632ad6",
"shasum": ""
},
"require": {
@ -8380,6 +8380,7 @@
"guzzlehttp/promises": "^1.4",
"nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0",
"php-http/message-factory": "^1.0",
"psr/http-client": "^1.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
@ -8415,7 +8416,7 @@
"http"
],
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.4.23"
"source": "https://github.com/symfony/http-client/tree/v5.4.24"
},
"funding": [
{
@ -8431,7 +8432,7 @@
"type": "tidelift"
}
],
"time": "2023-04-20T13:04:04+00:00"
"time": "2023-05-07T13:11:28+00:00"
},
{
"name": "symfony/http-client-contracts",
@ -10299,16 +10300,16 @@
},
{
"name": "symfony/property-info",
"version": "v5.4.23",
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
"reference": "ff45ebbfd781eab2571d9d4412d82a9a733fc2b3"
"reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/ff45ebbfd781eab2571d9d4412d82a9a733fc2b3",
"reference": "ff45ebbfd781eab2571d9d4412d82a9a733fc2b3",
"url": "https://api.github.com/repos/symfony/property-info/zipball/d43b85b00699b4484964c297575b5c6f9dc5f6e1",
"reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1",
"shasum": ""
},
"require": {
@ -10370,7 +10371,7 @@
"validator"
],
"support": {
"source": "https://github.com/symfony/property-info/tree/v5.4.23"
"source": "https://github.com/symfony/property-info/tree/v5.4.24"
},
"funding": [
{
@ -10386,7 +10387,7 @@
"type": "tidelift"
}
],
"time": "2023-04-17T14:20:34+00:00"
"time": "2023-05-15T20:11:03+00:00"
},
{
"name": "symfony/proxy-manager-bridge",
@ -11204,16 +11205,16 @@
},
{
"name": "symfony/serializer",
"version": "v5.4.23",
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "545da11697153c24c274b9a68cab550b2c0a9860"
"reference": "12535bb7b1d3b53802bf18d61a98bb1145fabcdb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/545da11697153c24c274b9a68cab550b2c0a9860",
"reference": "545da11697153c24c274b9a68cab550b2c0a9860",
"url": "https://api.github.com/repos/symfony/serializer/zipball/12535bb7b1d3b53802bf18d61a98bb1145fabcdb",
"reference": "12535bb7b1d3b53802bf18d61a98bb1145fabcdb",
"shasum": ""
},
"require": {
@ -11287,7 +11288,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/v5.4.23"
"source": "https://github.com/symfony/serializer/tree/v5.4.24"
},
"funding": [
{
@ -11303,7 +11304,7 @@
"type": "tidelift"
}
],
"time": "2023-04-17T13:59:16+00:00"
"time": "2023-05-12T08:37:35+00:00"
},
{
"name": "symfony/service-contracts",
@ -11923,7 +11924,7 @@
},
{
"name": "symfony/ux-turbo",
"version": "v2.8.0",
"version": "v2.8.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/ux-turbo.git",
@ -11998,7 +11999,7 @@
"turbo-stream"
],
"support": {
"source": "https://github.com/symfony/ux-turbo/tree/v2.8.0"
"source": "https://github.com/symfony/ux-turbo/tree/v2.8.1"
},
"funding": [
{
@ -12380,16 +12381,16 @@
},
{
"name": "symfony/webpack-encore-bundle",
"version": "v1.16.1",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
"reference": "1862d71e483769b40278548a30e756ce13ef9d4c"
"reference": "b8ff4a69eb4a85e7a068705bfdc27af61d4bac06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/1862d71e483769b40278548a30e756ce13ef9d4c",
"reference": "1862d71e483769b40278548a30e756ce13ef9d4c",
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/b8ff4a69eb4a85e7a068705bfdc27af61d4bac06",
"reference": "b8ff4a69eb4a85e7a068705bfdc27af61d4bac06",
"shasum": ""
},
"require": {
@ -12433,7 +12434,7 @@
"description": "Integration with your Symfony app & Webpack Encore!",
"support": {
"issues": "https://github.com/symfony/webpack-encore-bundle/issues",
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.16.1"
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.17.0"
},
"funding": [
{
@ -12449,7 +12450,7 @@
"type": "tidelift"
}
],
"time": "2023-01-18T19:37:55+00:00"
"time": "2023-05-26T00:15:03+00:00"
},
{
"name": "symfony/yaml",
@ -12528,16 +12529,16 @@
},
{
"name": "tecnickcom/tc-lib-barcode",
"version": "1.17.24",
"version": "1.17.25",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
"reference": "73e64cad6df33cfd05ca5009773975fcb0d9b960"
"reference": "2b87f7c63dfd05000445a202c1779aeb9eb4549d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/73e64cad6df33cfd05ca5009773975fcb0d9b960",
"reference": "73e64cad6df33cfd05ca5009773975fcb0d9b960",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/2b87f7c63dfd05000445a202c1779aeb9eb4549d",
"reference": "2b87f7c63dfd05000445a202c1779aeb9eb4549d",
"shasum": ""
},
"require": {
@ -12614,7 +12615,7 @@
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-barcode/issues",
"source": "https://github.com/tecnickcom/tc-lib-barcode/tree/1.17.24"
"source": "https://github.com/tecnickcom/tc-lib-barcode/tree/1.17.25"
},
"funding": [
{
@ -12622,20 +12623,20 @@
"type": "custom"
}
],
"time": "2023-05-04T16:32:06+00:00"
"time": "2023-05-18T08:10:11+00:00"
},
{
"name": "tecnickcom/tc-lib-color",
"version": "1.14.23",
"version": "1.14.24",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-color.git",
"reference": "44dd214d6ccd6970b87ab54615b59015707fb888"
"reference": "6207533413f6edc3fea373d0e54041661d2bd905"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/44dd214d6ccd6970b87ab54615b59015707fb888",
"reference": "44dd214d6ccd6970b87ab54615b59015707fb888",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/6207533413f6edc3fea373d0e54041661d2bd905",
"reference": "6207533413f6edc3fea373d0e54041661d2bd905",
"shasum": ""
},
"require": {
@ -12685,7 +12686,7 @@
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-color/issues",
"source": "https://github.com/tecnickcom/tc-lib-color/tree/1.14.23"
"source": "https://github.com/tecnickcom/tc-lib-color/tree/1.14.24"
},
"funding": [
{
@ -12693,7 +12694,7 @@
"type": "custom"
}
],
"time": "2023-05-04T16:08:39+00:00"
"time": "2023-05-18T08:09:02+00:00"
},
{
"name": "thecodingmachine/safe",
@ -14763,22 +14764,22 @@
},
{
"name": "phpstan/extension-installer",
"version": "1.3.0",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/extension-installer.git",
"reference": "f5e02d40f277d28513001976f444d9ff1dc15e9a"
"reference": "f45734bfb9984c6c56c4486b71230355f066a58a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f5e02d40f277d28513001976f444d9ff1dc15e9a",
"reference": "f5e02d40f277d28513001976f444d9ff1dc15e9a",
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f45734bfb9984c6c56c4486b71230355f066a58a",
"reference": "f45734bfb9984c6c56c4486b71230355f066a58a",
"shasum": ""
},
"require": {
"composer-plugin-api": "^2.0",
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.8.0"
"phpstan/phpstan": "^1.9.0"
},
"require-dev": {
"composer/composer": "^2.0",
@ -14787,12 +14788,7 @@
},
"type": "composer-plugin",
"extra": {
"class": "PHPStan\\ExtensionInstaller\\Plugin",
"phpstan/extension-installer": {
"ignore": [
"phpstan/phpstan-phpunit"
]
}
"class": "PHPStan\\ExtensionInstaller\\Plugin"
},
"autoload": {
"psr-4": {
@ -14806,9 +14802,9 @@
"description": "Composer plugin for automatic installation of PHPStan extensions",
"support": {
"issues": "https://github.com/phpstan/extension-installer/issues",
"source": "https://github.com/phpstan/extension-installer/tree/1.3.0"
"source": "https://github.com/phpstan/extension-installer/tree/1.3.1"
},
"time": "2023-04-18T13:08:02+00:00"
"time": "2023-05-24T08:59:17+00:00"
},
{
"name": "phpstan/phpstan",
@ -14944,16 +14940,16 @@
},
{
"name": "phpstan/phpstan-symfony",
"version": "1.3.1",
"version": "1.3.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "7e78605a699d183f5a6936cf91904f4c16ca79b2"
"reference": "7332b90dfc291ac5b4b83fbca2081936faa1e3f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/7e78605a699d183f5a6936cf91904f4c16ca79b2",
"reference": "7e78605a699d183f5a6936cf91904f4c16ca79b2",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/7332b90dfc291ac5b4b83fbca2081936faa1e3f9",
"reference": "7332b90dfc291ac5b4b83fbca2081936faa1e3f9",
"shasum": ""
},
"require": {
@ -15009,9 +15005,9 @@
"description": "Symfony Framework extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.3.1"
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.3.2"
},
"time": "2023-04-14T16:59:18+00:00"
"time": "2023-05-16T12:46:15+00:00"
},
{
"name": "psalm/plugin-symfony",
@ -15084,12 +15080,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "d1af11449398214f9664514ce705c5154ead9c38"
"reference": "2d73bad6cb1c8cda0ab4e4208f4ee2d70e472879"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d1af11449398214f9664514ce705c5154ead9c38",
"reference": "d1af11449398214f9664514ce705c5154ead9c38",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/2d73bad6cb1c8cda0ab4e4208f4ee2d70e472879",
"reference": "2d73bad6cb1c8cda0ab4e4208f4ee2d70e472879",
"shasum": ""
},
"conflict": {
@ -15153,7 +15149,7 @@
"cockpit-hq/cockpit": "<2.4.1",
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
"codeigniter/framework": "<=3.0.6",
"codeigniter4/framework": "<4.2.11",
"codeigniter4/framework": "<4.3.5",
"codeigniter4/shield": "<1-beta.4|= 1.0.0-beta",
"codiad/codiad": "<=2.8.4",
"composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5",
@ -15165,7 +15161,7 @@
"contao/core-bundle": "<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4|= 4.10.0",
"contao/listing-bundle": ">=4,<4.4.8",
"contao/managed-edition": "<=1.5",
"craftcms/cms": "<=3.8.3|>=4,<=4.4.3|>= 4.0.0-RC1, < 4.3.7|>= 4.0.0-RC1, < 4.2.1",
"craftcms/cms": ">= 4.0.0-RC1, <= 4.4.5|>= 4.0.0-RC1, <= 4.4.6|<=3.8.5|>=4,<4.4.6|>= 4.0.0-RC1, < 4.4.6|>= 4.0.0-RC1, < 4.3.7|>= 4.0.0-RC1, < 4.2.1",
"croogo/croogo": "<3.0.7",
"cuyz/valinor": "<0.12",
"czproject/git-php": "<4.0.3",
@ -15237,14 +15233,14 @@
"fooman/tcpdf": "<6.2.22",
"forkcms/forkcms": "<5.11.1",
"fossar/tcpdf-parser": "<6.2.22",
"francoisjacquet/rosariosis": "<10.9.3",
"francoisjacquet/rosariosis": "<11",
"frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
"friendsofsymfony/oauth2-php": "<1.3",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
"froala/wysiwyg-editor": "<3.2.7",
"froxlor/froxlor": "<2.0.14",
"froxlor/froxlor": "<2.0.16",
"fuel/core": "<1.8.1",
"funadmin/funadmin": "<=3.2",
"gaoming13/wechat-php-sdk": "<=1.10.2",
@ -15415,7 +15411,7 @@
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
"phpxmlrpc/phpxmlrpc": "<4.9.2",
"pimcore/customer-management-framework-bundle": "<3.3.9",
"pimcore/customer-management-framework-bundle": "<3.3.10",
"pimcore/data-hub": "<1.2.4",
"pimcore/perspective-editor": "<1.5.1",
"pimcore/pimcore": "<10.5.21",
@ -15443,7 +15439,7 @@
"pyrocms/pyrocms": "<=3.9.1",
"rainlab/debugbar-plugin": "<3.1",
"rankmath/seo-by-rank-math": "<=1.0.95",
"react/http": ">=0.7,<1.7",
"react/http": ">=0.7,<1.9",
"really-simple-plugins/complianz-gdpr": "<6.4.2",
"remdex/livehelperchat": "<3.99",
"rmccue/requests": ">=1.6,<1.8",
@ -15487,7 +15483,7 @@
"simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
"simplito/elliptic-php": "<1.0.6",
"sitegeist/fluid-components": "<3.5",
"slim/psr7": "<1.6.1",
"slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
"slim/slim": "<2.6",
"smarty/smarty": "<3.1.48|>=4,<4.3.1",
"snipe/snipe-it": "<=6.0.14|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
@ -15556,7 +15552,7 @@
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
"theonedemon/phpwhois": "<=4.2.5",
"thinkcmf/thinkcmf": "<=5.1.7",
"thorsten/phpmyfaq": "<3.1.13",
"thorsten/phpmyfaq": "<3.2-beta",
"tinymce/tinymce": "<5.10.7|>=6,<6.3.1",
"tinymighty/wiki-seo": "<1.2.2",
"titon/framework": ">=0,<9.9.99",
@ -15684,7 +15680,7 @@
"type": "tidelift"
}
],
"time": "2023-05-12T21:03:58+00:00"
"time": "2023-05-26T14:04:17+00:00"
},
{
"name": "sebastian/diff",
@ -16356,16 +16352,16 @@
},
{
"name": "vimeo/psalm",
"version": "5.11.0",
"version": "5.12.0",
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
"reference": "c9b192ab8400fdaf04b2b13d110575adc879aa90"
"reference": "f90118cdeacd0088e7215e64c0c99ceca819e176"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/c9b192ab8400fdaf04b2b13d110575adc879aa90",
"reference": "c9b192ab8400fdaf04b2b13d110575adc879aa90",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/f90118cdeacd0088e7215e64c0c99ceca819e176",
"reference": "f90118cdeacd0088e7215e64c0c99ceca819e176",
"shasum": ""
},
"require": {
@ -16456,9 +16452,9 @@
],
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm/tree/5.11.0"
"source": "https://github.com/vimeo/psalm/tree/5.12.0"
},
"time": "2023-05-04T21:35:44+00:00"
"time": "2023-05-22T21:19:03+00:00"
}
],
"aliases": [],

773
yarn.lock

File diff suppressed because it is too large Load diff