From fc8ecaecdf877529342c157cf3f31f39e8d58321 Mon Sep 17 00:00:00 2001 From: Sven Joder Date: Fri, 15 Dec 2023 16:42:14 +0100 Subject: [PATCH 1/8] Icon Lib Demo --- composer.json | 2 +- composer.lock | 144 ++++++++++++----------- config/packages/doctrine_migrations.yaml | 2 +- 3 files changed, 75 insertions(+), 73 deletions(-) diff --git a/composer.json b/composer.json index 4d660994..3a5070a5 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "symfony/framework-bundle": "6.3.*", "symfony/runtime": "6.3.*", "symfony/yaml": "6.3.*", - "wirdesign-communication-ag/wirhub": "^3.0.17" + "wirdesign-communication-ag/wirhub": "dev-wip/768-2" }, "scripts": { "auto-scripts": { diff --git a/composer.lock b/composer.lock index 5e9e792f..26f986cc 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "5fb75c1bfbf66442686ab7699b291251", + "content-hash": "e45206e838b1ad44aba432e076f46dd1", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.293.6", + "version": "3.294.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "1e01734856f8ec2b6d525d1c99c5a34029217598" + "reference": "ab796bc3334e263b52b0b8c6de3edf057675cca4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1e01734856f8ec2b6d525d1c99c5a34029217598", - "reference": "1e01734856f8ec2b6d525d1c99c5a34029217598", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ab796bc3334e263b52b0b8c6de3edf057675cca4", + "reference": "ab796bc3334e263b52b0b8c6de3edf057675cca4", "shasum": "" }, "require": { @@ -151,9 +151,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.293.6" + "source": "https://github.com/aws/aws-sdk-php/tree/3.294.0" }, - "time": "2023-12-07T19:29:50+00:00" + "time": "2023-12-14T19:14:39+00:00" }, { "name": "behat/transliterator", @@ -284,16 +284,16 @@ }, { "name": "chillerlan/php-settings-container", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/chillerlan/php-settings-container.git", - "reference": "d1b5284d6eb3a767459738bb0b20073f0cb3eeaf" + "reference": "92636df53ad1bc903521d29993de0631e07ca931" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/d1b5284d6eb3a767459738bb0b20073f0cb3eeaf", - "reference": "d1b5284d6eb3a767459738bb0b20073f0cb3eeaf", + "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/92636df53ad1bc903521d29993de0631e07ca931", + "reference": "92636df53ad1bc903521d29993de0631e07ca931", "shasum": "" }, "require": { @@ -301,7 +301,7 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^8.4" + "phpunit/phpunit": "^8.5" }, "type": "library", "autoload": { @@ -342,7 +342,7 @@ "type": "ko_fi" } ], - "time": "2021-09-03T17:33:25+00:00" + "time": "2023-12-12T13:50:01+00:00" }, { "name": "clue/stream-filter", @@ -2697,47 +2697,47 @@ }, { "name": "jms/serializer", - "version": "3.28.0", + "version": "3.29.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c" + "reference": "111451f43abb448ce297361a8ab96a9591e848cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/5a5a03a71a28a480189c5a0ca95893c19f1d120c", - "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/111451f43abb448ce297361a8ab96a9591e848cd", + "reference": "111451f43abb448ce297361a8ab96a9591e848cd", "shasum": "" }, "require": { - "doctrine/annotations": "^1.13 || ^2.0", - "doctrine/instantiator": "^1.0.3 || ^2.0", + "doctrine/annotations": "^1.14 || ^2.0", + "doctrine/instantiator": "^1.3.1 || ^2.0", "doctrine/lexer": "^2.0 || ^3.0", "jms/metadata": "^2.6", - "php": "^7.2||^8.0", - "phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0" + "php": "^7.2 || ^8.0", + "phpstan/phpdoc-parser": "^1.20" }, "require-dev": { "doctrine/coding-standard": "^12.0", - "doctrine/orm": "~2.1", - "doctrine/persistence": "^1.3.3|^2.0|^3.0", - "doctrine/phpcr-odm": "^1.3|^2.0", + "doctrine/orm": "^2.14 || ^3.0", + "doctrine/persistence": "^2.5.2 || ^3.0", + "doctrine/phpcr-odm": "^1.5.2 || ^2.0", "ext-pdo_sqlite": "*", - "jackalope/jackalope-doctrine-dbal": "^1.1.5", - "ocramius/proxy-manager": "^1.0|^2.0", + "jackalope/jackalope-doctrine-dbal": "^1.3", + "ocramius/proxy-manager": "^1.0 || ^2.0", "phpbench/phpbench": "^1.0", "phpstan/phpstan": "^1.0.2", - "phpunit/phpunit": "^8.5.21||^9.0||^10.0", - "psr/container": "^1.0|^2.0", - "symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0", - "symfony/expression-language": "^3.2|^4.0|^5.0|^6.0", - "symfony/filesystem": "^3.0|^4.0|^5.0|^6.0", - "symfony/form": "^3.0|^4.0|^5.0|^6.0", - "symfony/translation": "^3.0|^4.0|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", - "symfony/validator": "^3.1.9|^4.0|^5.0|^6.0", - "symfony/yaml": "^3.3|^4.0|^5.0|^6.0", - "twig/twig": "~1.34|~2.4|^3.0" + "phpunit/phpunit": "^8.5.21 || ^9.0 || ^10.0", + "psr/container": "^1.0 || ^2.0", + "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/expression-language": "^3.2 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0", + "symfony/form": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/translation": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/uid": "^5.1 || ^6.0 || ^7.0", + "symfony/validator": "^3.1.9 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "twig/twig": "^1.34 || ^2.4 || ^3.0" }, "suggest": { "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", @@ -2781,7 +2781,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/serializer/issues", - "source": "https://github.com/schmittjoh/serializer/tree/3.28.0" + "source": "https://github.com/schmittjoh/serializer/tree/3.29.1" }, "funding": [ { @@ -2789,7 +2789,7 @@ "type": "github" } ], - "time": "2023-08-03T14:43:08+00:00" + "time": "2023-12-14T15:25:09+00:00" }, { "name": "jms/serializer-bundle", @@ -4886,31 +4886,31 @@ }, { "name": "stof/doctrine-extensions-bundle", - "version": "v1.9.0", + "version": "v1.10.1", "source": { "type": "git", "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", - "reference": "eb677bf8aa05d741029dc4874e1884498236d531" + "reference": "299d5333ce83941069852be36b949abbc776bf1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/eb677bf8aa05d741029dc4874e1884498236d531", - "reference": "eb677bf8aa05d741029dc4874e1884498236d531", + "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/299d5333ce83941069852be36b949abbc776bf1d", + "reference": "299d5333ce83941069852be36b949abbc776bf1d", "shasum": "" }, "require": { "gedmo/doctrine-extensions": "^3.5.0", "php": "^7.2.5 || ^8.0", - "symfony/cache": "^5.4 || ^6.0", - "symfony/config": "^5.4 || ^6.0", - "symfony/dependency-injection": "^5.4 || ^6.0", - "symfony/event-dispatcher": "^5.4 || ^6.0", - "symfony/http-kernel": "^5.4 || ^6.0" + "symfony/cache": "^5.4 || ^6.0 || ^7.0", + "symfony/config": "^5.4 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", + "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", + "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { - "symfony/mime": "^5.4 || ^6.0", - "symfony/phpunit-bridge": "^v5.4 || ^6.0", - "symfony/security-core": "^5.4 || ^6.0" + "symfony/mime": "^5.4 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "^v6.4.1 || ^7.0.1", + "symfony/security-core": "^5.4 || ^6.0 || ^7.0" }, "suggest": { "doctrine/doctrine-bundle": "to use the ORM extensions", @@ -4955,9 +4955,9 @@ ], "support": { "issues": "https://github.com/stof/StofDoctrineExtensionsBundle/issues", - "source": "https://github.com/stof/StofDoctrineExtensionsBundle/tree/v1.9.0" + "source": "https://github.com/stof/StofDoctrineExtensionsBundle/tree/v1.10.1" }, - "time": "2023-08-31T08:08:51+00:00" + "time": "2023-12-09T09:33:39+00:00" }, { "name": "symfony/apache-pack", @@ -9921,16 +9921,16 @@ }, { "name": "wirdesign-communication-ag/wirhub", - "version": "3.0.17", + "version": "dev-wip/768-2", "source": { "type": "git", "url": "git@github.com:wirDesign-communication-AG/wirhub.git", - "reference": "998e7f5d5855cfe2052e83841bb4974f1e1e6c8f" + "reference": "c8e6db426b67c6424ea7f710dba35314e194dda9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/998e7f5d5855cfe2052e83841bb4974f1e1e6c8f", - "reference": "998e7f5d5855cfe2052e83841bb4974f1e1e6c8f", + "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/c8e6db426b67c6424ea7f710dba35314e194dda9", + "reference": "c8e6db426b67c6424ea7f710dba35314e194dda9", "shasum": "" }, "require": { @@ -10019,10 +10019,10 @@ ], "description": "wirDesign wirHub, formerly known as brandHub and StyleGuide", "support": { - "source": "https://github.com/wirDesign-communication-AG/wirhub/tree/v3.0.17", + "source": "https://github.com/wirDesign-communication-AG/wirhub/tree/wip/768-2", "issues": "https://github.com/wirDesign-communication-AG/wirhub/issues" }, - "time": "2023-12-08T15:49:59+00:00" + "time": "2023-12-15T15:41:15+00:00" } ], "packages-dev": [ @@ -10467,16 +10467,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.17.1", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -10517,9 +10517,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2023-08-13T19:53:39+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "phar-io/manifest", @@ -10700,16 +10700,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.48", + "version": "1.10.50", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "087ed4b5f4a7a6e8f3bbdfbfe98ce5c181380bc6" + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/087ed4b5f4a7a6e8f3bbdfbfe98ce5c181380bc6", - "reference": "087ed4b5f4a7a6e8f3bbdfbfe98ce5c181380bc6", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", "shasum": "" }, "require": { @@ -10758,7 +10758,7 @@ "type": "tidelift" } ], - "time": "2023-12-08T14:34:28+00:00" + "time": "2023-12-13T10:59:42+00:00" }, { "name": "phpunit/php-code-coverage", @@ -12816,7 +12816,9 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": { + "wirdesign-communication-ag/wirhub": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": { diff --git a/config/packages/doctrine_migrations.yaml b/config/packages/doctrine_migrations.yaml index 29231d94..8329a88d 100644 --- a/config/packages/doctrine_migrations.yaml +++ b/config/packages/doctrine_migrations.yaml @@ -3,4 +3,4 @@ doctrine_migrations: # namespace is arbitrary but should be different from App\Migrations # as migrations classes should NOT be autoloaded 'DoctrineMigrations': '%kernel.project_dir%/migrations' - enable_profiler: false + enable_profiler: false \ No newline at end of file From cee632989a3aab36617fffde100139894c32e237 Mon Sep 17 00:00:00 2001 From: Sven Joder Date: Wed, 20 Dec 2023 10:35:24 +0100 Subject: [PATCH 2/8] update app --- composer.json | 2 +- composer.lock | 67 +++++++++++++++++++++++---------------------------- 2 files changed, 31 insertions(+), 38 deletions(-) diff --git a/composer.json b/composer.json index 3a5070a5..bccba116 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "symfony/framework-bundle": "6.3.*", "symfony/runtime": "6.3.*", "symfony/yaml": "6.3.*", - "wirdesign-communication-ag/wirhub": "dev-wip/768-2" + "wirdesign-communication-ag/wirhub": "v3.0.18.x-dev" }, "scripts": { "auto-scripts": { diff --git a/composer.lock b/composer.lock index 26f986cc..ed77a5e5 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "e45206e838b1ad44aba432e076f46dd1", + "content-hash": "32b8b2eb921ff7db8c2b39d493a90046", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.294.0", + "version": "3.294.3", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "ab796bc3334e263b52b0b8c6de3edf057675cca4" + "reference": "05761093c61ca7a02c1b5ae9be279bf69360e060" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ab796bc3334e263b52b0b8c6de3edf057675cca4", - "reference": "ab796bc3334e263b52b0b8c6de3edf057675cca4", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/05761093c61ca7a02c1b5ae9be279bf69360e060", + "reference": "05761093c61ca7a02c1b5ae9be279bf69360e060", "shasum": "" }, "require": { @@ -151,9 +151,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.294.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.294.3" }, - "time": "2023-12-14T19:14:39+00:00" + "time": "2023-12-19T19:07:14+00:00" }, { "name": "behat/transliterator", @@ -3178,36 +3178,29 @@ }, { "name": "knplabs/knp-snappy", - "version": "v1.4.4", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/snappy.git", - "reference": "3db13fe45d12a7bccb2b83f622e5a90f7e40b111" + "reference": "98468898b50c09f26d56d905b79b0f52a2215da6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/3db13fe45d12a7bccb2b83f622e5a90f7e40b111", - "reference": "3db13fe45d12a7bccb2b83f622e5a90f7e40b111", + "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/98468898b50c09f26d56d905b79b0f52a2215da6", + "reference": "98468898b50c09f26d56d905b79b0f52a2215da6", "shasum": "" }, "require": { - "php": ">=7.1", - "psr/log": "^1.0||^2.0||^3.0", - "symfony/process": "~3.4||~4.3||~5.0||~6.0" + "php": ">=8.1", + "psr/log": "^2.0||^3.0", + "symfony/process": "^5.0||^6.0||^7.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16||^3.0", + "friendsofphp/php-cs-fixer": "^3.0", "pedrotroller/php-cs-custom-fixer": "^2.19", "phpstan/phpstan": "^1.0.0", "phpstan/phpstan-phpunit": "^1.0.0", - "phpunit/phpunit": "~7.4||~8.5" - }, - "suggest": { - "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency", - "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency", - "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency", - "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency", - "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { @@ -3246,9 +3239,9 @@ ], "support": { "issues": "https://github.com/KnpLabs/snappy/issues", - "source": "https://github.com/KnpLabs/snappy/tree/v1.4.4" + "source": "https://github.com/KnpLabs/snappy/tree/v1.5.0" }, - "time": "2023-09-13T12:18:19+00:00" + "time": "2023-12-18T09:12:11+00:00" }, { "name": "leafo/lessphp", @@ -4176,16 +4169,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.24.4", + "version": "1.24.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496" + "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496", - "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fedf211ff14ec8381c9bf5714e33a7a552dd1acc", + "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc", "shasum": "" }, "require": { @@ -4217,9 +4210,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.24.4" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.5" }, - "time": "2023-11-26T18:29:22+00:00" + "time": "2023-12-16T09:33:33+00:00" }, { "name": "pmdevelopment/microsoft-symfony-mailer", @@ -9921,16 +9914,16 @@ }, { "name": "wirdesign-communication-ag/wirhub", - "version": "dev-wip/768-2", + "version": "v3.0.18.x-dev", "source": { "type": "git", "url": "git@github.com:wirDesign-communication-AG/wirhub.git", - "reference": "c8e6db426b67c6424ea7f710dba35314e194dda9" + "reference": "ae350fe506c3f1774d03bb3b2e37e310252411ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/c8e6db426b67c6424ea7f710dba35314e194dda9", - "reference": "c8e6db426b67c6424ea7f710dba35314e194dda9", + "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/ae350fe506c3f1774d03bb3b2e37e310252411ee", + "reference": "ae350fe506c3f1774d03bb3b2e37e310252411ee", "shasum": "" }, "require": { @@ -10019,10 +10012,10 @@ ], "description": "wirDesign wirHub, formerly known as brandHub and StyleGuide", "support": { - "source": "https://github.com/wirDesign-communication-AG/wirhub/tree/wip/768-2", + "source": "https://github.com/wirDesign-communication-AG/wirhub/tree/v3.0.18", "issues": "https://github.com/wirDesign-communication-AG/wirhub/issues" }, - "time": "2023-12-15T15:41:15+00:00" + "time": "2023-12-20T08:27:33+00:00" } ], "packages-dev": [ From 1430c60ca222079221af8257db4e339110b22d70 Mon Sep 17 00:00:00 2001 From: Sven Joder Date: Mon, 11 Dec 2023 16:00:14 +0100 Subject: [PATCH 3/8] Hotfix --- composer.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/composer.lock b/composer.lock index ed77a5e5..0edae5cc 100644 --- a/composer.lock +++ b/composer.lock @@ -9918,12 +9918,21 @@ "source": { "type": "git", "url": "git@github.com:wirDesign-communication-AG/wirhub.git", +<<<<<<< HEAD "reference": "ae350fe506c3f1774d03bb3b2e37e310252411ee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/ae350fe506c3f1774d03bb3b2e37e310252411ee", "reference": "ae350fe506c3f1774d03bb3b2e37e310252411ee", +======= + "reference": "4512a02b9950f9e19a0e8a06bbfd8160a982e3d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/4512a02b9950f9e19a0e8a06bbfd8160a982e3d2", + "reference": "4512a02b9950f9e19a0e8a06bbfd8160a982e3d2", +>>>>>>> 066abfc (Hotfix) "shasum": "" }, "require": { @@ -10015,7 +10024,11 @@ "source": "https://github.com/wirDesign-communication-AG/wirhub/tree/v3.0.18", "issues": "https://github.com/wirDesign-communication-AG/wirhub/issues" }, +<<<<<<< HEAD "time": "2023-12-20T08:27:33+00:00" +======= + "time": "2023-12-11T14:56:07+00:00" +>>>>>>> 066abfc (Hotfix) } ], "packages-dev": [ From 36c21f61811143823e6430ed8faeebc3e221188b Mon Sep 17 00:00:00 2001 From: Sven Joder Date: Wed, 20 Dec 2023 10:44:08 +0100 Subject: [PATCH 4/8] fix lockfile --- composer.lock | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/composer.lock b/composer.lock index 0edae5cc..ed77a5e5 100644 --- a/composer.lock +++ b/composer.lock @@ -9918,21 +9918,12 @@ "source": { "type": "git", "url": "git@github.com:wirDesign-communication-AG/wirhub.git", -<<<<<<< HEAD "reference": "ae350fe506c3f1774d03bb3b2e37e310252411ee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/ae350fe506c3f1774d03bb3b2e37e310252411ee", "reference": "ae350fe506c3f1774d03bb3b2e37e310252411ee", -======= - "reference": "4512a02b9950f9e19a0e8a06bbfd8160a982e3d2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/4512a02b9950f9e19a0e8a06bbfd8160a982e3d2", - "reference": "4512a02b9950f9e19a0e8a06bbfd8160a982e3d2", ->>>>>>> 066abfc (Hotfix) "shasum": "" }, "require": { @@ -10024,11 +10015,7 @@ "source": "https://github.com/wirDesign-communication-AG/wirhub/tree/v3.0.18", "issues": "https://github.com/wirDesign-communication-AG/wirhub/issues" }, -<<<<<<< HEAD "time": "2023-12-20T08:27:33+00:00" -======= - "time": "2023-12-11T14:56:07+00:00" ->>>>>>> 066abfc (Hotfix) } ], "packages-dev": [ From 5aafd1dbc16ac59442846417225eabb1257c546a Mon Sep 17 00:00:00 2001 From: Sven Joder Date: Tue, 2 Jan 2024 16:47:35 +0100 Subject: [PATCH 5/8] update app --- composer.lock | 414 +++++++++++++++++++++++++------------------------- 1 file changed, 207 insertions(+), 207 deletions(-) diff --git a/composer.lock b/composer.lock index ed77a5e5..e0a22192 100644 --- a/composer.lock +++ b/composer.lock @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.294.3", + "version": "3.295.4", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "05761093c61ca7a02c1b5ae9be279bf69360e060" + "reference": "2372661db989fe4229abd95f4434b37252076d58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/05761093c61ca7a02c1b5ae9be279bf69360e060", - "reference": "05761093c61ca7a02c1b5ae9be279bf69360e060", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2372661db989fe4229abd95f4434b37252076d58", + "reference": "2372661db989fe4229abd95f4434b37252076d58", "shasum": "" }, "require": { @@ -151,9 +151,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.294.3" + "source": "https://github.com/aws/aws-sdk-php/tree/3.295.4" }, - "time": "2023-12-19T19:07:14+00:00" + "time": "2023-12-29T19:07:49+00:00" }, { "name": "behat/transliterator", @@ -346,23 +346,23 @@ }, { "name": "clue/stream-filter", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/clue/stream-filter.git", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e" + "reference": "049509fef80032cb3f051595029ab75b49a3c2f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e", + "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7", + "reference": "049509fef80032cb3f051595029ab75b49a3c2f7", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -384,7 +384,7 @@ } ], "description": "A simple and modern approach to stream filtering in PHP", - "homepage": "https://github.com/clue/php-stream-filter", + "homepage": "https://github.com/clue/stream-filter", "keywords": [ "bucket brigade", "callback", @@ -396,7 +396,7 @@ ], "support": { "issues": "https://github.com/clue/stream-filter/issues", - "source": "https://github.com/clue/stream-filter/tree/v1.6.0" + "source": "https://github.com/clue/stream-filter/tree/v1.7.0" }, "funding": [ { @@ -408,7 +408,7 @@ "type": "github" } ], - "time": "2022-02-21T13:15:14+00:00" + "time": "2023-12-20T15:40:13+00:00" }, { "name": "craue/formflow-bundle", @@ -1646,16 +1646,16 @@ }, { "name": "doctrine/orm", - "version": "2.17.1", + "version": "2.17.2", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "1a4fe6e0bb67762370937a7e6cee3da40a9122d1" + "reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/1a4fe6e0bb67762370937a7e6cee3da40a9122d1", - "reference": "1a4fe6e0bb67762370937a7e6cee3da40a9122d1", + "url": "https://api.github.com/repos/doctrine/orm/zipball/393679a4795e49b0b3ac317dce84d0f8888f2b77", + "reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77", "shasum": "" }, "require": { @@ -1688,10 +1688,10 @@ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", "psr/log": "^1 || ^2 || ^3", "squizlabs/php_codesniffer": "3.7.2", - "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2", - "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "vimeo/psalm": "4.30.0 || 5.15.0" + "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0", + "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "vimeo/psalm": "4.30.0 || 5.16.0" }, "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", @@ -1741,9 +1741,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.17.1" + "source": "https://github.com/doctrine/orm/tree/2.17.2" }, - "time": "2023-11-17T06:25:40+00:00" + "time": "2023-12-20T21:47:52+00:00" }, { "name": "doctrine/persistence", @@ -5049,16 +5049,16 @@ }, { "name": "symfony/cache", - "version": "v6.3.9", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "8c6e84272e4febbb1fed3c5b9f3c722537c2bd55" + "reference": "75f6ecc77f57f665774c8bee562f054da45e3ea8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/8c6e84272e4febbb1fed3c5b9f3c722537c2bd55", - "reference": "8c6e84272e4febbb1fed3c5b9f3c722537c2bd55", + "url": "https://api.github.com/repos/symfony/cache/zipball/75f6ecc77f57f665774c8bee562f054da45e3ea8", + "reference": "75f6ecc77f57f665774c8bee562f054da45e3ea8", "shasum": "" }, "require": { @@ -5125,7 +5125,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.3.9" + "source": "https://github.com/symfony/cache/tree/v6.3.11" }, "funding": [ { @@ -5141,7 +5141,7 @@ "type": "tidelift" } ], - "time": "2023-11-24T13:24:35+00:00" + "time": "2023-12-29T15:30:34+00:00" }, { "name": "symfony/cache-contracts", @@ -5221,16 +5221,16 @@ }, { "name": "symfony/clock", - "version": "v6.3.4", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/clock.git", - "reference": "a74086d3db70d0f06ffd84480daa556248706e98" + "reference": "4ce5bdbf7100e6a29aaf24ba3d664c0b11171d76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/clock/zipball/a74086d3db70d0f06ffd84480daa556248706e98", - "reference": "a74086d3db70d0f06ffd84480daa556248706e98", + "url": "https://api.github.com/repos/symfony/clock/zipball/4ce5bdbf7100e6a29aaf24ba3d664c0b11171d76", + "reference": "4ce5bdbf7100e6a29aaf24ba3d664c0b11171d76", "shasum": "" }, "require": { @@ -5274,7 +5274,7 @@ "time" ], "support": { - "source": "https://github.com/symfony/clock/tree/v6.3.4" + "source": "https://github.com/symfony/clock/tree/v6.3.11" }, "funding": [ { @@ -5290,7 +5290,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T11:35:03+00:00" + "time": "2023-12-22T05:28:17+00:00" }, { "name": "symfony/config", @@ -5369,16 +5369,16 @@ }, { "name": "symfony/console", - "version": "v6.3.9", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "0566dbd051f8648d980592c7849f5d90d2c7c60c" + "reference": "ca73e92b0ab86d3c5347f58ec6d822cce6ded1b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0566dbd051f8648d980592c7849f5d90d2c7c60c", - "reference": "0566dbd051f8648d980592c7849f5d90d2c7c60c", + "url": "https://api.github.com/repos/symfony/console/zipball/ca73e92b0ab86d3c5347f58ec6d822cce6ded1b0", + "reference": "ca73e92b0ab86d3c5347f58ec6d822cce6ded1b0", "shasum": "" }, "require": { @@ -5439,7 +5439,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.3.9" + "source": "https://github.com/symfony/console/tree/v6.3.11" }, "funding": [ { @@ -5455,20 +5455,20 @@ "type": "tidelift" } ], - "time": "2023-11-20T16:36:29+00:00" + "time": "2023-12-10T14:03:40+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.3.10", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "51383a1d9d7e93d5c3c76ddc32672de1b3e82c77" + "reference": "891c195b2aa6beed145adf2c9cf0dcbdb58f71b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51383a1d9d7e93d5c3c76ddc32672de1b3e82c77", - "reference": "51383a1d9d7e93d5c3c76ddc32672de1b3e82c77", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/891c195b2aa6beed145adf2c9cf0dcbdb58f71b4", + "reference": "891c195b2aa6beed145adf2c9cf0dcbdb58f71b4", "shasum": "" }, "require": { @@ -5520,7 +5520,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/v6.3.10" + "source": "https://github.com/symfony/dependency-injection/tree/v6.3.11" }, "funding": [ { @@ -5536,7 +5536,7 @@ "type": "tidelift" } ], - "time": "2023-12-01T14:25:58+00:00" + "time": "2023-12-28T19:16:47+00:00" }, { "name": "symfony/deprecation-contracts", @@ -5607,16 +5607,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v6.3.8", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "8842d289d41320a0f725e996b4e58d84af398a9e" + "reference": "cf63a86f307e3a0de7be0eea0b815ce881fb4e9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/8842d289d41320a0f725e996b4e58d84af398a9e", - "reference": "8842d289d41320a0f725e996b4e58d84af398a9e", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/cf63a86f307e3a0de7be0eea0b815ce881fb4e9f", + "reference": "cf63a86f307e3a0de7be0eea0b815ce881fb4e9f", "shasum": "" }, "require": { @@ -5697,7 +5697,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v6.3.8" + "source": "https://github.com/symfony/doctrine-bridge/tree/v6.3.11" }, "funding": [ { @@ -5713,20 +5713,20 @@ "type": "tidelift" } ], - "time": "2023-10-31T08:07:48+00:00" + "time": "2023-12-26T12:06:55+00:00" }, { "name": "symfony/dotenv", - "version": "v6.3.7", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "7dfbe2976f3c1b7cfa8fac2212a050bfa9bd7d9e" + "reference": "96d1ee86e892a772b0e0fa64f53d3179dbb4e37c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/7dfbe2976f3c1b7cfa8fac2212a050bfa9bd7d9e", - "reference": "7dfbe2976f3c1b7cfa8fac2212a050bfa9bd7d9e", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/96d1ee86e892a772b0e0fa64f53d3179dbb4e37c", + "reference": "96d1ee86e892a772b0e0fa64f53d3179dbb4e37c", "shasum": "" }, "require": { @@ -5771,7 +5771,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v6.3.7" + "source": "https://github.com/symfony/dotenv/tree/v6.3.11" }, "funding": [ { @@ -5787,7 +5787,7 @@ "type": "tidelift" } ], - "time": "2023-10-26T18:15:14+00:00" + "time": "2023-12-28T19:16:47+00:00" }, { "name": "symfony/error-handler", @@ -5865,16 +5865,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v6.3.2", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e" + "reference": "4b4738c49f4dc2f6cf750301c7781dd0d715c0b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e", - "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4b4738c49f4dc2f6cf750301c7781dd0d715c0b8", + "reference": "4b4738c49f4dc2f6cf750301c7781dd0d715c0b8", "shasum": "" }, "require": { @@ -5925,7 +5925,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.11" }, "funding": [ { @@ -5941,7 +5941,7 @@ "type": "tidelift" } ], - "time": "2023-07-06T06:56:43+00:00" + "time": "2023-12-27T22:16:07+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -6021,16 +6021,16 @@ }, { "name": "symfony/expression-language", - "version": "v6.3.0", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0" + "reference": "1bea7c161d8f7b5b17c6c6dc90c049cd9a21a4cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/6d560c4c80e7e328708efd923f93ad67e6a0c1c0", - "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/1bea7c161d8f7b5b17c6c6dc90c049cd9a21a4cc", + "reference": "1bea7c161d8f7b5b17c6c6dc90c049cd9a21a4cc", "shasum": "" }, "require": { @@ -6065,7 +6065,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v6.3.0" + "source": "https://github.com/symfony/expression-language/tree/v6.3.11" }, "funding": [ { @@ -6081,7 +6081,7 @@ "type": "tidelift" } ], - "time": "2023-04-28T16:05:33+00:00" + "time": "2023-12-09T11:27:35+00:00" }, { "name": "symfony/filesystem", @@ -6212,16 +6212,16 @@ }, { "name": "symfony/flex", - "version": "v2.4.2", + "version": "v2.4.3", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "67ee785f1aedada76461de7a7ec10cd7f8ff8d36" + "reference": "6b44ac75c7f07f48159ec36c2d21ef8cf48a21b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/67ee785f1aedada76461de7a7ec10cd7f8ff8d36", - "reference": "67ee785f1aedada76461de7a7ec10cd7f8ff8d36", + "url": "https://api.github.com/repos/symfony/flex/zipball/6b44ac75c7f07f48159ec36c2d21ef8cf48a21b1", + "reference": "6b44ac75c7f07f48159ec36c2d21ef8cf48a21b1", "shasum": "" }, "require": { @@ -6257,7 +6257,7 @@ "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v2.4.2" + "source": "https://github.com/symfony/flex/tree/v2.4.3" }, "funding": [ { @@ -6273,7 +6273,7 @@ "type": "tidelift" } ], - "time": "2023-12-05T14:09:35+00:00" + "time": "2024-01-02T11:08:32+00:00" }, { "name": "symfony/form", @@ -6374,16 +6374,16 @@ }, { "name": "symfony/framework-bundle", - "version": "v6.3.9", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "f83d20092e98c3ae8b5874b8f0787546c5c61cda" + "reference": "0b436fd990b80939fac8d06fdbd7f7dcd344160b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f83d20092e98c3ae8b5874b8f0787546c5c61cda", - "reference": "f83d20092e98c3ae8b5874b8f0787546c5c61cda", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0b436fd990b80939fac8d06fdbd7f7dcd344160b", + "reference": "0b436fd990b80939fac8d06fdbd7f7dcd344160b", "shasum": "" }, "require": { @@ -6410,7 +6410,7 @@ "phpdocumentor/type-resolver": "<1.4.0", "symfony/asset": "<5.4", "symfony/clock": "<6.3", - "symfony/console": "<5.4", + "symfony/console": "<5.4|>=7.0", "symfony/dom-crawler": "<6.3", "symfony/dotenv": "<5.4", "symfony/form": "<5.4", @@ -6498,7 +6498,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v6.3.9" + "source": "https://github.com/symfony/framework-bundle/tree/v6.3.11" }, "funding": [ { @@ -6514,20 +6514,20 @@ "type": "tidelift" } ], - "time": "2023-11-24T10:25:33+00:00" + "time": "2023-12-29T15:20:22+00:00" }, { "name": "symfony/http-client", - "version": "v6.3.8", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "0314e2d49939a9831929d6fc81c01c6df137fd0a" + "reference": "2f44f1d84bdcd9cca21ff430f5cd4a3fefa746fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/0314e2d49939a9831929d6fc81c01c6df137fd0a", - "reference": "0314e2d49939a9831929d6fc81c01c6df137fd0a", + "url": "https://api.github.com/repos/symfony/http-client/zipball/2f44f1d84bdcd9cca21ff430f5cd4a3fefa746fa", + "reference": "2f44f1d84bdcd9cca21ff430f5cd4a3fefa746fa", "shasum": "" }, "require": { @@ -6590,7 +6590,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v6.3.8" + "source": "https://github.com/symfony/http-client/tree/v6.3.11" }, "funding": [ { @@ -6606,7 +6606,7 @@ "type": "tidelift" } ], - "time": "2023-11-06T18:31:59+00:00" + "time": "2023-12-02T12:48:42+00:00" }, { "name": "symfony/http-client-contracts", @@ -6688,16 +6688,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.3.9", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "49a04fd3a21edc9ce503ab78e9f342805fefe780" + "reference": "63a2041d055f17cdbd454838e2fbb822e2abc266" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49a04fd3a21edc9ce503ab78e9f342805fefe780", - "reference": "49a04fd3a21edc9ce503ab78e9f342805fefe780", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/63a2041d055f17cdbd454838e2fbb822e2abc266", + "reference": "63a2041d055f17cdbd454838e2fbb822e2abc266", "shasum": "" }, "require": { @@ -6745,7 +6745,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.3.9" + "source": "https://github.com/symfony/http-foundation/tree/v6.3.11" }, "funding": [ { @@ -6761,20 +6761,20 @@ "type": "tidelift" } ], - "time": "2023-11-20T16:36:29+00:00" + "time": "2023-12-27T22:16:07+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.3.10", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "8d8e7aa60593fd0a2e3c1cea08cc687314841b61" + "reference": "9e9966d27dfe612898ffb3c507a1db2f29faefd1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8d8e7aa60593fd0a2e3c1cea08cc687314841b61", - "reference": "8d8e7aa60593fd0a2e3c1cea08cc687314841b61", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9e9966d27dfe612898ffb3c507a1db2f29faefd1", + "reference": "9e9966d27dfe612898ffb3c507a1db2f29faefd1", "shasum": "" }, "require": { @@ -6858,7 +6858,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.3.10" + "source": "https://github.com/symfony/http-kernel/tree/v6.3.11" }, "funding": [ { @@ -6874,7 +6874,7 @@ "type": "tidelift" } ], - "time": "2023-12-01T16:57:27+00:00" + "time": "2023-12-30T13:09:13+00:00" }, { "name": "symfony/intl", @@ -6960,16 +6960,16 @@ }, { "name": "symfony/mailer", - "version": "v6.3.5", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06" + "reference": "e35910bb1d58b8ea173bbf35729340d1c3e52bf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06", - "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06", + "url": "https://api.github.com/repos/symfony/mailer/zipball/e35910bb1d58b8ea173bbf35729340d1c3e52bf4", + "reference": "e35910bb1d58b8ea173bbf35729340d1c3e52bf4", "shasum": "" }, "require": { @@ -7020,7 +7020,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.3.5" + "source": "https://github.com/symfony/mailer/tree/v6.3.11" }, "funding": [ { @@ -7036,7 +7036,7 @@ "type": "tidelift" } ], - "time": "2023-09-06T09:47:15+00:00" + "time": "2023-12-18T10:27:58+00:00" }, { "name": "symfony/mime", @@ -7841,16 +7841,16 @@ }, { "name": "symfony/process", - "version": "v6.3.4", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54" + "reference": "0a4e8fac947b0f1720b0f634a13a2273cc4cc1ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54", - "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54", + "url": "https://api.github.com/repos/symfony/process/zipball/0a4e8fac947b0f1720b0f634a13a2273cc4cc1ad", + "reference": "0a4e8fac947b0f1720b0f634a13a2273cc4cc1ad", "shasum": "" }, "require": { @@ -7882,7 +7882,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.3.4" + "source": "https://github.com/symfony/process/tree/v6.3.11" }, "funding": [ { @@ -7898,7 +7898,7 @@ "type": "tidelift" } ], - "time": "2023-08-07T10:39:22+00:00" + "time": "2023-12-02T12:48:42+00:00" }, { "name": "symfony/property-access", @@ -8062,16 +8062,16 @@ }, { "name": "symfony/routing", - "version": "v6.3.10", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "cb7404232d49dd11cc971b832fcbd49e7c22b049" + "reference": "5f1b4eb8e7b7d8487389bd774fb76f51dba57452" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/cb7404232d49dd11cc971b832fcbd49e7c22b049", - "reference": "cb7404232d49dd11cc971b832fcbd49e7c22b049", + "url": "https://api.github.com/repos/symfony/routing/zipball/5f1b4eb8e7b7d8487389bd774fb76f51dba57452", + "reference": "5f1b4eb8e7b7d8487389bd774fb76f51dba57452", "shasum": "" }, "require": { @@ -8125,7 +8125,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.3.10" + "source": "https://github.com/symfony/routing/tree/v6.3.11" }, "funding": [ { @@ -8141,7 +8141,7 @@ "type": "tidelift" } ], - "time": "2023-12-01T14:25:58+00:00" + "time": "2023-12-29T15:20:22+00:00" }, { "name": "symfony/runtime", @@ -8224,16 +8224,16 @@ }, { "name": "symfony/security-bundle", - "version": "v6.3.8", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "57889ebb1ac3403d550c787c4fde127261abacb6" + "reference": "a185fa0c6b633402cbffb35682eaac7fac656e54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/57889ebb1ac3403d550c787c4fde127261abacb6", - "reference": "57889ebb1ac3403d550c787c4fde127261abacb6", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/a185fa0c6b633402cbffb35682eaac7fac656e54", + "reference": "a185fa0c6b633402cbffb35682eaac7fac656e54", "shasum": "" }, "require": { @@ -8315,7 +8315,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v6.3.8" + "source": "https://github.com/symfony/security-bundle/tree/v6.3.11" }, "funding": [ { @@ -8331,7 +8331,7 @@ "type": "tidelift" } ], - "time": "2023-11-09T09:33:10+00:00" + "time": "2023-12-23T07:52:56+00:00" }, { "name": "symfony/security-core", @@ -8576,16 +8576,16 @@ }, { "name": "symfony/serializer", - "version": "v6.3.10", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f" + "reference": "83a2e5ec60dddfb227b28ef9bffb7da073e50cfc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f", - "reference": "6eee0fd95f5caa1e77cab29552620ebf8e5b1a5f", + "url": "https://api.github.com/repos/symfony/serializer/zipball/83a2e5ec60dddfb227b28ef9bffb7da073e50cfc", + "reference": "83a2e5ec60dddfb227b28ef9bffb7da073e50cfc", "shasum": "" }, "require": { @@ -8650,7 +8650,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/v6.3.10" + "source": "https://github.com/symfony/serializer/tree/v6.3.11" }, "funding": [ { @@ -8666,25 +8666,25 @@ "type": "tidelift" } ], - "time": "2023-12-01T14:25:58+00:00" + "time": "2023-12-29T15:20:22+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838" + "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b3313c2dbffaf71c8de2934e2ea56ed2291a3838", - "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", + "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", "shasum": "" }, "require": { "php": ">=8.1", - "psr/container": "^2.0" + "psr/container": "^1.1|^2.0" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -8732,7 +8732,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.4.1" }, "funding": [ { @@ -8748,7 +8748,7 @@ "type": "tidelift" } ], - "time": "2023-07-30T20:28:31+00:00" + "time": "2023-12-26T14:02:43+00:00" }, { "name": "symfony/stopwatch", @@ -8814,16 +8814,16 @@ }, { "name": "symfony/string", - "version": "v6.3.9", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "56427887aeaf540e9bbd121ad6c43f14ad3ce136" + "reference": "6a4b1e7b315cf420c814c8e29d8af1e96ae4b674" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/56427887aeaf540e9bbd121ad6c43f14ad3ce136", - "reference": "56427887aeaf540e9bbd121ad6c43f14ad3ce136", + "url": "https://api.github.com/repos/symfony/string/zipball/6a4b1e7b315cf420c814c8e29d8af1e96ae4b674", + "reference": "6a4b1e7b315cf420c814c8e29d8af1e96ae4b674", "shasum": "" }, "require": { @@ -8880,7 +8880,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.9" + "source": "https://github.com/symfony/string/tree/v6.3.11" }, "funding": [ { @@ -8896,7 +8896,7 @@ "type": "tidelift" } ], - "time": "2023-11-28T20:40:29+00:00" + "time": "2023-12-10T14:03:40+00:00" }, { "name": "symfony/translation", @@ -8995,16 +8995,16 @@ }, { "name": "symfony/translation-contracts", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "dee0c6e5b4c07ce851b462530088e64b255ac9c5" + "reference": "06450585bf65e978026bda220cdebca3f867fde7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/dee0c6e5b4c07ce851b462530088e64b255ac9c5", - "reference": "dee0c6e5b4c07ce851b462530088e64b255ac9c5", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7", + "reference": "06450585bf65e978026bda220cdebca3f867fde7", "shasum": "" }, "require": { @@ -9053,7 +9053,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1" }, "funding": [ { @@ -9069,20 +9069,20 @@ "type": "tidelift" } ], - "time": "2023-07-25T15:08:44+00:00" + "time": "2023-12-26T14:02:43+00:00" }, { "name": "symfony/twig-bridge", - "version": "v6.3.8", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "c51407623959a626784ff302419026f56dc4e1ba" + "reference": "42c5bfdd94dcad82e0bd15882e4f1945886d4a1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/c51407623959a626784ff302419026f56dc4e1ba", - "reference": "c51407623959a626784ff302419026f56dc4e1ba", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/42c5bfdd94dcad82e0bd15882e4f1945886d4a1f", + "reference": "42c5bfdd94dcad82e0bd15882e4f1945886d4a1f", "shasum": "" }, "require": { @@ -9161,7 +9161,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v6.3.8" + "source": "https://github.com/symfony/twig-bridge/tree/v6.3.11" }, "funding": [ { @@ -9177,7 +9177,7 @@ "type": "tidelift" } ], - "time": "2023-11-09T21:20:12+00:00" + "time": "2023-12-15T12:36:40+00:00" }, { "name": "symfony/twig-bundle", @@ -9311,16 +9311,16 @@ }, { "name": "symfony/validator", - "version": "v6.3.9", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "c118889931856af47b0732b609f3ac2ddccd1da6" + "reference": "e35e841744bc8d3c54ffd35f06e22e02b36d6209" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/c118889931856af47b0732b609f3ac2ddccd1da6", - "reference": "c118889931856af47b0732b609f3ac2ddccd1da6", + "url": "https://api.github.com/repos/symfony/validator/zipball/e35e841744bc8d3c54ffd35f06e22e02b36d6209", + "reference": "e35e841744bc8d3c54ffd35f06e22e02b36d6209", "shasum": "" }, "require": { @@ -9387,7 +9387,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.3.9" + "source": "https://github.com/symfony/validator/tree/v6.3.11" }, "funding": [ { @@ -9403,20 +9403,20 @@ "type": "tidelift" } ], - "time": "2023-11-29T07:44:47+00:00" + "time": "2023-12-29T16:33:47+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.3.8", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "81acabba9046550e89634876ca64bfcd3c06aa0a" + "reference": "376d3c652c17c33d88db7a7e2e5288ecf3e327dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/81acabba9046550e89634876ca64bfcd3c06aa0a", - "reference": "81acabba9046550e89634876ca64bfcd3c06aa0a", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/376d3c652c17c33d88db7a7e2e5288ecf3e327dc", + "reference": "376d3c652c17c33d88db7a7e2e5288ecf3e327dc", "shasum": "" }, "require": { @@ -9471,7 +9471,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.3.8" + "source": "https://github.com/symfony/var-dumper/tree/v6.3.11" }, "funding": [ { @@ -9487,7 +9487,7 @@ "type": "tidelift" } ], - "time": "2023-11-08T10:42:36+00:00" + "time": "2023-12-28T15:37:35+00:00" }, { "name": "symfony/var-exporter", @@ -9918,12 +9918,12 @@ "source": { "type": "git", "url": "git@github.com:wirDesign-communication-AG/wirhub.git", - "reference": "ae350fe506c3f1774d03bb3b2e37e310252411ee" + "reference": "199b253bfe621fa81634738454ac4b1b2190c374" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/ae350fe506c3f1774d03bb3b2e37e310252411ee", - "reference": "ae350fe506c3f1774d03bb3b2e37e310252411ee", + "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/199b253bfe621fa81634738454ac4b1b2190c374", + "reference": "199b253bfe621fa81634738454ac4b1b2190c374", "shasum": "" }, "require": { @@ -10015,7 +10015,7 @@ "source": "https://github.com/wirDesign-communication-AG/wirhub/tree/v3.0.18", "issues": "https://github.com/wirDesign-communication-AG/wirhub/issues" }, - "time": "2023-12-20T08:27:33+00:00" + "time": "2024-01-02T15:40:37+00:00" } ], "packages-dev": [ @@ -10755,23 +10755,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.29", + "version": "9.2.30", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76" + "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76", - "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089", + "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.15", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -10821,7 +10821,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30" }, "funding": [ { @@ -10829,7 +10829,7 @@ "type": "github" } ], - "time": "2023-09-19T04:57:46+00:00" + "time": "2023-12-22T06:47:57+00:00" }, { "name": "phpunit/php-file-iterator", @@ -11418,20 +11418,20 @@ }, { "name": "sebastian/complexity", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a", + "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a", "shasum": "" }, "require": { - "nikic/php-parser": "^4.7", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=7.3" }, "require-dev": { @@ -11463,7 +11463,7 @@ "homepage": "https://github.com/sebastianbergmann/complexity", "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3" }, "funding": [ { @@ -11471,7 +11471,7 @@ "type": "github" } ], - "time": "2020-10-26T15:52:27+00:00" + "time": "2023-12-22T06:19:30+00:00" }, { "name": "sebastian/diff", @@ -11745,20 +11745,20 @@ }, { "name": "sebastian/lines-of-code", - "version": "1.0.3", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5", + "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5", "shasum": "" }, "require": { - "nikic/php-parser": "^4.6", + "nikic/php-parser": "^4.18 || ^5.0", "php": ">=7.3" }, "require-dev": { @@ -11790,7 +11790,7 @@ "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4" }, "funding": [ { @@ -11798,7 +11798,7 @@ "type": "github" } ], - "time": "2020-11-28T06:42:11+00:00" + "time": "2023-12-22T06:20:34+00:00" }, { "name": "sebastian/object-enumerator", @@ -12596,16 +12596,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v6.4.1", + "version": "v6.4.2", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "cca5373a41d45edbeaf38b7b67f376da2205ff95" + "reference": "bd0455b7888e4adac29cf175d819c51f88fed942" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/cca5373a41d45edbeaf38b7b67f376da2205ff95", - "reference": "cca5373a41d45edbeaf38b7b67f376da2205ff95", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/bd0455b7888e4adac29cf175d819c51f88fed942", + "reference": "bd0455b7888e4adac29cf175d819c51f88fed942", "shasum": "" }, "require": { @@ -12657,7 +12657,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.1" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.2" }, "funding": [ { @@ -12673,20 +12673,20 @@ "type": "tidelift" } ], - "time": "2023-12-01T09:25:07+00:00" + "time": "2023-12-19T09:12:31+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v6.3.8", + "version": "v6.3.11", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "4167c20cbdbb1152007fa731718c8c0362f28617" + "reference": "de03ba8beca31dcc0e2d91ebbd630457dd3ddd9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/4167c20cbdbb1152007fa731718c8c0362f28617", - "reference": "4167c20cbdbb1152007fa731718c8c0362f28617", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/de03ba8beca31dcc0e2d91ebbd630457dd3ddd9b", + "reference": "de03ba8beca31dcc0e2d91ebbd630457dd3ddd9b", "shasum": "" }, "require": { @@ -12738,7 +12738,7 @@ "dev" ], "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v6.3.8" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v6.3.11" }, "funding": [ { @@ -12754,7 +12754,7 @@ "type": "tidelift" } ], - "time": "2023-10-31T14:41:59+00:00" + "time": "2023-12-27T08:09:36+00:00" }, { "name": "theseer/tokenizer", From 265f8a50bb26d7c2d7ae0312c20a8eb42dea1df7 Mon Sep 17 00:00:00 2001 From: Sven Joder Date: Wed, 10 Jan 2024 15:37:06 +0100 Subject: [PATCH 6/8] latest beta --- .env | 1 + composer.lock | 54 +++++++++++++++--------------- config/packages/wirhub_bundle.yaml | 2 ++ 3 files changed, 30 insertions(+), 27 deletions(-) diff --git a/.env b/.env index 094bc29c..d8a4491d 100644 --- a/.env +++ b/.env @@ -35,6 +35,7 @@ AWS_S3_ACCESS_BUCKET= AWS_S3_ACCESS_KEY= AWS_S3_ACCESS_SECRET= # Core settings +APP_URL= APP_LOCALE=en APP_PUBLIC=false APP_SPACE_LIMIT=0 diff --git a/composer.lock b/composer.lock index e0a22192..58b43cd8 100644 --- a/composer.lock +++ b/composer.lock @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.295.4", + "version": "3.295.8", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "2372661db989fe4229abd95f4434b37252076d58" + "reference": "dc23d1d1e2e0413a3707d5dd90d8c43cb6c7521b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2372661db989fe4229abd95f4434b37252076d58", - "reference": "2372661db989fe4229abd95f4434b37252076d58", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/dc23d1d1e2e0413a3707d5dd90d8c43cb6c7521b", + "reference": "dc23d1d1e2e0413a3707d5dd90d8c43cb6c7521b", "shasum": "" }, "require": { @@ -151,9 +151,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.295.4" + "source": "https://github.com/aws/aws-sdk-php/tree/3.295.8" }, - "time": "2023-12-29T19:07:49+00:00" + "time": "2024-01-08T19:04:58+00:00" }, { "name": "behat/transliterator", @@ -4059,16 +4059,16 @@ }, { "name": "php-http/promise", - "version": "1.2.1", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", - "reference": "44a67cb59f708f826f3bec35f22030b3edb90119" + "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/44a67cb59f708f826f3bec35f22030b3edb90119", - "reference": "44a67cb59f708f826f3bec35f22030b3edb90119", + "url": "https://api.github.com/repos/php-http/promise/zipball/2916a606d3b390f4e9e8e2b8dd68581508be0f07", + "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07", "shasum": "" }, "require": { @@ -4105,9 +4105,9 @@ ], "support": { "issues": "https://github.com/php-http/promise/issues", - "source": "https://github.com/php-http/promise/tree/1.2.1" + "source": "https://github.com/php-http/promise/tree/1.3.0" }, - "time": "2023-11-08T12:57:08+00:00" + "time": "2024-01-04T18:49:48+00:00" }, { "name": "php-http/stopwatch-plugin", @@ -4169,16 +4169,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.24.5", + "version": "1.25.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc" + "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fedf211ff14ec8381c9bf5714e33a7a552dd1acc", - "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240", + "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240", "shasum": "" }, "require": { @@ -4210,9 +4210,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.24.5" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0" }, - "time": "2023-12-16T09:33:33+00:00" + "time": "2024-01-04T17:06:16+00:00" }, { "name": "pmdevelopment/microsoft-symfony-mailer", @@ -9918,12 +9918,12 @@ "source": { "type": "git", "url": "git@github.com:wirDesign-communication-AG/wirhub.git", - "reference": "199b253bfe621fa81634738454ac4b1b2190c374" + "reference": "d1aff161ed92cda3a16ece7224d963700b71965d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/199b253bfe621fa81634738454ac4b1b2190c374", - "reference": "199b253bfe621fa81634738454ac4b1b2190c374", + "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/d1aff161ed92cda3a16ece7224d963700b71965d", + "reference": "d1aff161ed92cda3a16ece7224d963700b71965d", "shasum": "" }, "require": { @@ -10015,7 +10015,7 @@ "source": "https://github.com/wirDesign-communication-AG/wirhub/tree/v3.0.18", "issues": "https://github.com/wirDesign-communication-AG/wirhub/issues" }, - "time": "2024-01-02T15:40:37+00:00" + "time": "2024-01-10T14:36:46+00:00" } ], "packages-dev": [ @@ -10693,16 +10693,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.50", + "version": "1.10.55", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" + "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", - "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", + "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", "shasum": "" }, "require": { @@ -10751,7 +10751,7 @@ "type": "tidelift" } ], - "time": "2023-12-13T10:59:42+00:00" + "time": "2024-01-08T12:32:40+00:00" }, { "name": "phpunit/php-code-coverage", diff --git a/config/packages/wirhub_bundle.yaml b/config/packages/wirhub_bundle.yaml index f06809da..ac8bfdb2 100644 --- a/config/packages/wirhub_bundle.yaml +++ b/config/packages/wirhub_bundle.yaml @@ -70,6 +70,8 @@ framework: dsn: '%env(MAILER_URL)%' envelope: sender: '%env(MAILER_SENDER)%' + router: + default_uri: '%env(string:APP_URL)%' httplug: clients: From 5b3ed13f38f310e7394fc161668bb72c3d6d3194 Mon Sep 17 00:00:00 2001 From: Sven Joder Date: Wed, 10 Jan 2024 15:39:42 +0100 Subject: [PATCH 7/8] dump env before install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1386c327..bdc9b0aa 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ endif update: git pull - COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader COMPOSER_ALLOW_SUPERUSER=1 composer dump-env prod + COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader php bin/console doctrine:migrations:migrate --no-interaction php bin/console app:theme:refresh php bin/console app:update From 614bc2c92883ed090093c3c0f01ce849d995bb90 Mon Sep 17 00:00:00 2001 From: Sven Joder Date: Fri, 12 Jan 2024 11:17:00 +0100 Subject: [PATCH 8/8] v3.0.18 --- composer.json | 2 +- composer.lock | 96 +++++++++++++++++++++++++++------------------------ 2 files changed, 51 insertions(+), 47 deletions(-) diff --git a/composer.json b/composer.json index bccba116..79359f07 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "symfony/framework-bundle": "6.3.*", "symfony/runtime": "6.3.*", "symfony/yaml": "6.3.*", - "wirdesign-communication-ag/wirhub": "v3.0.18.x-dev" + "wirdesign-communication-ag/wirhub": "^3.0.18" }, "scripts": { "auto-scripts": { diff --git a/composer.lock b/composer.lock index 58b43cd8..5fae8c69 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "32b8b2eb921ff7db8c2b39d493a90046", + "content-hash": "fabcfc615f920531f39dd173ed461a45", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.295.8", + "version": "3.295.10", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "dc23d1d1e2e0413a3707d5dd90d8c43cb6c7521b" + "reference": "4d8b4f47639275248e212bd61b6bc51f9dd709f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/dc23d1d1e2e0413a3707d5dd90d8c43cb6c7521b", - "reference": "dc23d1d1e2e0413a3707d5dd90d8c43cb6c7521b", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4d8b4f47639275248e212bd61b6bc51f9dd709f2", + "reference": "4d8b4f47639275248e212bd61b6bc51f9dd709f2", "shasum": "" }, "require": { @@ -151,9 +151,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.295.8" + "source": "https://github.com/aws/aws-sdk-php/tree/3.295.10" }, - "time": "2024-01-08T19:04:58+00:00" + "time": "2024-01-11T19:04:31+00:00" }, { "name": "behat/transliterator", @@ -412,52 +412,58 @@ }, { "name": "craue/formflow-bundle", - "version": "3.6.0", + "version": "3.7.0", "source": { "type": "git", "url": "https://github.com/craue/CraueFormFlowBundle.git", - "reference": "af3db3519a9e62920c439b80d17ff4db689a5d60" + "reference": "8fea7ced6145451a5ccca2e8d4d87c74e6d42b56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/craue/CraueFormFlowBundle/zipball/af3db3519a9e62920c439b80d17ff4db689a5d60", - "reference": "af3db3519a9e62920c439b80d17ff4db689a5d60", + "url": "https://api.github.com/repos/craue/CraueFormFlowBundle/zipball/8fea7ced6145451a5ccca2e8d4d87c74e6d42b56", + "reference": "8fea7ced6145451a5ccca2e8d4d87c74e6d42b56", "shasum": "" }, "require": { - "php": "^7.3|^8", - "symfony/config": "~4.4|~5.3|^6.0", - "symfony/dependency-injection": "~4.4|~5.3|^6.0", - "symfony/event-dispatcher": "~4.4|~5.3|^6.0", - "symfony/form": "~4.4|~5.3|^6.0", - "symfony/http-foundation": "~4.4|~5.3|^6.0", - "symfony/http-kernel": "~4.4|~5.3|^6.0", - "symfony/options-resolver": "~4.4|~5.3|^6.0", - "symfony/security-core": "~4.4|~5.3|^6.0", - "symfony/translation": "~4.4|~5.3|^6.0", - "symfony/validator": "~4.4|~5.3|^6.0", - "symfony/yaml": "~4.4|~5.3|^6.0" + "php": "^7.3 || ^8", + "symfony/config": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/form": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/http-foundation": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/http-kernel": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/options-resolver": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/security-core": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/translation": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/validator": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/yaml": "^4.4 || ^5.4 || ^6.3 || ^7.0" + }, + "conflict": { + "doctrine/dbal": "<2.10" }, "require-dev": { "craue/translations-tests": "^1.1", - "doctrine/annotations": "^1.6", - "doctrine/common": "~2.9|~3.0", - "doctrine/doctrine-bundle": "~1.10|~2.0", + "doctrine/collections": "^1.8 || ^2.1", + "doctrine/common": "^2.9 || ^3.0", + "doctrine/dbal": "^2.10 || ^3.0", + "doctrine/doctrine-bundle": "^1.10 || ^2.0", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "phpstan/phpstan-symfony": "^1.1", "phpunit/phpunit": "^9.5", - "symfony/browser-kit": "~4.4|~5.3|^6.0", - "symfony/css-selector": "~4.4|~5.3|^6.0", - "symfony/mime": "~4.4|~5.3|^6.0", - "symfony/phpunit-bridge": "^6", - "symfony/security-bundle": "~4.4|~5.3|^6.0", - "symfony/twig-bundle": "~4.4|~5.3|^6.0" + "symfony/browser-kit": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/css-selector": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/mime": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/phpunit-bridge": "^7.0", + "symfony/security-bundle": "^4.4 || ^5.4 || ^6.3 || ^7.0", + "symfony/twig-bundle": "^4.4 || ^5.4 || ^6.3 || ^7.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "3.6.x-dev" - }, - "symfony": { - "require": "~4.4|~5.3|^6.0" + "dev-master": "3.7.x-dev" } }, "autoload": { @@ -492,9 +498,9 @@ ], "support": { "issues": "https://github.com/craue/CraueFormFlowBundle/issues", - "source": "https://github.com/craue/CraueFormFlowBundle/tree/3.6.0" + "source": "https://github.com/craue/CraueFormFlowBundle/tree/3.7.0" }, - "time": "2022-01-24T14:43:05+00:00" + "time": "2024-01-11T01:03:17+00:00" }, { "name": "doctrine/annotations", @@ -9914,16 +9920,16 @@ }, { "name": "wirdesign-communication-ag/wirhub", - "version": "v3.0.18.x-dev", + "version": "3.0.18", "source": { "type": "git", "url": "git@github.com:wirDesign-communication-AG/wirhub.git", - "reference": "d1aff161ed92cda3a16ece7224d963700b71965d" + "reference": "9f81499cf5008cb81f4729b948846ab97670ed9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/d1aff161ed92cda3a16ece7224d963700b71965d", - "reference": "d1aff161ed92cda3a16ece7224d963700b71965d", + "url": "https://api.github.com/repos/wirDesign-communication-AG/wirhub/zipball/9f81499cf5008cb81f4729b948846ab97670ed9c", + "reference": "9f81499cf5008cb81f4729b948846ab97670ed9c", "shasum": "" }, "require": { @@ -10015,7 +10021,7 @@ "source": "https://github.com/wirDesign-communication-AG/wirhub/tree/v3.0.18", "issues": "https://github.com/wirDesign-communication-AG/wirhub/issues" }, - "time": "2024-01-10T14:36:46+00:00" + "time": "2024-01-12T10:08:25+00:00" } ], "packages-dev": [ @@ -12809,9 +12815,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "wirdesign-communication-ag/wirhub": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": {