From e51c9f0b9a177697bc720210a5a968d83000737e Mon Sep 17 00:00:00 2001 From: martinyde Date: Fri, 21 Feb 2025 10:06:13 +0100 Subject: [PATCH 1/8] Added updated config --- .github/workflows/pr.yaml | 1 + composer.json | 11 +- composer.lock | 1234 +++++++++-------- ...e.os2loop_documents_collection.default.yml | 6 +- ...ode.os2loop_documents_document.default.yml | 6 +- ..._display.node.os2loop_external.default.yml | 6 +- ...form_display.node.os2loop_post.default.yml | 6 +- ..._display.node.os2loop_question.default.yml | 4 +- ...entity_form_display.user.user.register.yml | 4 +- .../filter.format.os2loop_documents_body.yml | 6 +- ...ter.format.os2loop_documents_rich_text.yml | 6 +- .../filter.format.os2loop_documents_table.yml | 6 +- .../sync/filter.format.os2loop_external.yml | 6 +- .../filter.format.os2loop_message_message.yml | 2 +- config/sync/filter.format.os2loop_page.yml | 6 +- config/sync/filter.format.os2loop_post.yml | 6 +- ...format.os2loop_post_comment_plain_text.yml | 2 +- ....format.os2loop_post_comment_rich_text.yml | 6 +- ...mat.os2loop_question_answer_plain_text.yml | 2 +- ...rmat.os2loop_question_answer_rich_text.yml | 6 +- ...ter.format.os2loop_question_plain_text.yml | 2 +- ...lter.format.os2loop_question_rich_text.yml | 6 +- .../filter.format.os2loop_section_page.yml | 6 +- ....format.os2loop_section_page_free_html.yml | 6 +- config/sync/filter.format.plain_text.yml | 2 +- ...mment.os2loop_comment_anonymous_author.yml | 2 +- ...nswer.os2loop_comment_anonymous_author.yml | 2 +- .../language/da/toc_api.toc_type.default.yml | 2 - 28 files changed, 680 insertions(+), 680 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 4ef9203b1..8a5f3939b 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -47,6 +47,7 @@ jobs: run: | composer install --no-interaction --no-progress composer normalize composer.json --dry-run + composer audit config-check: name: Check that config is up to date diff --git a/composer.json b/composer.json index 7c9c47ea9..67bb4d005 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ "drupal/color": "^1.0", "drupal/config_ignore": "^2.4", "drupal/convert_media_tags_to_markup": "^3.0", - "drupal/core-composer-scaffold": "^10.1", - "drupal/core-project-message": "^10.1", - "drupal/core-recommended": "^10.1", + "drupal/core-composer-scaffold": "^10.4", + "drupal/core-project-message": "^10.4", + "drupal/core-recommended": "^10.4", "drupal/date_popup": "^2.0", "drupal/diff": "^1.1", "drupal/entity_print": "^2.13", @@ -57,7 +57,7 @@ "drupal/views_data_export": "^1.3", "drupal/views_flag_refresh": "^1.0", "drupal/viewsreference": "^2.0@beta", - "drupal/xls_serialization": "^1.3", + "drupal/xls_serialization": "^2.0", "drush/drush": "^12.2", "jjj/chosen": "2.2.1" }, @@ -208,8 +208,7 @@ }, "patches": { "drupal/core": { - "Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-07-03/drupal-3150540-42.patch", - "Handle undefined index when using form states (https://www.drupal.org/project/drupal/issues/2700667)": "https://www.drupal.org/files/issues/2020-03-11/2700667-104.patch" + "Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-07-03/drupal-3150540-42.patch" }, "drupal/devel": { "Public methods are not visible in kint (https://gitlab.com/drupalspoons/devel/-/issues/221 via https://www.drupal.org/project/devel/issues/3112201)": "https://gitlab.com/-/project/18040690/uploads/7897853cd83cb829ae8d752657e2f497/kint.221-5-3.patch" diff --git a/composer.lock b/composer.lock index 383ab5ef9..ad9296023 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": "f7eba58b04fc652afb04694fb9789760", + "content-hash": "54771534c74e3d7139c902e4954b7e90", "packages": [ { "name": "asm89/stack-cors", @@ -329,6 +329,85 @@ ], "time": "2024-06-24T20:46:46+00:00" }, + { + "name": "composer/pcre", + "version": "3.3.2", + "source": { + "type": "git", + "url": "https://github.com/composer/pcre.git", + "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", + "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<1.11.10" + }, + "require-dev": { + "phpstan/phpstan": "^1.12 || ^2", + "phpstan/phpstan-strict-rules": "^1 || ^2", + "phpunit/phpunit": "^8 || ^9" + }, + "type": "library", + "extra": { + "phpstan": { + "includes": [ + "extension.neon" + ] + }, + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Pcre\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "keywords": [ + "PCRE", + "preg", + "regex", + "regular expression" + ], + "support": { + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/3.3.2" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2024-11-12T16:29:46+00:00" + }, { "name": "composer/semver", "version": "3.4.3", @@ -1127,29 +1206,27 @@ }, { "name": "doctrine/deprecations", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" + "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9", + "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9", - "phpstan/phpstan": "1.4.10 || 1.10.15", - "phpstan/phpstan-phpunit": "^1.0", + "doctrine/coding-standard": "^9 || ^12", + "phpstan/phpstan": "1.4.10 || 2.0.3", + "phpstan/phpstan-phpunit": "^1.0 || ^2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psalm/plugin-phpunit": "0.18.4", - "psr/log": "^1 || ^2 || ^3", - "vimeo/psalm": "4.30.0 || 5.12.0" + "psr/log": "^1 || ^2 || ^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -1157,7 +1234,7 @@ "type": "library", "autoload": { "psr-4": { - "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + "Doctrine\\Deprecations\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1168,9 +1245,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/1.1.3" + "source": "https://github.com/doctrine/deprecations/tree/1.1.4" }, - "time": "2024-01-30T19:34:25+00:00" + "time": "2024-12-07T21:18:45+00:00" }, { "name": "doctrine/lexer", @@ -1924,16 +2001,16 @@ }, { "name": "drupal/core", - "version": "10.3.6", + "version": "10.4.3", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "168ec99f2012aeb4e93c6c7dd4a90dc919ae96c6" + "reference": "b9ecec3637e19050a3ab5fe14f6d84e9e00c9abd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/168ec99f2012aeb4e93c6c7dd4a90dc919ae96c6", - "reference": "168ec99f2012aeb4e93c6c7dd4a90dc919ae96c6", + "url": "https://api.github.com/repos/drupal/core/zipball/b9ecec3637e19050a3ab5fe14f6d84e9e00c9abd", + "reference": "b9ecec3637e19050a3ab5fe14f6d84e9e00c9abd", "shasum": "" }, "require": { @@ -1979,7 +2056,7 @@ "symfony/serializer": "^6.4", "symfony/validator": "^6.4", "symfony/yaml": "^6.4", - "twig/twig": "^3.14.0" + "twig/twig": "^3.15.0" }, "conflict": { "drush/drush": "<12.4.3" @@ -2017,29 +2094,29 @@ "extra": { "drupal-scaffold": { "file-mapping": { - "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", - "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", - "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", - "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", - "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", - "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", "[web-root]/.htaccess": "assets/scaffold/files/htaccess", - "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", - "[web-root]/index.php": "assets/scaffold/files/index.php", - "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", "[web-root]/README.md": "assets/scaffold/files/drupal.README.md", + "[web-root]/index.php": "assets/scaffold/files/index.php", + "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", "[web-root]/update.php": "assets/scaffold/files/update.php", "[web-root]/web.config": "assets/scaffold/files/web.config", + "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", + "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", + "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", + "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", + "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", + "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", + "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt", + "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", + "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", + "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", + "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", - "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", - "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", - "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", - "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", - "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" + "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php" } } }, @@ -2082,22 +2159,22 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.3.6" + "source": "https://github.com/drupal/core/tree/10.4.3" }, - "time": "2024-10-03T08:58:13+00:00" + "time": "2025-02-18T22:41:05+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.3.6", + "version": "10.4.3", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "f58ab5c0d02d275c5aa226c4505b457e41b161cc" + "reference": "db17b59620ce1c142a34dc017d9e696ce4771e55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/f58ab5c0d02d275c5aa226c4505b457e41b161cc", - "reference": "f58ab5c0d02d275c5aa226c4505b457e41b161cc", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/db17b59620ce1c142a34dc017d9e696ce4771e55", + "reference": "db17b59620ce1c142a34dc017d9e696ce4771e55", "shasum": "" }, "require": { @@ -2132,13 +2209,13 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.3.6" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.4.3" }, - "time": "2024-08-22T14:31:34+00:00" + "time": "2024-08-22T14:31:30+00:00" }, { "name": "drupal/core-project-message", - "version": "10.3.6", + "version": "10.4.3", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", @@ -2173,80 +2250,80 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-project-message/tree/11.0.5" + "source": "https://github.com/drupal/core-project-message/tree/11.1.3" }, "time": "2023-07-24T07:55:25+00:00" }, { "name": "drupal/core-recommended", - "version": "10.3.6", + "version": "10.4.3", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "5ddec63138dc10869dea5d1cd4e72c977bb9b538" + "reference": "0214d0d9e509985b9341f3a11ca7983e3900bc93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/5ddec63138dc10869dea5d1cd4e72c977bb9b538", - "reference": "5ddec63138dc10869dea5d1cd4e72c977bb9b538", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/0214d0d9e509985b9341f3a11ca7983e3900bc93", + "reference": "0214d0d9e509985b9341f3a11ca7983e3900bc93", "shasum": "" }, "require": { "asm89/stack-cors": "~v2.2.0", - "composer/semver": "~3.4.0", - "doctrine/annotations": "~1.14.3", + "composer/semver": "~3.4.3", + "doctrine/annotations": "~1.14.4", "doctrine/deprecations": "~1.1.3", "doctrine/lexer": "~2.1.1", - "drupal/core": "10.3.6", + "drupal/core": "10.4.3", "egulias/email-validator": "~4.0.2", - "guzzlehttp/guzzle": "~7.8.1", - "guzzlehttp/promises": "~2.0.2", - "guzzlehttp/psr7": "~2.6.2", + "guzzlehttp/guzzle": "~7.9.2", + "guzzlehttp/promises": "~2.0.4", + "guzzlehttp/psr7": "~2.7.0", "masterminds/html5": "~2.9.0", - "mck89/peast": "~v1.16.2", + "mck89/peast": "~v1.16.3", "pear/archive_tar": "~1.5.0", "pear/console_getopt": "~v1.4.3", - "pear/pear-core-minimal": "~v1.10.15", + "pear/pear-core-minimal": "~v1.10.16", "pear/pear_exception": "~v1.0.2", "psr/cache": "~3.0.0", "psr/container": "~2.0.2", "psr/event-dispatcher": "~1.0.0", "psr/http-client": "~1.0.3", "psr/http-factory": "~1.1.0", - "psr/log": "~3.0.0", + "psr/log": "~3.0.2", "ralouphie/getallheaders": "~3.0.3", "sebastian/diff": "~4.0.6", - "symfony/console": "~v6.4.8", - "symfony/dependency-injection": "~v6.4.7", - "symfony/deprecation-contracts": "~v3.5.0", - "symfony/error-handler": "~v6.4.7", - "symfony/event-dispatcher": "~v6.4.7", - "symfony/event-dispatcher-contracts": "~v3.5.0", - "symfony/filesystem": "~v6.4.8", - "symfony/finder": "~v6.4.8", - "symfony/http-foundation": "~v6.4.7", - "symfony/http-kernel": "~v6.4.7", - "symfony/mailer": "~v6.4.7", - "symfony/mime": "~v6.4.7", - "symfony/polyfill-ctype": "~v1.29.0", - "symfony/polyfill-iconv": "~v1.29.0", - "symfony/polyfill-intl-grapheme": "~v1.29.0", - "symfony/polyfill-intl-idn": "~v1.29.0", - "symfony/polyfill-intl-normalizer": "~v1.29.0", - "symfony/polyfill-mbstring": "~v1.29.0", - "symfony/polyfill-php83": "~v1.29.0", - "symfony/process": "~v6.4.8", - "symfony/psr-http-message-bridge": "~v6.4.7", - "symfony/routing": "~v6.4.7", - "symfony/serializer": "~v6.4.7", - "symfony/service-contracts": "~v3.5.0", - "symfony/string": "~v6.4.8", - "symfony/translation-contracts": "~v3.5.0", - "symfony/validator": "~v6.4.7", - "symfony/var-dumper": "~v6.4.7", - "symfony/var-exporter": "~v6.4.7", - "symfony/yaml": "~v6.4.7", - "twig/twig": "~v3.14.0" + "symfony/console": "~v6.4.15", + "symfony/dependency-injection": "~v6.4.16", + "symfony/deprecation-contracts": "~v3.5.1", + "symfony/error-handler": "~v6.4.14", + "symfony/event-dispatcher": "~v6.4.13", + "symfony/event-dispatcher-contracts": "~v3.5.1", + "symfony/filesystem": "~v6.4.13", + "symfony/finder": "~v6.4.13", + "symfony/http-foundation": "~v6.4.16", + "symfony/http-kernel": "~v6.4.16", + "symfony/mailer": "~v6.4.13", + "symfony/mime": "~v6.4.13", + "symfony/polyfill-ctype": "~v1.31.0", + "symfony/polyfill-iconv": "~v1.31.0", + "symfony/polyfill-intl-grapheme": "~v1.31.0", + "symfony/polyfill-intl-idn": "~v1.31.0", + "symfony/polyfill-intl-normalizer": "~v1.31.0", + "symfony/polyfill-mbstring": "~v1.31.0", + "symfony/polyfill-php83": "~v1.31.0", + "symfony/process": "~v6.4.15", + "symfony/psr-http-message-bridge": "~v6.4.13", + "symfony/routing": "~v6.4.16", + "symfony/serializer": "~v6.4.15", + "symfony/service-contracts": "~v3.5.1", + "symfony/string": "~v6.4.15", + "symfony/translation-contracts": "~v3.5.1", + "symfony/validator": "~v6.4.16", + "symfony/var-dumper": "~v6.4.15", + "symfony/var-exporter": "~v6.4.13", + "symfony/yaml": "~v6.4.13", + "twig/twig": "~v3.19.0" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -2258,9 +2335,9 @@ ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/10.3.6" + "source": "https://github.com/drupal/core-recommended/tree/10.4.3" }, - "time": "2024-10-03T08:58:13+00:00" + "time": "2025-02-18T22:41:05+00:00" }, { "name": "drupal/csv_serialization", @@ -5009,27 +5086,27 @@ }, { "name": "drupal/xls_serialization", - "version": "1.4.0", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/xls_serialization.git", - "reference": "8.x-1.4" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/xls_serialization-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "d2192af090afb1ed6165074c14cfc9f3250ef923" + "url": "https://ftp.drupal.org/files/projects/xls_serialization-2.0.3.zip", + "reference": "2.0.3", + "shasum": "3777b6a29ffc61e7587e21161bccff79ee807c91" }, "require": { - "drupal/core": "^9 || ^10", - "phpoffice/phpspreadsheet": "^2.0" + "drupal/core": "^9 || ^10 || ^11", + "phpoffice/phpspreadsheet": "^2.3.7" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1725381868", + "version": "2.0.3", + "datestamp": "1737917850", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5045,6 +5122,10 @@ "name": "jhedstrom", "homepage": "https://www.drupal.org/user/208732" }, + { + "name": "mably", + "homepage": "https://www.drupal.org/user/3375160" + }, { "name": "theemstra", "homepage": "https://www.drupal.org/user/212681" @@ -5277,16 +5358,16 @@ }, { "name": "egulias/email-validator", - "version": "4.0.2", + "version": "4.0.3", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" + "reference": "b115554301161fa21467629f1e1391c1936de517" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517", + "reference": "b115554301161fa21467629f1e1391c1936de517", "shasum": "" }, "require": { @@ -5332,7 +5413,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.3" }, "funding": [ { @@ -5340,7 +5421,7 @@ "type": "github" } ], - "time": "2023-10-06T06:47:41+00:00" + "time": "2024-12-27T00:36:43+00:00" }, { "name": "ezyang/htmlpurifier", @@ -5513,22 +5594,22 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.8.2", + "version": "7.9.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2" + "reference": "d281ed313b989f213357e3be1a179f02196ac99b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4152d9eb85c445fe1f992001d1748e8bec070d2", - "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.5.3 || ^2.0.3", - "guzzlehttp/psr7": "^1.9.1 || ^2.6.3", + "guzzlehttp/psr7": "^2.7.0", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -5619,7 +5700,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.8.2" + "source": "https://github.com/guzzle/guzzle/tree/7.9.2" }, "funding": [ { @@ -5635,7 +5716,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T11:12:18+00:00" + "time": "2024-07-24T11:22:20+00:00" }, { "name": "guzzlehttp/promises", @@ -5722,16 +5803,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.6.3", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "6de29867b18790c0d2c846af4c13a24cc3ad56f3" + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/6de29867b18790c0d2c846af4c13a24cc3ad56f3", - "reference": "6de29867b18790c0d2c846af4c13a24cc3ad56f3", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", "shasum": "" }, "require": { @@ -5818,7 +5899,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.6.3" + "source": "https://github.com/guzzle/psr7/tree/2.7.0" }, "funding": [ { @@ -5834,7 +5915,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T09:59:12+00:00" + "time": "2024-07-18T11:15:46+00:00" }, { "name": "jjj/chosen", @@ -6017,31 +6098,32 @@ }, { "name": "maennchen/zipstream-php", - "version": "3.1.1", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/maennchen/ZipStream-PHP.git", - "reference": "6187e9cc4493da94b9b63eb2315821552015fca9" + "reference": "aeadcf5c412332eb426c0f9b4485f6accba2a99f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/6187e9cc4493da94b9b63eb2315821552015fca9", - "reference": "6187e9cc4493da94b9b63eb2315821552015fca9", + "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/aeadcf5c412332eb426c0f9b4485f6accba2a99f", + "reference": "aeadcf5c412332eb426c0f9b4485f6accba2a99f", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-zlib": "*", - "php-64bit": "^8.1" + "php-64bit": "^8.2" }, "require-dev": { + "brianium/paratest": "^7.7", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.16", "guzzlehttp/guzzle": "^7.5", "mikey179/vfsstream": "^1.6", "php-coveralls/php-coveralls": "^2.5", - "phpunit/phpunit": "^10.0", - "vimeo/psalm": "^5.0" + "phpunit/phpunit": "^11.0", + "vimeo/psalm": "^6.0" }, "suggest": { "guzzlehttp/psr7": "^2.4", @@ -6082,7 +6164,7 @@ ], "support": { "issues": "https://github.com/maennchen/ZipStream-PHP/issues", - "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.1" + "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.2" }, "funding": [ { @@ -6090,7 +6172,7 @@ "type": "github" } ], - "time": "2024-10-10T12:33:01+00:00" + "time": "2025-01-27T12:07:53+00:00" }, { "name": "markbaker/complex", @@ -6358,16 +6440,16 @@ }, { "name": "nikic/php-parser", - "version": "v5.3.1", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" + "reference": "447a020a1f875a434d62f2a401f53b82a396e494" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", + "reference": "447a020a1f875a434d62f2a401f53b82a396e494", "shasum": "" }, "require": { @@ -6410,9 +6492,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" }, - "time": "2024-10-08T18:51:32+00:00" + "time": "2024-12-30T11:07:19+00:00" }, { "name": "pear/archive_tar", @@ -6537,16 +6619,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.15", + "version": "v1.10.16", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c" + "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/ce0adade8b97561656ace07cdaac4751c271ea8c", - "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c0f51b45f50683bf5bbf558036854ebc9b54d033", + "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033", "shasum": "" }, "require": { @@ -6582,7 +6664,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2024-03-16T18:41:45+00:00" + "time": "2024-11-24T22:27:58+00:00" }, { "name": "pear/pear_exception", @@ -6839,19 +6921,20 @@ }, { "name": "phpoffice/phpspreadsheet", - "version": "2.3.0", + "version": "2.3.8", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "c972c146ddd5e8350ea839355b9bb0ce6a8fa33e" + "reference": "7a700683743bf1c4a21837c84b266916f1aa7d25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c972c146ddd5e8350ea839355b9bb0ce6a8fa33e", - "reference": "c972c146ddd5e8350ea839355b9bb0ce6a8fa33e", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/7a700683743bf1c4a21837c84b266916f1aa7d25", + "reference": "7a700683743bf1c4a21837c84b266916f1aa7d25", "shasum": "" }, "require": { + "composer/pcre": "^1 || ^2 || ^3", "ext-ctype": "*", "ext-dom": "*", "ext-fileinfo": "*", @@ -6937,9 +7020,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/2.3.0" + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/2.3.8" }, - "time": "2024-09-29T07:06:02+00:00" + "time": "2025-02-08T03:01:45+00:00" }, { "name": "phpowermove/docblock", @@ -7662,16 +7745,16 @@ }, { "name": "symfony/console", - "version": "v6.4.12", + "version": "v6.4.17", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765" + "reference": "799445db3f15768ecc382ac5699e6da0520a0a04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/72d080eb9edf80e36c19be61f72c98ed8273b765", - "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765", + "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04", + "reference": "799445db3f15768ecc382ac5699e6da0520a0a04", "shasum": "" }, "require": { @@ -7736,7 +7819,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.12" + "source": "https://github.com/symfony/console/tree/v6.4.17" }, "funding": [ { @@ -7752,20 +7835,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:15:52+00:00" + "time": "2024-12-07T12:07:30+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.12", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "cfb9d34a1cdd4911bc737a5358fd1cf8ebfb536e" + "reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cfb9d34a1cdd4911bc737a5358fd1cf8ebfb536e", - "reference": "cfb9d34a1cdd4911bc737a5358fd1cf8ebfb536e", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7a379d8871f6a36f01559c14e11141cc02eb8dc8", + "reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8", "shasum": "" }, "require": { @@ -7817,7 +7900,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.4.12" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.16" }, "funding": [ { @@ -7833,20 +7916,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:18:25+00:00" + "time": "2024-11-25T14:52:46+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "shasum": "" }, "require": { @@ -7854,12 +7937,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -7884,7 +7967,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" }, "funding": [ { @@ -7900,20 +7983,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/error-handler", - "version": "v6.4.10", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "231f1b2ee80f72daa1972f7340297d67439224f0" + "reference": "e8d3b5b1975e67812a54388b1ba8e9ec28eb770e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/231f1b2ee80f72daa1972f7340297d67439224f0", - "reference": "231f1b2ee80f72daa1972f7340297d67439224f0", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/e8d3b5b1975e67812a54388b1ba8e9ec28eb770e", + "reference": "e8d3b5b1975e67812a54388b1ba8e9ec28eb770e", "shasum": "" }, "require": { @@ -7959,7 +8042,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.10" + "source": "https://github.com/symfony/error-handler/tree/v6.4.18" }, "funding": [ { @@ -7975,20 +8058,20 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:30:32+00:00" + "time": "2025-01-06T09:38:16+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b" + "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8d7507f02b06e06815e56bb39aa0128e3806208b", - "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e", + "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e", "shasum": "" }, "require": { @@ -8039,7 +8122,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.4.8" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.13" }, "funding": [ { @@ -8055,20 +8138,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50" + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50", - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", "shasum": "" }, "require": { @@ -8077,12 +8160,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -8115,7 +8198,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" }, "funding": [ { @@ -8131,20 +8214,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/filesystem", - "version": "v6.4.12", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "f810e3cbdf7fdc35983968523d09f349fa9ada12" + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/f810e3cbdf7fdc35983968523d09f349fa9ada12", - "reference": "f810e3cbdf7fdc35983968523d09f349fa9ada12", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", "shasum": "" }, "require": { @@ -8181,7 +8264,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.12" + "source": "https://github.com/symfony/filesystem/tree/v6.4.13" }, "funding": [ { @@ -8197,20 +8280,20 @@ "type": "tidelift" } ], - "time": "2024-09-16T16:01:33+00:00" + "time": "2024-10-25T15:07:50+00:00" }, { "name": "symfony/finder", - "version": "v6.4.11", + "version": "v6.4.17", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453" + "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/d7eb6daf8cd7e9ac4976e9576b32042ef7253453", - "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453", + "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", + "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", "shasum": "" }, "require": { @@ -8245,7 +8328,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.11" + "source": "https://github.com/symfony/finder/tree/v6.4.17" }, "funding": [ { @@ -8261,20 +8344,20 @@ "type": "tidelift" } ], - "time": "2024-08-13T14:27:37+00:00" + "time": "2024-12-29T13:51:37+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.4.12", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "133ac043875f59c26c55e79cf074562127cce4d2" + "reference": "d0492d6217e5ab48f51fca76f64cf8e78919d0db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/133ac043875f59c26c55e79cf074562127cce4d2", - "reference": "133ac043875f59c26c55e79cf074562127cce4d2", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0492d6217e5ab48f51fca76f64cf8e78919d0db", + "reference": "d0492d6217e5ab48f51fca76f64cf8e78919d0db", "shasum": "" }, "require": { @@ -8284,12 +8367,12 @@ "symfony/polyfill-php83": "^1.27" }, "conflict": { - "symfony/cache": "<6.3" + "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, "require-dev": { "doctrine/dbal": "^2.13.1|^3|^4", "predis/predis": "^1.1|^2.0", - "symfony/cache": "^6.3|^7.0", + "symfony/cache": "^6.4.12|^7.1.5", "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/expression-language": "^5.4|^6.0|^7.0", "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0", @@ -8322,7 +8405,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.4.12" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.18" }, "funding": [ { @@ -8338,20 +8421,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:18:25+00:00" + "time": "2025-01-09T15:48:56+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.12", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "96df83d51b5f78804f70c093b97310794fd6257b" + "reference": "fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/96df83d51b5f78804f70c093b97310794fd6257b", - "reference": "96df83d51b5f78804f70c093b97310794fd6257b", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7", + "reference": "fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7", "shasum": "" }, "require": { @@ -8436,7 +8519,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.4.12" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.18" }, "funding": [ { @@ -8452,20 +8535,20 @@ "type": "tidelift" } ], - "time": "2024-09-21T06:02:57+00:00" + "time": "2025-01-29T07:25:58+00:00" }, { "name": "symfony/mailer", - "version": "v6.4.12", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "b6a25408c569ae2366b3f663a4edad19420a9c26" + "reference": "e93a6ae2767d7f7578c2b7961d9d8e27580b2b11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/b6a25408c569ae2366b3f663a4edad19420a9c26", - "reference": "b6a25408c569ae2366b3f663a4edad19420a9c26", + "url": "https://api.github.com/repos/symfony/mailer/zipball/e93a6ae2767d7f7578c2b7961d9d8e27580b2b11", + "reference": "e93a6ae2767d7f7578c2b7961d9d8e27580b2b11", "shasum": "" }, "require": { @@ -8516,7 +8599,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.4.12" + "source": "https://github.com/symfony/mailer/tree/v6.4.18" }, "funding": [ { @@ -8532,20 +8615,20 @@ "type": "tidelift" } ], - "time": "2024-09-08T12:30:05+00:00" + "time": "2025-01-24T15:27:15+00:00" }, { "name": "symfony/mime", - "version": "v6.4.12", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "abe16ee7790b16aa525877419deb0f113953f0e1" + "reference": "917d77981eb1ea963608d5cda4d9c0cf72eaa68e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/abe16ee7790b16aa525877419deb0f113953f0e1", - "reference": "abe16ee7790b16aa525877419deb0f113953f0e1", + "url": "https://api.github.com/repos/symfony/mime/zipball/917d77981eb1ea963608d5cda4d9c0cf72eaa68e", + "reference": "917d77981eb1ea963608d5cda4d9c0cf72eaa68e", "shasum": "" }, "require": { @@ -8601,7 +8684,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.12" + "source": "https://github.com/symfony/mime/tree/v6.4.18" }, "funding": [ { @@ -8617,24 +8700,24 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:18:25+00:00" + "time": "2025-01-23T13:10:52+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-ctype": "*" @@ -8645,8 +8728,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -8680,7 +8763,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" }, "funding": [ { @@ -8696,24 +8779,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f" + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956", + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-iconv": "*" @@ -8724,8 +8807,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -8760,7 +8843,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0" }, "funding": [ { @@ -8776,24 +8859,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -8801,8 +8884,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -8838,7 +8921,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" }, "funding": [ { @@ -8854,26 +8937,25 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919" + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" @@ -8881,8 +8963,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -8922,7 +9004,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" }, "funding": [ { @@ -8938,24 +9020,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -8963,8 +9045,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -9003,7 +9085,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" }, "funding": [ { @@ -9019,24 +9101,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-mbstring": "*" @@ -9047,8 +9129,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -9083,7 +9165,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" }, "funding": [ { @@ -9099,7 +9181,7 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php72", @@ -9121,8 +9203,8 @@ "type": "metapackage", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "notification-url": "https://packagist.org/downloads/", @@ -9166,86 +9248,6 @@ ], "time": "2024-09-09T11:45:10+00:00" }, - { - "name": "symfony/polyfill-php80", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, { "name": "symfony/polyfill-php81", "version": "v1.31.0", @@ -9266,8 +9268,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -9324,27 +9326,26 @@ }, { "name": "symfony/polyfill-php83", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "86fcae159633351e5fd145d1c47de6c528f8caff" + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff", - "reference": "86fcae159633351e5fd145d1c47de6c528f8caff", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-php80": "^1.14" + "php": ">=7.2" }, "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -9381,7 +9382,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0" }, "funding": [ { @@ -9397,20 +9398,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/process", - "version": "v6.4.12", + "version": "v6.4.15", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3" + "reference": "3cb242f059c14ae08591c5c4087d1fe443564392" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/3f94e5f13ff58df371a7ead461b6e8068900fbb3", - "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3", + "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", + "reference": "3cb242f059c14ae08591c5c4087d1fe443564392", "shasum": "" }, "require": { @@ -9442,7 +9443,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.12" + "source": "https://github.com/symfony/process/tree/v6.4.15" }, "funding": [ { @@ -9458,20 +9459,20 @@ "type": "tidelift" } ], - "time": "2024-09-17T12:47:12+00:00" + "time": "2024-11-06T14:19:14+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v6.4.11", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "74835ba54eca99a38f374f7a6d932fa510124773" + "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/74835ba54eca99a38f374f7a6d932fa510124773", - "reference": "74835ba54eca99a38f374f7a6d932fa510124773", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c9cf83326a1074f83a738fc5320945abf7fb7fec", + "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec", "shasum": "" }, "require": { @@ -9525,7 +9526,7 @@ "psr-7" ], "support": { - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.11" + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.13" }, "funding": [ { @@ -9541,20 +9542,20 @@ "type": "tidelift" } ], - "time": "2024-08-14T13:55:58+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/routing", - "version": "v6.4.12", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "a7c8036bd159486228dc9be3e846a00a0dda9f9f" + "reference": "e9bfc94953019089acdfb9be51c1b9142c4afa68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/a7c8036bd159486228dc9be3e846a00a0dda9f9f", - "reference": "a7c8036bd159486228dc9be3e846a00a0dda9f9f", + "url": "https://api.github.com/repos/symfony/routing/zipball/e9bfc94953019089acdfb9be51c1b9142c4afa68", + "reference": "e9bfc94953019089acdfb9be51c1b9142c4afa68", "shasum": "" }, "require": { @@ -9608,7 +9609,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.12" + "source": "https://github.com/symfony/routing/tree/v6.4.18" }, "funding": [ { @@ -9624,20 +9625,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:32:26+00:00" + "time": "2025-01-09T08:51:02+00:00" }, { "name": "symfony/serializer", - "version": "v6.4.12", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c" + "reference": "6ad986f62276da4c8c69754decfaa445a89cb6e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c", - "reference": "10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c", + "url": "https://api.github.com/repos/symfony/serializer/zipball/6ad986f62276da4c8c69754decfaa445a89cb6e3", + "reference": "6ad986f62276da4c8c69754decfaa445a89cb6e3", "shasum": "" }, "require": { @@ -9706,7 +9707,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.4.12" + "source": "https://github.com/symfony/serializer/tree/v6.4.18" }, "funding": [ { @@ -9722,20 +9723,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:15:52+00:00" + "time": "2025-01-28T18:47:02+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", "shasum": "" }, "require": { @@ -9748,12 +9749,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -9789,7 +9790,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" }, "funding": [ { @@ -9805,20 +9806,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/string", - "version": "v6.4.12", + "version": "v6.4.15", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b" + "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/f8a1ccebd0997e16112dfecfd74220b78e5b284b", - "reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b", + "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f", + "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f", "shasum": "" }, "require": { @@ -9875,7 +9876,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.12" + "source": "https://github.com/symfony/string/tree/v6.4.15" }, "funding": [ { @@ -9891,20 +9892,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:15:52+00:00" + "time": "2024-11-13T13:31:12+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", - "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c", + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c", "shasum": "" }, "require": { @@ -9912,12 +9913,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -9953,7 +9954,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1" }, "funding": [ { @@ -9969,20 +9970,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/validator", - "version": "v6.4.12", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "6da1f0a1ee73d060a411d832cbe0539cfe9bbaa0" + "reference": "ce20367d07b2592202e9c266b16a93fa50145207" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/6da1f0a1ee73d060a411d832cbe0539cfe9bbaa0", - "reference": "6da1f0a1ee73d060a411d832cbe0539cfe9bbaa0", + "url": "https://api.github.com/repos/symfony/validator/zipball/ce20367d07b2592202e9c266b16a93fa50145207", + "reference": "ce20367d07b2592202e9c266b16a93fa50145207", "shasum": "" }, "require": { @@ -10050,7 +10051,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.12" + "source": "https://github.com/symfony/validator/tree/v6.4.18" }, "funding": [ { @@ -10066,20 +10067,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:18:25+00:00" + "time": "2025-01-27T16:05:44+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.11", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "ee14c8254a480913268b1e3b1cba8045ed122694" + "reference": "4ad10cf8b020e77ba665305bb7804389884b4837" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ee14c8254a480913268b1e3b1cba8045ed122694", - "reference": "ee14c8254a480913268b1e3b1cba8045ed122694", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4ad10cf8b020e77ba665305bb7804389884b4837", + "reference": "4ad10cf8b020e77ba665305bb7804389884b4837", "shasum": "" }, "require": { @@ -10135,7 +10136,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.11" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.18" }, "funding": [ { @@ -10151,20 +10152,20 @@ "type": "tidelift" } ], - "time": "2024-08-30T16:03:21+00:00" + "time": "2025-01-17T11:26:11+00:00" }, { "name": "symfony/var-exporter", - "version": "v6.4.9", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "f9a060622e0d93777b7f8687ec4860191e16802e" + "reference": "0f605f72a363f8743001038a176eeb2a11223b51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f9a060622e0d93777b7f8687ec4860191e16802e", - "reference": "f9a060622e0d93777b7f8687ec4860191e16802e", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0f605f72a363f8743001038a176eeb2a11223b51", + "reference": "0f605f72a363f8743001038a176eeb2a11223b51", "shasum": "" }, "require": { @@ -10212,7 +10213,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.4.9" + "source": "https://github.com/symfony/var-exporter/tree/v6.4.13" }, "funding": [ { @@ -10228,20 +10229,20 @@ "type": "tidelift" } ], - "time": "2024-06-24T15:53:56+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/yaml", - "version": "v6.4.12", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "762ee56b2649659380e0ef4d592d807bc17b7971" + "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/762ee56b2649659380e0ef4d592d807bc17b7971", - "reference": "762ee56b2649659380e0ef4d592d807bc17b7971", + "url": "https://api.github.com/repos/symfony/yaml/zipball/bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", + "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", "shasum": "" }, "require": { @@ -10284,7 +10285,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.12" + "source": "https://github.com/symfony/yaml/tree/v6.4.18" }, "funding": [ { @@ -10300,20 +10301,20 @@ "type": "tidelift" } ], - "time": "2024-09-17T12:47:12+00:00" + "time": "2025-01-07T09:44:41+00:00" }, { "name": "twig/twig", - "version": "v3.14.0", + "version": "v3.19.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72" + "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/126b2c97818dbff0cdf3fbfc881aedb3d40aae72", - "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/d4f8c2b86374f08efc859323dbcd95c590f7124e", + "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e", "shasum": "" }, "require": { @@ -10324,6 +10325,7 @@ "symfony/polyfill-php81": "^1.29" }, "require-dev": { + "phpstan/phpstan": "^2.0", "psr/container": "^1.0|^2.0", "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0" }, @@ -10367,7 +10369,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.14.0" + "source": "https://github.com/twigphp/Twig/tree/v3.19.0" }, "funding": [ { @@ -10379,7 +10381,7 @@ "type": "tidelift" } ], - "time": "2024-09-09T17:55:12+00:00" + "time": "2025-01-29T07:06:14+00:00" }, { "name": "voku/portable-ascii", @@ -10657,16 +10659,16 @@ "packages-dev": [ { "name": "behat/mink", - "version": "v1.11.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "d8527fdf8785aad38455fb426af457ab9937aece" + "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece", - "reference": "d8527fdf8785aad38455fb426af457ab9937aece", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/7e4edec6c335937029cb3569ce7ef81182804d0a", + "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a", "shasum": "" }, "require": { @@ -10717,9 +10719,9 @@ ], "support": { "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.11.0" + "source": "https://github.com/minkphp/Mink/tree/v1.12.0" }, - "time": "2023-12-09T11:23:23+00:00" + "time": "2024-10-30T18:48:14+00:00" }, { "name": "behat/mink-browserkit-driver", @@ -11260,85 +11262,6 @@ ], "time": "2021-04-07T13:37:33+00:00" }, - { - "name": "composer/pcre", - "version": "3.3.1", - "source": { - "type": "git", - "url": "https://github.com/composer/pcre.git", - "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4", - "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4", - "shasum": "" - }, - "require": { - "php": "^7.4 || ^8.0" - }, - "conflict": { - "phpstan/phpstan": "<1.11.10" - }, - "require-dev": { - "phpstan/phpstan": "^1.11.10", - "phpstan/phpstan-strict-rules": "^1.1", - "phpunit/phpunit": "^8 || ^9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.x-dev" - }, - "phpstan": { - "includes": [ - "extension.neon" - ] - } - }, - "autoload": { - "psr-4": { - "Composer\\Pcre\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "PCRE wrapping library that offers type-safe preg_* replacements.", - "keywords": [ - "PCRE", - "preg", - "regex", - "regular expression" - ], - "support": { - "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.3.1" - }, - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - }, - { - "url": "https://github.com/composer", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" - } - ], - "time": "2024-08-27T18:44:43+00:00" - }, { "name": "composer/spdx-licenses", "version": "1.5.8", @@ -11565,20 +11488,20 @@ }, { "name": "doctrine/common", - "version": "3.4.5", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286" + "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/6c8fef961f67b8bc802ce3e32e3ebd1022907286", - "reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286", + "url": "https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5", + "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5", "shasum": "" }, "require": { - "doctrine/persistence": "^2.0 || ^3.0", + "doctrine/persistence": "^2.0 || ^3.0 || ^4.0", "php": "^7.1 || ^8.0" }, "require-dev": { @@ -11636,7 +11559,7 @@ ], "support": { "issues": "https://github.com/doctrine/common/issues", - "source": "https://github.com/doctrine/common/tree/3.4.5" + "source": "https://github.com/doctrine/common/tree/3.5.0" }, "funding": [ { @@ -11652,7 +11575,7 @@ "type": "tidelift" } ], - "time": "2024-10-08T15:53:43+00:00" + "time": "2025-01-01T22:12:03+00:00" }, { "name": "doctrine/event-manager", @@ -11817,21 +11740,21 @@ }, { "name": "doctrine/persistence", - "version": "3.3.3", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "b337726451f5d530df338fc7f68dee8781b49779" + "reference": "45004aca79189474f113cbe3a53847c2115a55fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/b337726451f5d530df338fc7f68dee8781b49779", - "reference": "b337726451f5d530df338fc7f68dee8781b49779", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/45004aca79189474f113cbe3a53847c2115a55fa", + "reference": "45004aca79189474f113cbe3a53847c2115a55fa", "shasum": "" }, "require": { "doctrine/event-manager": "^1 || ^2", - "php": "^7.2 || ^8.0", + "php": "^8.1", "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "conflict": { @@ -11839,13 +11762,11 @@ }, "require-dev": { "doctrine/coding-standard": "^12", - "doctrine/common": "^3.0", - "phpstan/phpstan": "1.11.1", + "phpstan/phpstan": "1.12.7", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", - "phpunit/phpunit": "^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "vimeo/psalm": "4.30.0 || 5.24.0" + "phpunit/phpunit": "^9.6", + "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0" }, "type": "library", "autoload": { @@ -11894,7 +11815,7 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/3.3.3" + "source": "https://github.com/doctrine/persistence/tree/4.0.0" }, "funding": [ { @@ -11910,7 +11831,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T10:14:30+00:00" + "time": "2024-11-01T21:49:07+00:00" }, { "name": "drupal/coder", @@ -13114,16 +13035,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" + "reference": "024473a478be9df5fdaca2c793f2232fe788e414" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414", + "reference": "024473a478be9df5fdaca2c793f2232fe788e414", "shasum": "" }, "require": { @@ -13162,7 +13083,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0" }, "funding": [ { @@ -13170,7 +13091,7 @@ "type": "tidelift" } ], - "time": "2024-06-12T14:39:25+00:00" + "time": "2025-02-12T12:17:51+00:00" }, { "name": "nyholm/psr7-server", @@ -14092,16 +14013,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.4.1", + "version": "5.6.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c" + "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", - "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", + "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", "shasum": "" }, "require": { @@ -14110,17 +14031,17 @@ "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.7", - "phpstan/phpdoc-parser": "^1.7", + "phpstan/phpdoc-parser": "^1.7|^2.0", "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.5", + "mockery/mockery": "~1.3.5 || ~1.6.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^5.13" + "psalm/phar": "^5.26" }, "type": "library", "extra": { @@ -14150,29 +14071,29 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1" }, - "time": "2024-05-21T05:55:05+00:00" + "time": "2024-12-07T09:39:29+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "1.8.2", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "153ae662783729388a584b4361f2545e4d841e3c" + "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c", - "reference": "153ae662783729388a584b4361f2545e4d841e3c", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a", + "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a", "shasum": "" }, "require": { "doctrine/deprecations": "^1.0", "php": "^7.3 || ^8.0", "phpdocumentor/reflection-common": "^2.0", - "phpstan/phpdoc-parser": "^1.13" + "phpstan/phpdoc-parser": "^1.18|^2.0" }, "require-dev": { "ext-tokenizer": "*", @@ -14208,32 +14129,33 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0" }, - "time": "2024-02-23T11:10:43+00:00" + "time": "2024-11-09T15:12:26+00:00" }, { "name": "phpspec/prophecy", - "version": "v1.19.0", + "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87" + "reference": "a0165c648cab6a80311c74ffc708a07bb53ecc93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/67a759e7d8746d501c41536ba40cd9c0a07d6a87", - "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/a0165c648cab6a80311c74ffc708a07bb53ecc93", + "reference": "a0165c648cab6a80311c74ffc708a07bb53ecc93", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2 || ^2.0", - "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*", + "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0", "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { + "friendsofphp/php-cs-fixer": "^3.40", "phpspec/phpspec": "^6.0 || ^7.0", "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" @@ -14277,9 +14199,9 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/v1.19.0" + "source": "https://github.com/phpspec/prophecy/tree/v1.20.0" }, - "time": "2024-02-29T11:52:51+00:00" + "time": "2024-11-19T13:12:41+00:00" }, { "name": "phpspec/prophecy-phpunit", @@ -14906,16 +14828,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.21", + "version": "9.6.22", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa" + "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa", - "reference": "de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f80235cb4d3caa59ae09be3adf1ded27521d1a9c", + "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c", "shasum": "" }, "require": { @@ -14926,7 +14848,7 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.0", + "myclabs/deep-copy": "^1.12.1", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=7.3", @@ -14989,7 +14911,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.21" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.22" }, "funding": [ { @@ -15005,7 +14927,7 @@ "type": "tidelift" } ], - "time": "2024-09-19T10:50:18+00:00" + "time": "2024-12-05T13:48:26+00:00" }, { "name": "ramsey/collection", @@ -16536,16 +16458,16 @@ }, { "name": "symfony/browser-kit", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "62ab90b92066ef6cce5e79365625b4b1432464c8" + "reference": "65d4b3fd9556e4b5b41287bef93c671f8f9f86ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/62ab90b92066ef6cce5e79365625b4b1432464c8", - "reference": "62ab90b92066ef6cce5e79365625b4b1432464c8", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/65d4b3fd9556e4b5b41287bef93c671f8f9f86ab", + "reference": "65d4b3fd9556e4b5b41287bef93c671f8f9f86ab", "shasum": "" }, "require": { @@ -16584,7 +16506,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v6.4.8" + "source": "https://github.com/symfony/browser-kit/tree/v6.4.13" }, "funding": [ { @@ -16600,20 +16522,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-10-25T15:07:50+00:00" }, { "name": "symfony/css-selector", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08" + "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/4b61b02fe15db48e3687ce1c45ea385d1780fe08", - "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/cb23e97813c5837a041b73a6d63a9ddff0778f5e", + "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e", "shasum": "" }, "require": { @@ -16649,7 +16571,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.4.8" + "source": "https://github.com/symfony/css-selector/tree/v6.4.13" }, "funding": [ { @@ -16665,20 +16587,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/dom-crawler", - "version": "v6.4.12", + "version": "v6.4.18", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "9d307ecbcb917001692be333cdc58f474fdb37f0" + "reference": "fd07959d3e8992795029bdab3605c2e8e895034e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/9d307ecbcb917001692be333cdc58f474fdb37f0", - "reference": "9d307ecbcb917001692be333cdc58f474fdb37f0", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fd07959d3e8992795029bdab3605c2e8e895034e", + "reference": "fd07959d3e8992795029bdab3605c2e8e895034e", "shasum": "" }, "require": { @@ -16716,7 +16638,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.4.12" + "source": "https://github.com/symfony/dom-crawler/tree/v6.4.18" }, "funding": [ { @@ -16732,7 +16654,7 @@ "type": "tidelift" } ], - "time": "2024-09-15T06:35:36+00:00" + "time": "2025-01-09T15:35:00+00:00" }, { "name": "symfony/lock", @@ -16915,8 +16837,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -16971,6 +16893,86 @@ ], "time": "2024-09-09T11:45:10+00:00" }, + { + "name": "symfony/polyfill-php80", + "version": "v1.31.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "type": "library", + "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-09-09T11:45:10+00:00" + }, { "name": "symfony/polyfill-php82", "version": "v1.31.0", @@ -17307,6 +17309,6 @@ "platform": { "php": "^8.3" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" } diff --git a/config/sync/core.entity_form_display.node.os2loop_documents_collection.default.yml b/config/sync/core.entity_form_display.node.os2loop_documents_collection.default.yml index 60b6d6e96..ecc0c0a7d 100644 --- a/config/sync/core.entity_form_display.node.os2loop_documents_collection.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_documents_collection.default.yml @@ -116,13 +116,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_shared_rev_date: type: datetime_default @@ -139,13 +139,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_shared_tags: type: autocomplete_deluxe @@ -156,13 +156,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: 10 third_party_settings: { } os2loop_shared_version: type: string_textfield diff --git a/config/sync/core.entity_form_display.node.os2loop_documents_document.default.yml b/config/sync/core.entity_form_display.node.os2loop_documents_document.default.yml index d57556f70..9941fd78a 100644 --- a/config/sync/core.entity_form_display.node.os2loop_documents_document.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_documents_document.default.yml @@ -130,13 +130,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_shared_rev_date: type: datetime_default @@ -153,13 +153,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_shared_tags: type: autocomplete_deluxe @@ -170,13 +170,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: 10 third_party_settings: { } os2loop_shared_version: type: string_textfield diff --git a/config/sync/core.entity_form_display.node.os2loop_external.default.yml b/config/sync/core.entity_form_display.node.os2loop_external.default.yml index 009ef9f01..f5be77696 100644 --- a/config/sync/core.entity_form_display.node.os2loop_external.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_external.default.yml @@ -63,13 +63,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_shared_rev_date: type: datetime_default @@ -86,13 +86,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_shared_tags: type: autocomplete_deluxe @@ -103,13 +103,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: 10 third_party_settings: { } path: type: path diff --git a/config/sync/core.entity_form_display.node.os2loop_post.default.yml b/config/sync/core.entity_form_display.node.os2loop_post.default.yml index 9ba1a13aa..20a68a19e 100644 --- a/config/sync/core.entity_form_display.node.os2loop_post.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_post.default.yml @@ -83,13 +83,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_shared_subject: type: autocomplete_deluxe @@ -100,13 +100,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_shared_tags: type: autocomplete_deluxe @@ -117,13 +117,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: 10 third_party_settings: { } path: type: path diff --git a/config/sync/core.entity_form_display.node.os2loop_question.default.yml b/config/sync/core.entity_form_display.node.os2loop_question.default.yml index 2605754c9..3755864f6 100644 --- a/config/sync/core.entity_form_display.node.os2loop_question.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_question.default.yml @@ -82,13 +82,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_shared_subject: type: entity_reference_autocomplete @@ -109,13 +109,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: 10 third_party_settings: { } path: type: path diff --git a/config/sync/core.entity_form_display.user.user.register.yml b/config/sync/core.entity_form_display.user.user.register.yml index 5bcedde7c..d5196b398 100644 --- a/config/sync/core.entity_form_display.user.user.register.yml +++ b/config/sync/core.entity_form_display.user.user.register.yml @@ -147,13 +147,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } os2loop_user_biography: type: string_textarea @@ -255,13 +255,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default - match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' + match_limit: '0' third_party_settings: { } hidden: langcode: true diff --git a/config/sync/filter.format.os2loop_documents_body.yml b/config/sync/filter.format.os2loop_documents_body.yml index 15372a18b..2aa1d42bb 100644 --- a/config/sync/filter.format.os2loop_documents_body.yml +++ b/config/sync/filter.format.os2loop_documents_body.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: -42 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_documents_rich_text.yml b/config/sync/filter.format.os2loop_documents_rich_text.yml index 3d2875957..5c9e48456 100644 --- a/config/sync/filter.format.os2loop_documents_rich_text.yml +++ b/config/sync/filter.format.os2loop_documents_rich_text.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: -44 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_documents_table.yml b/config/sync/filter.format.os2loop_documents_table.yml index 0796fd2e3..d953cae85 100644 --- a/config/sync/filter.format.os2loop_documents_table.yml +++ b/config/sync/filter.format.os2loop_documents_table.yml @@ -26,12 +26,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_external.yml b/config/sync/filter.format.os2loop_external.yml index b512770e0..37704e364 100644 --- a/config/sync/filter.format.os2loop_external.yml +++ b/config/sync/filter.format.os2loop_external.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: -42 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_message_message.yml b/config/sync/filter.format.os2loop_message_message.yml index eb5b70c7a..9b378d1c4 100644 --- a/config/sync/filter.format.os2loop_message_message.yml +++ b/config/sync/filter.format.os2loop_message_message.yml @@ -23,4 +23,4 @@ filters: status: true weight: 0 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_page.yml b/config/sync/filter.format.os2loop_page.yml index ea85afc3b..b1b06cad8 100644 --- a/config/sync/filter.format.os2loop_page.yml +++ b/config/sync/filter.format.os2loop_page.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: -45 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_post.yml b/config/sync/filter.format.os2loop_post.yml index bde242dfa..98820859c 100644 --- a/config/sync/filter.format.os2loop_post.yml +++ b/config/sync/filter.format.os2loop_post.yml @@ -45,12 +45,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_post_comment_plain_text.yml b/config/sync/filter.format.os2loop_post_comment_plain_text.yml index 71e53e229..706425a31 100644 --- a/config/sync/filter.format.os2loop_post_comment_plain_text.yml +++ b/config/sync/filter.format.os2loop_post_comment_plain_text.yml @@ -90,4 +90,4 @@ filters: status: false weight: -42 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_post_comment_rich_text.yml b/config/sync/filter.format.os2loop_post_comment_rich_text.yml index 7cdfdfa8c..9226dbffa 100644 --- a/config/sync/filter.format.os2loop_post_comment_rich_text.yml +++ b/config/sync/filter.format.os2loop_post_comment_rich_text.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: -42 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_question_answer_plain_text.yml b/config/sync/filter.format.os2loop_question_answer_plain_text.yml index 2c5a922d4..b2f900660 100644 --- a/config/sync/filter.format.os2loop_question_answer_plain_text.yml +++ b/config/sync/filter.format.os2loop_question_answer_plain_text.yml @@ -90,4 +90,4 @@ filters: status: false weight: -42 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_question_answer_rich_text.yml b/config/sync/filter.format.os2loop_question_answer_rich_text.yml index c7bc0d417..0e02ec891 100644 --- a/config/sync/filter.format.os2loop_question_answer_rich_text.yml +++ b/config/sync/filter.format.os2loop_question_answer_rich_text.yml @@ -45,12 +45,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_question_plain_text.yml b/config/sync/filter.format.os2loop_question_plain_text.yml index fcbe1d46c..dc5988dbd 100644 --- a/config/sync/filter.format.os2loop_question_plain_text.yml +++ b/config/sync/filter.format.os2loop_question_plain_text.yml @@ -43,4 +43,4 @@ filters: status: false weight: 0 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_question_rich_text.yml b/config/sync/filter.format.os2loop_question_rich_text.yml index 543847174..73a24c1e1 100644 --- a/config/sync/filter.format.os2loop_question_rich_text.yml +++ b/config/sync/filter.format.os2loop_question_rich_text.yml @@ -45,12 +45,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_section_page.yml b/config/sync/filter.format.os2loop_section_page.yml index 8f1de04e1..63e435117 100644 --- a/config/sync/filter.format.os2loop_section_page.yml +++ b/config/sync/filter.format.os2loop_section_page.yml @@ -45,12 +45,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.os2loop_section_page_free_html.yml b/config/sync/filter.format.os2loop_section_page_free_html.yml index 9928770a1..b6a7b5a03 100644 --- a/config/sync/filter.format.os2loop_section_page_free_html.yml +++ b/config/sync/filter.format.os2loop_section_page_free_html.yml @@ -44,12 +44,12 @@ filters: settings: type: default auto: '' - block: false - exclude_above: false + block: '0' + exclude_above: '0' token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/filter.format.plain_text.yml b/config/sync/filter.format.plain_text.yml index 4e1c15327..0af212d7d 100644 --- a/config/sync/filter.format.plain_text.yml +++ b/config/sync/filter.format.plain_text.yml @@ -42,4 +42,4 @@ filters: status: false weight: 0 settings: - replace_empty: false + replace_empty: '0' diff --git a/config/sync/language/da/field.field.comment.os2loop_post_comment.os2loop_comment_anonymous_author.yml b/config/sync/language/da/field.field.comment.os2loop_post_comment.os2loop_comment_anonymous_author.yml index db4b16835..484c2a6e4 100644 --- a/config/sync/language/da/field.field.comment.os2loop_post_comment.os2loop_comment_anonymous_author.yml +++ b/config/sync/language/da/field.field.comment.os2loop_post_comment.os2loop_comment_anonymous_author.yml @@ -1,2 +1,2 @@ -label: 'Anonym forfatter?' description: '(Dit navn vises ikke når brugere ser din kommentar)' +label: 'Anonym forfatter?' diff --git a/config/sync/language/da/field.field.comment.os2loop_question_answer.os2loop_comment_anonymous_author.yml b/config/sync/language/da/field.field.comment.os2loop_question_answer.os2loop_comment_anonymous_author.yml index d31b7bce5..a7f8d0977 100644 --- a/config/sync/language/da/field.field.comment.os2loop_question_answer.os2loop_comment_anonymous_author.yml +++ b/config/sync/language/da/field.field.comment.os2loop_question_answer.os2loop_comment_anonymous_author.yml @@ -1,2 +1,2 @@ -label: 'Anonym forfatter?' description: '(Dit navn vises ikke når brugere ser dit svar)' +label: 'Anonym forfatter?' diff --git a/config/sync/language/da/toc_api.toc_type.default.yml b/config/sync/language/da/toc_api.toc_type.default.yml index 354ccc65d..0cc498f9e 100644 --- a/config/sync/language/da/toc_api.toc_type.default.yml +++ b/config/sync/language/da/toc_api.toc_type.default.yml @@ -1,3 +1 @@ label: Standard -options: - title: Indholdsfortegnelse From a293de0ae5a3c4e64bbbec1279ab506565c3e291 Mon Sep 17 00:00:00 2001 From: martinyde Date: Fri, 21 Feb 2025 10:13:12 +0100 Subject: [PATCH 2/8] Updated Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d10b9e2..fa45234a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.2.0] + +- [PR-366](https://github.com/itk-dev/os2loop/pull/366) + - Security update + - Drupal Core 10.3.6 => 10.4.3 + - XLS serialization 1.4.0 => 2.0.0 ## [1.1.4] From 75e4bc570b53dfa0c9a19ebf1bd24926d7904cbb Mon Sep 17 00:00:00 2001 From: martinyde Date: Fri, 21 Feb 2025 10:14:28 +0100 Subject: [PATCH 3/8] Updated Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa45234a6..5290d0d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [1.1.2] - - [PR-362](https://github.com/itk-dev/os2loop/pull/362) +- [PR-362](https://github.com/itk-dev/os2loop/pull/362) - Change Share with a friend form - Add chosen lib - Use chosen lib for profession and expertise fields From 7e3d514e433d6f45b1658be43b6255c7b28921d7 Mon Sep 17 00:00:00 2001 From: martinyde Date: Fri, 21 Feb 2025 10:17:11 +0100 Subject: [PATCH 4/8] Remove config check --- .github/workflows/pr.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 8a5f3939b..479b451ad 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -49,29 +49,6 @@ jobs: composer normalize composer.json --dry-run composer audit - config-check: - name: Check that config is up to date - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - - name: Install site - run: | - docker network create frontend - docker compose pull - docker compose up --detach - - # Important: Use --no-interaction to make https://getcomposer.org/doc/06-config.md#discard-changes have effect. - docker compose exec --user root phpfpm composer install --no-interaction - - # Install the site - docker compose exec --user root phpfpm vendor/bin/drush site:install --existing-config --yes - - - name: Export config - run: docker compose exec --user root phpfpm vendor/bin/drush config:export --yes - - name: Check for changes in config - run: git diff --diff-filter=ACMRT --exit-code config/ - phpcs: name: PHP - Check Coding Standards runs-on: ubuntu-latest From 540b89873d00f0593ce9c266b9c192d6cc073244 Mon Sep 17 00:00:00 2001 From: martinyde Date: Fri, 21 Feb 2025 12:28:57 +0100 Subject: [PATCH 5/8] Updated github action --- .github/workflows/pr.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 479b451ad..360e08335 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -49,6 +49,26 @@ jobs: composer normalize composer.json --dry-run composer audit +config-check: + name: Check that config is up to date + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + + - name: Install site + run: | + docker network create frontend + docker compose pull + docker compose up --detach + # Important: Use --no-interaction to make https://getcomposer.org/doc/06-config.md#discard-changes have effect. + docker compose exec --user root phpfpm composer install --no-interaction + # Install the site + docker compose exec --user root phpfpm vendor/bin/drush site:install --existing-config --yes + - name: Export config + run: docker compose exec --user root phpfpm vendor/bin/drush config:export --yes + - name: Check for changes in config + run: git diff --diff-filter=ACMRT --exit-code config/ + phpcs: name: PHP - Check Coding Standards runs-on: ubuntu-latest From 82e978f88f343b1c58d0a530797f8d413a4fad85 Mon Sep 17 00:00:00 2001 From: martinyde Date: Fri, 21 Feb 2025 12:35:30 +0100 Subject: [PATCH 6/8] Updated config --- ...rm_display.node.os2loop_documents_collection.default.yml | 6 +++--- ...form_display.node.os2loop_documents_document.default.yml | 6 +++--- ...re.entity_form_display.node.os2loop_external.default.yml | 6 +++--- .../core.entity_form_display.node.os2loop_post.default.yml | 6 +++--- ...re.entity_form_display.node.os2loop_question.default.yml | 4 ++-- config/sync/core.entity_form_display.user.user.register.yml | 4 ++-- config/sync/filter.format.os2loop_documents_body.yml | 6 +++--- config/sync/filter.format.os2loop_documents_rich_text.yml | 6 +++--- config/sync/filter.format.os2loop_documents_table.yml | 6 +++--- config/sync/filter.format.os2loop_external.yml | 6 +++--- config/sync/filter.format.os2loop_message_message.yml | 2 +- config/sync/filter.format.os2loop_page.yml | 6 +++--- config/sync/filter.format.os2loop_post.yml | 6 +++--- .../sync/filter.format.os2loop_post_comment_plain_text.yml | 2 +- .../sync/filter.format.os2loop_post_comment_rich_text.yml | 6 +++--- .../filter.format.os2loop_question_answer_plain_text.yml | 2 +- .../filter.format.os2loop_question_answer_rich_text.yml | 6 +++--- config/sync/filter.format.os2loop_question_plain_text.yml | 2 +- config/sync/filter.format.os2loop_question_rich_text.yml | 6 +++--- config/sync/filter.format.os2loop_section_page.yml | 6 +++--- .../sync/filter.format.os2loop_section_page_free_html.yml | 6 +++--- config/sync/filter.format.plain_text.yml | 2 +- 22 files changed, 54 insertions(+), 54 deletions(-) diff --git a/config/sync/core.entity_form_display.node.os2loop_documents_collection.default.yml b/config/sync/core.entity_form_display.node.os2loop_documents_collection.default.yml index ecc0c0a7d..60b6d6e96 100644 --- a/config/sync/core.entity_form_display.node.os2loop_documents_collection.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_documents_collection.default.yml @@ -116,13 +116,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_shared_rev_date: type: datetime_default @@ -139,13 +139,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_shared_tags: type: autocomplete_deluxe @@ -156,13 +156,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: 10 third_party_settings: { } os2loop_shared_version: type: string_textfield diff --git a/config/sync/core.entity_form_display.node.os2loop_documents_document.default.yml b/config/sync/core.entity_form_display.node.os2loop_documents_document.default.yml index 9941fd78a..d57556f70 100644 --- a/config/sync/core.entity_form_display.node.os2loop_documents_document.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_documents_document.default.yml @@ -130,13 +130,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_shared_rev_date: type: datetime_default @@ -153,13 +153,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_shared_tags: type: autocomplete_deluxe @@ -170,13 +170,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: 10 third_party_settings: { } os2loop_shared_version: type: string_textfield diff --git a/config/sync/core.entity_form_display.node.os2loop_external.default.yml b/config/sync/core.entity_form_display.node.os2loop_external.default.yml index f5be77696..009ef9f01 100644 --- a/config/sync/core.entity_form_display.node.os2loop_external.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_external.default.yml @@ -63,13 +63,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_shared_rev_date: type: datetime_default @@ -86,13 +86,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_shared_tags: type: autocomplete_deluxe @@ -103,13 +103,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: 10 third_party_settings: { } path: type: path diff --git a/config/sync/core.entity_form_display.node.os2loop_post.default.yml b/config/sync/core.entity_form_display.node.os2loop_post.default.yml index 20a68a19e..9ba1a13aa 100644 --- a/config/sync/core.entity_form_display.node.os2loop_post.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_post.default.yml @@ -83,13 +83,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_shared_subject: type: autocomplete_deluxe @@ -100,13 +100,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_shared_tags: type: autocomplete_deluxe @@ -117,13 +117,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: 10 third_party_settings: { } path: type: path diff --git a/config/sync/core.entity_form_display.node.os2loop_question.default.yml b/config/sync/core.entity_form_display.node.os2loop_question.default.yml index 3755864f6..2605754c9 100644 --- a/config/sync/core.entity_form_display.node.os2loop_question.default.yml +++ b/config/sync/core.entity_form_display.node.os2loop_question.default.yml @@ -82,13 +82,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_shared_subject: type: entity_reference_autocomplete @@ -109,13 +109,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 10 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: true no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: 10 third_party_settings: { } path: type: path diff --git a/config/sync/core.entity_form_display.user.user.register.yml b/config/sync/core.entity_form_display.user.user.register.yml index d5196b398..5bcedde7c 100644 --- a/config/sync/core.entity_form_display.user.user.register.yml +++ b/config/sync/core.entity_form_display.user.user.register.yml @@ -147,13 +147,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } os2loop_user_biography: type: string_textarea @@ -255,13 +255,13 @@ content: autocomplete_route_name: autocomplete_deluxe.autocomplete size: 60 selection_handler: default + match_limit: 0 min_length: 0 delimiter: '' not_found_message_allow: false not_found_message: "The term '@term' will be added" new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' - match_limit: '0' third_party_settings: { } hidden: langcode: true diff --git a/config/sync/filter.format.os2loop_documents_body.yml b/config/sync/filter.format.os2loop_documents_body.yml index 2aa1d42bb..15372a18b 100644 --- a/config/sync/filter.format.os2loop_documents_body.yml +++ b/config/sync/filter.format.os2loop_documents_body.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: -42 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_documents_rich_text.yml b/config/sync/filter.format.os2loop_documents_rich_text.yml index 5c9e48456..3d2875957 100644 --- a/config/sync/filter.format.os2loop_documents_rich_text.yml +++ b/config/sync/filter.format.os2loop_documents_rich_text.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: -44 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_documents_table.yml b/config/sync/filter.format.os2loop_documents_table.yml index d953cae85..0796fd2e3 100644 --- a/config/sync/filter.format.os2loop_documents_table.yml +++ b/config/sync/filter.format.os2loop_documents_table.yml @@ -26,12 +26,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_external.yml b/config/sync/filter.format.os2loop_external.yml index 37704e364..b512770e0 100644 --- a/config/sync/filter.format.os2loop_external.yml +++ b/config/sync/filter.format.os2loop_external.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: -42 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_message_message.yml b/config/sync/filter.format.os2loop_message_message.yml index 9b378d1c4..eb5b70c7a 100644 --- a/config/sync/filter.format.os2loop_message_message.yml +++ b/config/sync/filter.format.os2loop_message_message.yml @@ -23,4 +23,4 @@ filters: status: true weight: 0 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_page.yml b/config/sync/filter.format.os2loop_page.yml index b1b06cad8..ea85afc3b 100644 --- a/config/sync/filter.format.os2loop_page.yml +++ b/config/sync/filter.format.os2loop_page.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: -45 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_post.yml b/config/sync/filter.format.os2loop_post.yml index 98820859c..bde242dfa 100644 --- a/config/sync/filter.format.os2loop_post.yml +++ b/config/sync/filter.format.os2loop_post.yml @@ -45,12 +45,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_post_comment_plain_text.yml b/config/sync/filter.format.os2loop_post_comment_plain_text.yml index 706425a31..71e53e229 100644 --- a/config/sync/filter.format.os2loop_post_comment_plain_text.yml +++ b/config/sync/filter.format.os2loop_post_comment_plain_text.yml @@ -90,4 +90,4 @@ filters: status: false weight: -42 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_post_comment_rich_text.yml b/config/sync/filter.format.os2loop_post_comment_rich_text.yml index 9226dbffa..7cdfdfa8c 100644 --- a/config/sync/filter.format.os2loop_post_comment_rich_text.yml +++ b/config/sync/filter.format.os2loop_post_comment_rich_text.yml @@ -93,12 +93,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: -42 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_question_answer_plain_text.yml b/config/sync/filter.format.os2loop_question_answer_plain_text.yml index b2f900660..2c5a922d4 100644 --- a/config/sync/filter.format.os2loop_question_answer_plain_text.yml +++ b/config/sync/filter.format.os2loop_question_answer_plain_text.yml @@ -90,4 +90,4 @@ filters: status: false weight: -42 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_question_answer_rich_text.yml b/config/sync/filter.format.os2loop_question_answer_rich_text.yml index 0e02ec891..c7bc0d417 100644 --- a/config/sync/filter.format.os2loop_question_answer_rich_text.yml +++ b/config/sync/filter.format.os2loop_question_answer_rich_text.yml @@ -45,12 +45,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_question_plain_text.yml b/config/sync/filter.format.os2loop_question_plain_text.yml index dc5988dbd..fcbe1d46c 100644 --- a/config/sync/filter.format.os2loop_question_plain_text.yml +++ b/config/sync/filter.format.os2loop_question_plain_text.yml @@ -43,4 +43,4 @@ filters: status: false weight: 0 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_question_rich_text.yml b/config/sync/filter.format.os2loop_question_rich_text.yml index 73a24c1e1..543847174 100644 --- a/config/sync/filter.format.os2loop_question_rich_text.yml +++ b/config/sync/filter.format.os2loop_question_rich_text.yml @@ -45,12 +45,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_section_page.yml b/config/sync/filter.format.os2loop_section_page.yml index 63e435117..8f1de04e1 100644 --- a/config/sync/filter.format.os2loop_section_page.yml +++ b/config/sync/filter.format.os2loop_section_page.yml @@ -45,12 +45,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.os2loop_section_page_free_html.yml b/config/sync/filter.format.os2loop_section_page_free_html.yml index b6a7b5a03..9928770a1 100644 --- a/config/sync/filter.format.os2loop_section_page_free_html.yml +++ b/config/sync/filter.format.os2loop_section_page_free_html.yml @@ -44,12 +44,12 @@ filters: settings: type: default auto: '' - block: '0' - exclude_above: '0' + block: false + exclude_above: false token_filter: id: token_filter provider: token_filter status: false weight: 0 settings: - replace_empty: '0' + replace_empty: false diff --git a/config/sync/filter.format.plain_text.yml b/config/sync/filter.format.plain_text.yml index 0af212d7d..4e1c15327 100644 --- a/config/sync/filter.format.plain_text.yml +++ b/config/sync/filter.format.plain_text.yml @@ -42,4 +42,4 @@ filters: status: false weight: 0 settings: - replace_empty: '0' + replace_empty: false From 0f176b4226b1cbddafa710295e7986d7ecc77502 Mon Sep 17 00:00:00 2001 From: martinyde Date: Fri, 21 Feb 2025 12:43:31 +0100 Subject: [PATCH 7/8] Changed github action --- .github/workflows/pr.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 360e08335..8e10747b5 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -49,25 +49,25 @@ jobs: composer normalize composer.json --dry-run composer audit -config-check: - name: Check that config is up to date - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master + config-check: + name: Check that config is up to date + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master - - name: Install site - run: | - docker network create frontend - docker compose pull - docker compose up --detach - # Important: Use --no-interaction to make https://getcomposer.org/doc/06-config.md#discard-changes have effect. - docker compose exec --user root phpfpm composer install --no-interaction - # Install the site - docker compose exec --user root phpfpm vendor/bin/drush site:install --existing-config --yes - - name: Export config - run: docker compose exec --user root phpfpm vendor/bin/drush config:export --yes - - name: Check for changes in config - run: git diff --diff-filter=ACMRT --exit-code config/ + - name: Install site + run: | + docker network create frontend + docker compose pull + docker compose up --detach + # Important: Use --no-interaction to make https://getcomposer.org/doc/06-config.md#discard-changes have effect. + docker compose exec --user root phpfpm composer install --no-interaction + # Install the site + docker compose exec --user root phpfpm vendor/bin/drush site:install --existing-config --yes + - name: Export config + run: docker compose exec --user root phpfpm vendor/bin/drush config:export --yes + - name: Check for changes in config + run: git diff --diff-filter=ACMRT --exit-code config/ phpcs: name: PHP - Check Coding Standards From 4a2fbfc70850b094dfcb705d38109b0238e74a78 Mon Sep 17 00:00:00 2001 From: martinyde Date: Fri, 21 Feb 2025 12:55:58 +0100 Subject: [PATCH 8/8] Updated config --- ...nt.os2loop_post_comment.os2loop_comment_anonymous_author.yml | 2 +- ...os2loop_question_answer.os2loop_comment_anonymous_author.yml | 2 +- config/sync/language/da/toc_api.toc_type.default.yml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/sync/language/da/field.field.comment.os2loop_post_comment.os2loop_comment_anonymous_author.yml b/config/sync/language/da/field.field.comment.os2loop_post_comment.os2loop_comment_anonymous_author.yml index 484c2a6e4..db4b16835 100644 --- a/config/sync/language/da/field.field.comment.os2loop_post_comment.os2loop_comment_anonymous_author.yml +++ b/config/sync/language/da/field.field.comment.os2loop_post_comment.os2loop_comment_anonymous_author.yml @@ -1,2 +1,2 @@ -description: '(Dit navn vises ikke når brugere ser din kommentar)' label: 'Anonym forfatter?' +description: '(Dit navn vises ikke når brugere ser din kommentar)' diff --git a/config/sync/language/da/field.field.comment.os2loop_question_answer.os2loop_comment_anonymous_author.yml b/config/sync/language/da/field.field.comment.os2loop_question_answer.os2loop_comment_anonymous_author.yml index a7f8d0977..d31b7bce5 100644 --- a/config/sync/language/da/field.field.comment.os2loop_question_answer.os2loop_comment_anonymous_author.yml +++ b/config/sync/language/da/field.field.comment.os2loop_question_answer.os2loop_comment_anonymous_author.yml @@ -1,2 +1,2 @@ -description: '(Dit navn vises ikke når brugere ser dit svar)' label: 'Anonym forfatter?' +description: '(Dit navn vises ikke når brugere ser dit svar)' diff --git a/config/sync/language/da/toc_api.toc_type.default.yml b/config/sync/language/da/toc_api.toc_type.default.yml index 0cc498f9e..0ea4afaf7 100644 --- a/config/sync/language/da/toc_api.toc_type.default.yml +++ b/config/sync/language/da/toc_api.toc_type.default.yml @@ -1 +1,3 @@ label: Standard +options: + title: Indholdsfortegnelse \ No newline at end of file