diff --git a/composer.lock b/composer.lock index ae579a67..1483017b 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": "b289f714c59ac7e099677e46f2bded84", + "content-hash": "2b34833e5327799f2d45a39aa6ee409a", "packages": [ { "name": "algolia/places", @@ -1414,29 +1414,29 @@ }, { "name": "doctrine/collections", - "version": "2.2.2", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "d8af7f248c74f195f7347424600fd9e17b57af59" + "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/d8af7f248c74f195f7347424600fd9e17b57af59", - "reference": "d8af7f248c74f195f7347424600fd9e17b57af59", + "url": "https://api.github.com/repos/doctrine/collections/zipball/2eb07e5953eed811ce1b309a7478a3b236f2273d", + "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d", "shasum": "" }, "require": { "doctrine/deprecations": "^1", - "php": "^8.1" + "php": "^8.1", + "symfony/polyfill-php84": "^1.30" }, "require-dev": { "doctrine/coding-standard": "^12", "ext-json": "*", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^10.5", - "vimeo/psalm": "^5.11" + "phpunit/phpunit": "^10.5" }, "type": "library", "autoload": { @@ -1480,7 +1480,7 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/2.2.2" + "source": "https://github.com/doctrine/collections/tree/2.3.0" }, "funding": [ { @@ -1496,24 +1496,24 @@ "type": "tidelift" } ], - "time": "2024-04-18T06:56:21+00:00" + "time": "2025-03-22T10:17:19+00:00" }, { "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": { @@ -1571,7 +1571,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": [ { @@ -1587,33 +1587,34 @@ "type": "tidelift" } ], - "time": "2024-10-08T15:53:43+00:00" + "time": "2025-01-01T22:12:03+00:00" }, { "name": "doctrine/deprecations", - "version": "1.1.3", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" + "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", + "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, + "conflict": { + "phpunit/phpunit": "<=7.5 || >=13" + }, "require-dev": { - "doctrine/coding-standard": "^9", - "phpstan/phpstan": "1.4.10 || 1.10.15", - "phpstan/phpstan-phpunit": "^1.0", - "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" + "doctrine/coding-standard": "^9 || ^12 || ^13", + "phpstan/phpstan": "1.4.10 || 2.1.11", + "phpstan/phpstan-phpunit": "^1.0 || ^2", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12", + "psr/log": "^1 || ^2 || ^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -1621,7 +1622,7 @@ "type": "library", "autoload": { "psr-4": { - "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + "Doctrine\\Deprecations\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1632,9 +1633,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.5" }, - "time": "2024-01-30T19:34:25+00:00" + "time": "2025-04-07T20:06:18+00:00" }, { "name": "doctrine/event-manager", @@ -1807,21 +1808,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": { @@ -1829,13 +1830,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": { @@ -1884,7 +1883,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": [ { @@ -1900,7 +1899,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T10:14:30+00:00" + "time": "2024-11-01T21:49:07+00:00" }, { "name": "dompdf/dompdf", @@ -2658,26 +2657,26 @@ }, { "name": "drupal/asset_cache_bust", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/asset_cache_bust.git", - "reference": "1.0.4" + "reference": "1.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/asset_cache_bust-1.0.4.zip", - "reference": "1.0.4", - "shasum": "d34b9363a23dcc9965b7a588289f4f361a3046c5" + "url": "https://ftp.drupal.org/files/projects/asset_cache_bust-1.0.5.zip", + "reference": "1.0.5", + "shasum": "72968d03e22a74515143a20054617af6f88ea013" }, "require": { - "drupal/core": "^8.7.7 || ^9 || ^10" + "drupal/core": "^8.7.7 || ^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.4", - "datestamp": "1665990743", + "version": "1.0.5", + "datestamp": "1731699630", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3322,8 +3321,8 @@ "version": "1.0.2", "datestamp": "1695740655", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" } } }, @@ -3332,10 +3331,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "dczepierga", - "homepage": "https://www.drupal.org/user/911466" - }, { "name": "hass", "homepage": "https://www.drupal.org/user/85918" @@ -3353,13 +3348,9 @@ "homepage": "https://www.drupal.org/user/1078742" }, { - "name": "Magnus", + "name": "magnus", "homepage": "https://www.drupal.org/user/73919" }, - { - "name": "mkesicki", - "homepage": "https://www.drupal.org/user/922884" - }, { "name": "nod_", "homepage": "https://www.drupal.org/user/598310" @@ -3373,7 +3364,7 @@ "homepage": "https://www.drupal.org/user/2793801" }, { - "name": "Wim Leers", + "name": "wim leers", "homepage": "https://www.drupal.org/user/99777" }, { @@ -3436,6 +3427,10 @@ { "name": "lauriii", "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "smustgrave", + "homepage": "https://www.drupal.org/user/3252890" } ], "description": "The Classy base theme from Drupal 8/9 moved to contrib", @@ -5372,29 +5367,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", - "[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", + "[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]/themes/README.txt": "assets/scaffold/files/themes.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/default/default.services.yml": "assets/scaffold/files/default.services.yml", + "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php" } } }, @@ -13653,16 +13648,16 @@ }, { "name": "egulias/email-validator", - "version": "4.0.2", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "shasum": "" }, "require": { @@ -13708,7 +13703,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.4" }, "funding": [ { @@ -13716,7 +13711,7 @@ "type": "github" } ], - "time": "2023-10-06T06:47:41+00:00" + "time": "2025-03-06T22:45:56+00:00" }, { "name": "fakerphp/faker", @@ -14882,30 +14877,30 @@ }, { "name": "laminas/laminas-stdlib", - "version": "3.19.0", + "version": "3.20.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "6a192dd0882b514e45506f533b833b623b78fff3" + "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3", - "reference": "6a192dd0882b514e45506f533b833b623b78fff3", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/8974a1213be42c3e2f70b2c27b17f910291ab2f4", + "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "^2.5", - "phpbench/phpbench": "^1.2.15", - "phpunit/phpunit": "^10.5.8", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.20.0" + "laminas/laminas-coding-standard": "^3.0", + "phpbench/phpbench": "^1.3.1", + "phpunit/phpunit": "^10.5.38", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "type": "library", "autoload": { @@ -14937,7 +14932,7 @@ "type": "community_bridge" } ], - "time": "2024-01-19T12:39:49+00:00" + "time": "2024-10-29T13:46:07+00:00" }, { "name": "league/container", @@ -16072,16 +16067,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": { @@ -16117,7 +16112,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", @@ -17562,16 +17557,16 @@ }, { "name": "symfony/console", - "version": "v6.4.12", + "version": "v6.4.20", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765" + "reference": "2e4af9c952617cc3f9559ff706aee420a8464c36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/72d080eb9edf80e36c19be61f72c98ed8273b765", - "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765", + "url": "https://api.github.com/repos/symfony/console/zipball/2e4af9c952617cc3f9559ff706aee420a8464c36", + "reference": "2e4af9c952617cc3f9559ff706aee420a8464c36", "shasum": "" }, "require": { @@ -17636,7 +17631,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.12" + "source": "https://github.com/symfony/console/tree/v6.4.20" }, "funding": [ { @@ -17652,20 +17647,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:15:52+00:00" + "time": "2025-03-03T17:16:38+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": { @@ -17701,7 +17696,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": [ { @@ -17717,20 +17712,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.12", + "version": "v6.4.20", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "cfb9d34a1cdd4911bc737a5358fd1cf8ebfb536e" + "reference": "c49796a9184a532843e78e50df9e55708b92543a" }, "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/c49796a9184a532843e78e50df9e55708b92543a", + "reference": "c49796a9184a532843e78e50df9e55708b92543a", "shasum": "" }, "require": { @@ -17738,7 +17733,7 @@ "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/service-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^6.2.10|^7.0" + "symfony/var-exporter": "^6.4.20|^7.2.5" }, "conflict": { "ext-psr": "<1.1|>=2", @@ -17782,7 +17777,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.20" }, "funding": [ { @@ -17798,20 +17793,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:18:25+00:00" + "time": "2025-03-13T09:55:08+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": { @@ -17819,12 +17814,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": { @@ -17849,7 +17844,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": [ { @@ -17865,7 +17860,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/dom-crawler", @@ -17938,16 +17933,16 @@ }, { "name": "symfony/error-handler", - "version": "v6.4.10", + "version": "v6.4.20", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "231f1b2ee80f72daa1972f7340297d67439224f0" + "reference": "aa3bcf4f7674719df078e61cc8062e5b7f752031" }, "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/aa3bcf4f7674719df078e61cc8062e5b7f752031", + "reference": "aa3bcf4f7674719df078e61cc8062e5b7f752031", "shasum": "" }, "require": { @@ -17993,7 +17988,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.20" }, "funding": [ { @@ -18009,20 +18004,20 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:30:32+00:00" + "time": "2025-03-01T13:00:38+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": { @@ -18073,7 +18068,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": [ { @@ -18089,20 +18084,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": { @@ -18111,12 +18106,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": { @@ -18149,7 +18144,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": [ { @@ -18165,20 +18160,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": { @@ -18215,7 +18210,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": [ { @@ -18231,20 +18226,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": { @@ -18279,7 +18274,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": [ { @@ -18295,20 +18290,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": { @@ -18318,12 +18313,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", @@ -18356,7 +18351,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": [ { @@ -18372,20 +18367,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.20", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "96df83d51b5f78804f70c093b97310794fd6257b" + "reference": "6be6db31bc74693ce5516e1fd5e5ff1171005e37" }, "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/6be6db31bc74693ce5516e1fd5e5ff1171005e37", + "reference": "6be6db31bc74693ce5516e1fd5e5ff1171005e37", "shasum": "" }, "require": { @@ -18470,7 +18465,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.20" }, "funding": [ { @@ -18486,20 +18481,20 @@ "type": "tidelift" } ], - "time": "2024-09-21T06:02:57+00:00" + "time": "2025-03-28T13:27:10+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": { @@ -18550,7 +18545,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": [ { @@ -18566,7 +18561,7 @@ "type": "tidelift" } ], - "time": "2024-09-08T12:30:05+00:00" + "time": "2025-01-24T15:27:15+00:00" }, { "name": "symfony/mailjet-mailer", @@ -18636,16 +18631,16 @@ }, { "name": "symfony/mime", - "version": "v6.4.12", + "version": "v6.4.19", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "abe16ee7790b16aa525877419deb0f113953f0e1" + "reference": "ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/abe16ee7790b16aa525877419deb0f113953f0e1", - "reference": "abe16ee7790b16aa525877419deb0f113953f0e1", + "url": "https://api.github.com/repos/symfony/mime/zipball/ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3", + "reference": "ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3", "shasum": "" }, "require": { @@ -18701,7 +18696,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.12" + "source": "https://github.com/symfony/mime/tree/v6.4.19" }, "funding": [ { @@ -18717,7 +18712,7 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:18:25+00:00" + "time": "2025-02-17T21:23:52+00:00" }, { "name": "symfony/polyfill-ctype", @@ -18745,8 +18740,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -18824,8 +18819,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -18901,8 +18896,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -18981,8 +18976,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -19063,8 +19058,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -19147,8 +19142,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -19221,8 +19216,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/", @@ -19286,8 +19281,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -19366,8 +19361,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -19443,8 +19438,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -19500,17 +19495,93 @@ "time": "2024-01-29T20:11:03+00:00" }, { - "name": "symfony/process", - "version": "v6.4.12", + "name": "symfony/polyfill-php84", + "version": "v1.31.0", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3" + "url": "https://github.com/symfony/polyfill-php84.git", + "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/3f94e5f13ff58df371a7ead461b6e8068900fbb3", - "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/e5493eb51311ab0b1cc2243416613f06ed8f18bd", + "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd", + "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\\Php84\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php84/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-09T12:04:04+00:00" + }, + { + "name": "symfony/process", + "version": "v6.4.20", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/e2a61c16af36c9a07e5c9906498b73e091949a20", + "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20", "shasum": "" }, "require": { @@ -19542,7 +19613,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.20" }, "funding": [ { @@ -19558,20 +19629,20 @@ "type": "tidelift" } ], - "time": "2024-09-17T12:47:12+00:00" + "time": "2025-03-10T17:11:00+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": { @@ -19625,7 +19696,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": [ { @@ -19641,20 +19712,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": { @@ -19708,7 +19779,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.12" + "source": "https://github.com/symfony/routing/tree/v6.4.18" }, "funding": [ { @@ -19724,20 +19795,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.19", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c" + "reference": "a221b2f6066af304d760cff7a26f201b4fab4aef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c", - "reference": "10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c", + "url": "https://api.github.com/repos/symfony/serializer/zipball/a221b2f6066af304d760cff7a26f201b4fab4aef", + "reference": "a221b2f6066af304d760cff7a26f201b4fab4aef", "shasum": "" }, "require": { @@ -19806,7 +19877,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.19" }, "funding": [ { @@ -19822,20 +19893,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:15:52+00:00" + "time": "2025-02-24T08:42:36+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": { @@ -19848,12 +19919,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": { @@ -19889,7 +19960,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": [ { @@ -19905,20 +19976,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": { @@ -19975,7 +20046,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.12" + "source": "https://github.com/symfony/string/tree/v6.4.15" }, "funding": [ { @@ -19991,20 +20062,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": { @@ -20012,12 +20083,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": { @@ -20053,7 +20124,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": [ { @@ -20069,20 +20140,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.20", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "6da1f0a1ee73d060a411d832cbe0539cfe9bbaa0" + "reference": "9314555aceb8d8ce8abda81e1e47e439258d9309" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/6da1f0a1ee73d060a411d832cbe0539cfe9bbaa0", - "reference": "6da1f0a1ee73d060a411d832cbe0539cfe9bbaa0", + "url": "https://api.github.com/repos/symfony/validator/zipball/9314555aceb8d8ce8abda81e1e47e439258d9309", + "reference": "9314555aceb8d8ce8abda81e1e47e439258d9309", "shasum": "" }, "require": { @@ -20150,7 +20221,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.20" }, "funding": [ { @@ -20166,20 +20237,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:18:25+00:00" + "time": "2025-03-14T14:22:58+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": { @@ -20235,7 +20306,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": [ { @@ -20251,20 +20322,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.20", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "f9a060622e0d93777b7f8687ec4860191e16802e" + "reference": "998df255e9e6a15a36ae35e9c6cd818c17cf92a2" }, "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/998df255e9e6a15a36ae35e9c6cd818c17cf92a2", + "reference": "998df255e9e6a15a36ae35e9c6cd818c17cf92a2", "shasum": "" }, "require": { @@ -20312,7 +20383,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.4.9" + "source": "https://github.com/symfony/var-exporter/tree/v6.4.20" }, "funding": [ { @@ -20328,20 +20399,20 @@ "type": "tidelift" } ], - "time": "2024-06-24T15:53:56+00:00" + "time": "2025-03-13T09:55:08+00:00" }, { "name": "symfony/yaml", - "version": "v6.4.12", + "version": "v6.4.20", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "762ee56b2649659380e0ef4d592d807bc17b7971" + "reference": "28ee818fce4a73ac1474346b94e4b966f665c53f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/762ee56b2649659380e0ef4d592d807bc17b7971", - "reference": "762ee56b2649659380e0ef4d592d807bc17b7971", + "url": "https://api.github.com/repos/symfony/yaml/zipball/28ee818fce4a73ac1474346b94e4b966f665c53f", + "reference": "28ee818fce4a73ac1474346b94e4b966f665c53f", "shasum": "" }, "require": { @@ -20384,7 +20455,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.20" }, "funding": [ { @@ -20400,7 +20471,7 @@ "type": "tidelift" } ], - "time": "2024-09-17T12:47:12+00:00" + "time": "2025-02-27T20:15:30+00:00" }, { "name": "tabby/tabby", @@ -20616,16 +20687,16 @@ }, { "name": "twig/twig", - "version": "v3.14.0", + "version": "v3.14.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72" + "reference": "0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/126b2c97818dbff0cdf3fbfc881aedb3d40aae72", - "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a", + "reference": "0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a", "shasum": "" }, "require": { @@ -20679,7 +20750,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.14.2" }, "funding": [ { @@ -20691,7 +20762,7 @@ "type": "tidelift" } ], - "time": "2024-09-09T17:55:12+00:00" + "time": "2024-11-07T12:36:22+00:00" }, { "name": "vlucas/phpdotenv", @@ -21178,42 +21249,42 @@ "drupal/advagg": 15, "drupal/advanced_text_formatter": 5, "drupal/better_messages": 15, + "drupal/bulkdelete": 20, "drupal/commerce_recurring": 5, "drupal/computed_field": 15, - "drupal/config_split": 10, - "drupal/flag": 10, - "drupal/flag_lists": 5, - "drupal/pwa": 10, - "drupal/search_api_page": 20, - "drupal/select_translation": 15, - "drupal/session_limit": 10, - "drupal/straw": 10, - "drupal/telephone_formatter": 10, - "drupal/views_field_view": 10, - "drupal/bulkdelete": 20, "drupal/config_devel": 20, + "drupal/config_split": 10, "drupal/config_update": 15, "drupal/context": 5, "drupal/date_range_formatter": 20, "drupal/email_registration": 5, "drupal/entity_clone": 15, "drupal/filefield_sources": 20, + "drupal/flag": 10, + "drupal/flag_lists": 5, "drupal/inline_entity_form": 5, "drupal/linkit": 10, "drupal/maxlength": 10, "drupal/pathologic": 15, + "drupal/pwa": 10, + "drupal/search_api_page": 20, + "drupal/select_translation": 15, + "drupal/session_limit": 10, "drupal/smtp": 10, + "drupal/straw": 10, + "drupal/telephone_formatter": 10, "drupal/translation_views": 15, - "drupal/ultimate_cron": 15 + "drupal/ultimate_cron": 15, + "drupal/views_field_view": 10 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.3" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/config/sync/advagg.settings.yml b/config/sync/advagg.settings.yml deleted file mode 100644 index ce8a3c57..00000000 --- a/config/sync/advagg.settings.yml +++ /dev/null @@ -1,26 +0,0 @@ -_core: - default_config_hash: Vi3b7DLLNw5X1UX9XG8mnU-ysvyNgdyvAasxV9yck3I -css: - brotli: true - combine_media: false - fix_type: true - preserve_external: false -dns_prefetch: false -path: - convert: - absolute_to_protocol_relative: true - absolute: false - force_https: false -cache_level: 2 -cron_frequency: 86400 -enabled: true -global_counter: 0 -immutable: true -js: - brotli: true - fix_type: true - preserve_external: false -skip_enabled_preprocess_check: false -show_bypass_cookie_message: true -symlinks: false -symlinksifownermatch: false diff --git a/config/sync/core.entity_form_display.node.materiau.default.yml b/config/sync/core.entity_form_display.node.materiau.default.yml index eea8310e..439a6149 100644 --- a/config/sync/core.entity_form_display.node.materiau.default.yml +++ b/config/sync/core.entity_form_display.node.materiau.default.yml @@ -314,8 +314,8 @@ content: leaves_only: false select_parents: false cascading_selection: 0 + track_list: true max_depth: 0 - track_list: '1' third_party_settings: { } field_video: type: video_embed_field_textfield diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 9382ab6e..ed92cbc0 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -7,12 +7,12 @@ module: admin_theme: 0 admin_toolbar: 0 admin_toolbar_links_access_filter: 0 - advagg: 0 advanced_text_formatter: 0 advancedqueue: 0 allowed_formats: 0 amswap: 0 anonymizer: 0 + asset_cache_bust: 0 audiofield: 0 autocomplete_deluxe: 0 autologout: 0 diff --git a/config/sync/language/fr/system.action.commerce_product_delete_action.yml b/config/sync/language/fr/system.action.commerce_product_delete_action.yml index cab25960..0de14e31 100644 --- a/config/sync/language/fr/system.action.commerce_product_delete_action.yml +++ b/config/sync/language/fr/system.action.commerce_product_delete_action.yml @@ -1 +1 @@ -label: 'Supprimer un produit' +label: 'Supprimer le produit' diff --git a/config/sync/language/fr/system.action.commerce_publish_product.yml b/config/sync/language/fr/system.action.commerce_publish_product.yml index b0ef946d..9467a0d6 100644 --- a/config/sync/language/fr/system.action.commerce_publish_product.yml +++ b/config/sync/language/fr/system.action.commerce_publish_product.yml @@ -1 +1 @@ -label: 'Publier un produit' +label: 'Publier le produit' diff --git a/config/sync/language/fr/system.action.commerce_store_delete_action.yml b/config/sync/language/fr/system.action.commerce_store_delete_action.yml index a2496df1..1e1e00dc 100644 --- a/config/sync/language/fr/system.action.commerce_store_delete_action.yml +++ b/config/sync/language/fr/system.action.commerce_store_delete_action.yml @@ -1 +1 @@ -label: 'Supprimer une boutique' +label: 'Supprimer la boutique' diff --git a/config/sync/language/fr/system.action.commerce_unpublish_product.yml b/config/sync/language/fr/system.action.commerce_unpublish_product.yml index 84608107..b961b6ce 100644 --- a/config/sync/language/fr/system.action.commerce_unpublish_product.yml +++ b/config/sync/language/fr/system.action.commerce_unpublish_product.yml @@ -1 +1 @@ -label: 'Dépublier un produit' +label: 'Dépublier le produit' diff --git a/config/sync/language/fr/system.action.node_edit_action.yml b/config/sync/language/fr/system.action.node_edit_action.yml new file mode 100644 index 00000000..0d64002b --- /dev/null +++ b/config/sync/language/fr/system.action.node_edit_action.yml @@ -0,0 +1 @@ +label: 'Edit content' diff --git a/config/sync/language/fr/system.action.webform_submission_delete_action.yml b/config/sync/language/fr/system.action.webform_submission_delete_action.yml new file mode 100644 index 00000000..efd75d6a --- /dev/null +++ b/config/sync/language/fr/system.action.webform_submission_delete_action.yml @@ -0,0 +1 @@ +label: 'Delete submission' diff --git a/config/sync/language/fr/system.action.webform_submission_make_lock_action.yml b/config/sync/language/fr/system.action.webform_submission_make_lock_action.yml new file mode 100644 index 00000000..0e8215e1 --- /dev/null +++ b/config/sync/language/fr/system.action.webform_submission_make_lock_action.yml @@ -0,0 +1 @@ +label: 'Lock submission' diff --git a/config/sync/language/fr/system.action.webform_submission_make_sticky_action.yml b/config/sync/language/fr/system.action.webform_submission_make_sticky_action.yml new file mode 100644 index 00000000..6fb4bcbd --- /dev/null +++ b/config/sync/language/fr/system.action.webform_submission_make_sticky_action.yml @@ -0,0 +1 @@ +label: 'Star/Flag submission' diff --git a/config/sync/language/fr/system.action.webform_submission_make_unlock_action.yml b/config/sync/language/fr/system.action.webform_submission_make_unlock_action.yml new file mode 100644 index 00000000..88a24924 --- /dev/null +++ b/config/sync/language/fr/system.action.webform_submission_make_unlock_action.yml @@ -0,0 +1 @@ +label: 'Unlock submission' diff --git a/config/sync/language/fr/system.action.webform_submission_make_unsticky_action.yml b/config/sync/language/fr/system.action.webform_submission_make_unsticky_action.yml new file mode 100644 index 00000000..f624ac58 --- /dev/null +++ b/config/sync/language/fr/system.action.webform_submission_make_unsticky_action.yml @@ -0,0 +1 @@ +label: 'Unstar/unflag submission' diff --git a/config/sync/language/fr/views.view.block_content.yml b/config/sync/language/fr/views.view.block_content.yml index d90024e8..2545634e 100644 --- a/config/sync/language/fr/views.view.block_content.yml +++ b/config/sync/language/fr/views.view.block_content.yml @@ -1,7 +1,10 @@ +label: 'Custom block library' +description: 'Find and manage custom blocks.' display: default: display_title: 'Par défaut' display_options: + title: 'Custom block library' fields: info: label: 'Description du bloc' @@ -29,6 +32,9 @@ display: exposed_sorts_label: 'Trier par' sort_asc_label: Asc sort_desc_label: Desc + empty: + area_text_custom: + content: 'There are no custom blocks available.' filters: info: expose: @@ -41,3 +47,4 @@ display: display_options: menu: title: Blocs + description: 'Create and edit block content.' diff --git a/config/sync/language/fr/views.view.commerce_cart_block.yml b/config/sync/language/fr/views.view.commerce_cart_block.yml index f9379718..4c7d5cfa 100644 --- a/config/sync/language/fr/views.view.commerce_cart_block.yml +++ b/config/sync/language/fr/views.view.commerce_cart_block.yml @@ -12,6 +12,8 @@ display: sort_desc_label: Desc fields: quantity: + alter: + text: '{{ quantity }} x' separator: ', ' title: separator: ', ' diff --git a/config/sync/language/fr/views.view.commerce_stores.yml b/config/sync/language/fr/views.view.commerce_stores.yml index 3c3716de..dfd2a0ee 100644 --- a/config/sync/language/fr/views.view.commerce_stores.yml +++ b/config/sync/language/fr/views.view.commerce_stores.yml @@ -33,6 +33,9 @@ display: exposed_sorts_label: 'Trier par' sort_asc_label: Asc sort_desc_label: Desc + empty: + area_text_custom: + content: "Aucune boutique n'est disponible." filters: type: expose: diff --git a/config/sync/language/fr/views.view.commerce_user_orders.yml b/config/sync/language/fr/views.view.commerce_user_orders.yml index f228cca6..7dfade60 100644 --- a/config/sync/language/fr/views.view.commerce_user_orders.yml +++ b/config/sync/language/fr/views.view.commerce_user_orders.yml @@ -1,3 +1,5 @@ +label: "Commandes de l'utilisateur" +description: 'Affiche une liste des commandes passées pour un utilisateur.' display: default: display_title: Principal @@ -46,6 +48,7 @@ display: exception: title: Tout order_page: + display_title: "Commandes de l'utilisateur" display_options: menu: title: Commandes diff --git a/config/sync/language/fr/views.view.files.yml b/config/sync/language/fr/views.view.files.yml index 3f235bb5..40c5f9c6 100644 --- a/config/sync/language/fr/views.view.files.yml +++ b/config/sync/language/fr/views.view.files.yml @@ -26,6 +26,9 @@ display: label: 'Date de modification' count: label: 'Utilisé dans' + alter: + path: 'admin/content/files/usage/{{ fid }}' + format_plural_string: !!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz pager: options: expose: diff --git a/config/sync/language/fr/views.view.frontpage.yml b/config/sync/language/fr/views.view.frontpage.yml index aae8168c..365cef1c 100644 --- a/config/sync/language/fr/views.view.frontpage.yml +++ b/config/sync/language/fr/views.view.frontpage.yml @@ -25,6 +25,8 @@ display: empty: area_text_custom: content: "Aucun contenu de page d'accueil n'a été créé pour l'instant. Suivre le Guide utilisateur pour démarrer la construction de votre site." + title: + title: 'Welcome to [site:name]' feed_1: display_title: Flux page_1: diff --git a/config/sync/language/fr/views.view.redirect.yml b/config/sync/language/fr/views.view.redirect.yml index d23e7715..e4441b53 100644 --- a/config/sync/language/fr/views.view.redirect.yml +++ b/config/sync/language/fr/views.view.redirect.yml @@ -1,4 +1,5 @@ label: Rediriger +description: 'Liste des redirections' display: default: display_title: Principal @@ -60,5 +61,8 @@ display: expose: label: 'Langue initiale' title: Rediriger + empty: + area_text_custom: + content: "Il n'y a pas encore de redirection." page_1: display_title: Page diff --git a/config/sync/language/fr/views.view.user_admin_people.yml b/config/sync/language/fr/views.view.user_admin_people.yml index cb16d7cb..26e380db 100644 --- a/config/sync/language/fr/views.view.user_admin_people.yml +++ b/config/sync/language/fr/views.view.user_admin_people.yml @@ -19,8 +19,14 @@ display: label: Rôles created: label: 'Membre depuis' + settings: + future_format: '@interval' + past_format: '@interval' access: label: 'Dernier accès' + settings: + future_format: '@interval hence' + past_format: '@interval ago' operations: label: Actions mail: diff --git a/config/sync/language/fr/views.view.webform_submissions.yml b/config/sync/language/fr/views.view.webform_submissions.yml index 8b0a480a..bb7bda36 100644 --- a/config/sync/language/fr/views.view.webform_submissions.yml +++ b/config/sync/language/fr/views.view.webform_submissions.yml @@ -1,3 +1,5 @@ +label: 'Webform submissions' +description: 'Default webform submissions views.' display: default: display_title: Principal @@ -39,12 +41,22 @@ display: header: result: content: 'Affichage de @start à @end sur @total' + empty: + area_text_custom: + content: 'No submissions available.' arguments: in_draft: exception: title: Tout - embed_administer: + title: 'Webform submissions' + embed_default: + display_title: 'Embed: Default' display_options: + display_description: 'Display submissions.' + embed_administer: + display_title: 'Embed: Administer' + display_options: + display_description: 'Administer submissions.' fields: webform_submission_bulk_form: action_title: Action @@ -72,6 +84,9 @@ display: operations: label: Actions filters: + in_draft: + expose: + label: 'Is draft' sticky: expose: label: 'Épinglé (en haut des listes)' @@ -79,7 +94,9 @@ display: expose: label: Verrouillé embed_manage: + display_title: 'Embed: Manage' display_options: + display_description: 'Manage submissions.' fields: webform_submission_bulk_form: action_title: Action @@ -111,6 +128,9 @@ display: label: Actions text: modifier filters: + in_draft: + expose: + label: 'Is draft' sticky: expose: label: 'Épinglé (en haut des listes)' @@ -118,7 +138,9 @@ display: expose: label: Verrouillé embed_review: + display_title: 'Embed: Review' display_options: + display_description: 'Review submissions.' fields: sid: label: '#' @@ -145,6 +167,9 @@ display: label: Actions text: voir filters: + in_draft: + expose: + label: 'Is draft' sticky: expose: label: 'Épinglé (en haut des listes)' diff --git a/config/sync/language/fr/webform.settings.yml b/config/sync/language/fr/webform.settings.yml index 65abb53a..1d34faa3 100644 --- a/config/sync/language/fr/webform.settings.yml +++ b/config/sync/language/fr/webform.settings.yml @@ -1,10 +1,36 @@ settings: + default_form_open_message: 'This form has not yet been opened to submissions.' + default_form_close_message: 'Sorry… This form is closed to new submissions.' + default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.' default_submit_button_label: Soumettre default_reset_button_label: Réinitialiser default_delete_button_label: Supprimer + default_form_confidential_message: 'This form is confidential. You must Log out to submit it.' + default_form_access_denied_message: 'Please login to access this form.' + default_form_required_label: 'Indicates required field' + default_wizard_prev_button_label: '< Previous' + default_wizard_next_button_label: 'Next >' + default_wizard_start_label: Start default_wizard_confirmation_label: Terminé + default_wizard_toggle_show_label: 'Show all' + default_wizard_toggle_hide_label: 'Hide all' default_preview_next_button_label: Aperçu + default_preview_prev_button_label: '< Previous' default_preview_label: Aperçu + default_preview_title: '[webform:title]: Preview' + default_draft_button_label: 'Save Draft' + default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.' + default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.' + default_draft_pending_single_message: 'You have a pending draft for this webform. Load your pending draft.' + default_draft_pending_multiple_message: 'You have pending drafts for this webform. View your pending drafts.' + default_confirmation_message: 'New submission added to [webform:title].' + default_confirmation_back_label: 'Back to form' + default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]' + default_submission_access_denied_message: 'Please login to access this submission.' + default_submission_locked_message: 'This submission has been locked.' + default_autofill_message: 'This submission has been autofilled with your previous submission.' + default_limit_total_message: 'No more submissions are permitted.' + default_limit_user_message: 'No more submissions are permitted.' dialog_options: narrow: title: Étroit @@ -13,4 +39,95 @@ settings: wide: title: Large element: + empty_message: '{Empty}' default_more_title: Plus + default_section_title_tag: h2 +file: + file_private_redirect_message: 'Please login to access the uploaded file.' +mail: + default_from_name: '[site:name]' + default_body_html: | +
Submitted on [webform_submission:created]
+Submitted by: [webform_submission:user]
+Submitted values are:
+ [webform_submission:values] +test: + types: | + checkbox: + - true + color: + - '#ffffcc' + - '#ffffcc' + - '#ccffff' + email: + - 'example@example.com' + - 'test@test.com' + - 'random@random.com' + language_select: + - en + machine_name: + - 'loremipsum' + - 'oratione' + - 'dixisset' + tel: + - '123-456-7890' + - '098-765-4321' + textarea: + - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.' + - 'Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;' + - 'Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.' + text_format: + - value: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.
' + - value: 'Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;
' + - value: 'Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.
' + url: + - 'http://example.com' + - 'http://test.com' + webform_email_confirm: + - 'example@example.com' + - 'test@test.com' + - 'random@random.com' + webform_email_multiple: + - 'example@example.com, test@test.com, random@random.com' + webform_time: + - '09:00' + - '17:00' + names: | + first_name: + - 'John' + - 'Paul' + - 'Ringo' + - 'George' + last_name: + - 'Lennon' + - 'McCartney' + - 'Starr' + - 'Harrison' + address: + - '10 Main Street' + - '11 Brook Alley Road. APT 1' + zip: + - '11111' + - '12345' + - '12345-6789' + postal_code: + - '11111' + - '12345' + - '12345-6789' + phone: + - '123-456-7890' + - '098-765-4321' + fax: + - '123-456-7890' + - '098-765-4321' + city: + - 'Springfield' + - 'Pleasantville' + - 'Hill Valley' + url: + - 'http://example.com' + - 'http://test.com' + default: + - 'Loremipsum' + - 'Oratione' + - 'Dixisset' diff --git a/config/sync/language/fr/webform.webform.contact.yml b/config/sync/language/fr/webform.webform.contact.yml index 603ea562..aec6a680 100644 --- a/config/sync/language/fr/webform.webform.contact.yml +++ b/config/sync/language/fr/webform.webform.contact.yml @@ -2,3 +2,16 @@ title: Contact settings: confirmation_message: 'Votre message a été envoyé.' confirmation_url: /privacy-policy +handlers: + email_confirmation: + label: 'Email confirmation' + settings: + from_name: _default + subject: '[webform_submission:values:subject:raw]' + body: '[webform_submission:values:message:value]' + email_notification: + label: 'Email notification' + settings: + from_name: '[webform_submission:values:name:raw]' + subject: '[webform_submission:values:subject:raw]' + body: '[webform_submission:values:message:value]' diff --git a/config/sync/language/fr/webform.webform_options.country_codes.yml b/config/sync/language/fr/webform.webform_options.country_codes.yml new file mode 100644 index 00000000..e2ba7774 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.country_codes.yml @@ -0,0 +1,2 @@ +label: 'Country codes' +category: Geographic diff --git a/config/sync/language/fr/webform.webform_options.country_names.yml b/config/sync/language/fr/webform.webform_options.country_names.yml new file mode 100644 index 00000000..d1b9d743 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.country_names.yml @@ -0,0 +1,2 @@ +label: 'Country names' +category: Geographic diff --git a/config/sync/language/fr/webform.webform_options.days.yml b/config/sync/language/fr/webform.webform_options.days.yml index 76661105..fbe85a2f 100644 --- a/config/sync/language/fr/webform.webform_options.days.yml +++ b/config/sync/language/fr/webform.webform_options.days.yml @@ -1,2 +1,10 @@ label: Jours category: 'Date et heure' +options: | + Sunday: Sunday + Monday: Monday + Tuesday: Tuesday + Wednesday: Wednesday + Thursday: Thursday + Friday: Friday + Saturday: Saturday diff --git a/config/sync/language/fr/webform.webform_options.education.yml b/config/sync/language/fr/webform.webform_options.education.yml new file mode 100644 index 00000000..a4c0c111 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.education.yml @@ -0,0 +1,2 @@ +label: Education +category: Demographic diff --git a/config/sync/language/fr/webform.webform_options.employment_status.yml b/config/sync/language/fr/webform.webform_options.employment_status.yml new file mode 100644 index 00000000..6613d116 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.employment_status.yml @@ -0,0 +1 @@ +category: Demographic diff --git a/config/sync/language/fr/webform.webform_options.ethnicity.yml b/config/sync/language/fr/webform.webform_options.ethnicity.yml new file mode 100644 index 00000000..af6be0b7 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.ethnicity.yml @@ -0,0 +1,2 @@ +label: Ethnicity +category: Demographic diff --git a/config/sync/language/fr/webform.webform_options.gender.yml b/config/sync/language/fr/webform.webform_options.gender.yml index f56f5273..b5c88b3a 100644 --- a/config/sync/language/fr/webform.webform_options.gender.yml +++ b/config/sync/language/fr/webform.webform_options.gender.yml @@ -1 +1,2 @@ label: Sexe +category: Demographic diff --git a/config/sync/language/fr/webform.webform_options.industry.yml b/config/sync/language/fr/webform.webform_options.industry.yml new file mode 100644 index 00000000..7741647f --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.industry.yml @@ -0,0 +1,2 @@ +label: Industry +category: Demographic diff --git a/config/sync/language/fr/webform.webform_options.likert_agreement.yml b/config/sync/language/fr/webform.webform_options.likert_agreement.yml new file mode 100644 index 00000000..c386c7b0 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.likert_agreement.yml @@ -0,0 +1,7 @@ +category: Likert +options: | + 1: 'Much Worse' + 2: 'Somewhat Worse' + 3: 'About the Same' + 4: 'Somewhat Better' + 5: 'Much Better' diff --git a/config/sync/language/fr/webform.webform_options.likert_comparison.yml b/config/sync/language/fr/webform.webform_options.likert_comparison.yml new file mode 100644 index 00000000..d07fb405 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.likert_comparison.yml @@ -0,0 +1,7 @@ +category: Likert +options: | + 1: Strongly Disagree + 2: Disagree + 3: Neutral + 4: Agree + 5: Strongly Agree diff --git a/config/sync/language/fr/webform.webform_options.likert_importance.yml b/config/sync/language/fr/webform.webform_options.likert_importance.yml new file mode 100644 index 00000000..9a02637f --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.likert_importance.yml @@ -0,0 +1,7 @@ +category: Likert +options: | + 1: Not at all Important + 2: Somewhat Important + 3: Neutral + 4: Important + 5: Very Important diff --git a/config/sync/language/fr/webform.webform_options.likert_quality.yml b/config/sync/language/fr/webform.webform_options.likert_quality.yml new file mode 100644 index 00000000..feb43b98 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.likert_quality.yml @@ -0,0 +1,7 @@ +category: Likert +options: | + 1: Poor + 2: Fair + 3: Good + 4: Very good + 5: Excellent diff --git a/config/sync/language/fr/webform.webform_options.likert_satisfaction.yml b/config/sync/language/fr/webform.webform_options.likert_satisfaction.yml new file mode 100644 index 00000000..9ffda75b --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.likert_satisfaction.yml @@ -0,0 +1,7 @@ +category: Likert +options: | + 1: Very Unsatisfied + 2: Unsatisfied + 3: Neutral + 4: Satisfied + 5: Very Satisfied diff --git a/config/sync/language/fr/webform.webform_options.likert_ten_scale.yml b/config/sync/language/fr/webform.webform_options.likert_ten_scale.yml new file mode 100644 index 00000000..9f437240 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.likert_ten_scale.yml @@ -0,0 +1,12 @@ +category: Likert +options: | + 1: 1 + 2: 2 + 3: 3 + 4: 4 + 5: 5 + 6: 6 + 7: 7 + 8: 8 + 9: 9 + 10: 10 diff --git a/config/sync/language/fr/webform.webform_options.likert_would_you.yml b/config/sync/language/fr/webform.webform_options.likert_would_you.yml new file mode 100644 index 00000000..4a70b14c --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.likert_would_you.yml @@ -0,0 +1,8 @@ +label: 'Likert: Would You' +category: Likert +options: | + 1: Definitely Not + 2: Probably Not + 3: Not Sure + 4: Probably + 5: Definitely diff --git a/config/sync/language/fr/webform.webform_options.marital_status.yml b/config/sync/language/fr/webform.webform_options.marital_status.yml new file mode 100644 index 00000000..aff487be --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.marital_status.yml @@ -0,0 +1,7 @@ +label: 'Marital status' +category: Demographic +options: | + Single: Single + Married: Married + Divorced: Divorced + Widowed: Widowed diff --git a/config/sync/language/fr/webform.webform_options.months.yml b/config/sync/language/fr/webform.webform_options.months.yml index 5d185121..d89bd705 100644 --- a/config/sync/language/fr/webform.webform_options.months.yml +++ b/config/sync/language/fr/webform.webform_options.months.yml @@ -1 +1,15 @@ +label: Months category: 'Date et heure' +options: | + January: January + February: February + March: March + April: April + May: May + June: June + July: July + August: August + September: September + October: October + November: November + December: December diff --git a/config/sync/language/fr/webform.webform_options.phone_types.yml b/config/sync/language/fr/webform.webform_options.phone_types.yml new file mode 100644 index 00000000..a2b65c04 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.phone_types.yml @@ -0,0 +1,2 @@ +label: 'Phone type' +category: Demographic diff --git a/config/sync/language/fr/webform.webform_options.province_codes.yml b/config/sync/language/fr/webform.webform_options.province_codes.yml new file mode 100644 index 00000000..9db8ed59 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.province_codes.yml @@ -0,0 +1 @@ +category: Geographic diff --git a/config/sync/language/fr/webform.webform_options.province_names.yml b/config/sync/language/fr/webform.webform_options.province_names.yml new file mode 100644 index 00000000..9db8ed59 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.province_names.yml @@ -0,0 +1 @@ +category: Geographic diff --git a/config/sync/language/fr/webform.webform_options.relationship.yml b/config/sync/language/fr/webform.webform_options.relationship.yml index e43a18c9..264f74c6 100644 --- a/config/sync/language/fr/webform.webform_options.relationship.yml +++ b/config/sync/language/fr/webform.webform_options.relationship.yml @@ -1 +1,2 @@ label: Relation +category: Demographic diff --git a/config/sync/language/fr/webform.webform_options.sex.yml b/config/sync/language/fr/webform.webform_options.sex.yml new file mode 100644 index 00000000..9bd61ec0 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.sex.yml @@ -0,0 +1,5 @@ +label: Sex +category: Demographic +options: | + Male: Male + Female: Female diff --git a/config/sync/language/fr/webform.webform_options.sex_icao.yml b/config/sync/language/fr/webform.webform_options.sex_icao.yml new file mode 100644 index 00000000..6613d116 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.sex_icao.yml @@ -0,0 +1 @@ +category: Demographic diff --git a/config/sync/language/fr/webform.webform_options.state_codes.yml b/config/sync/language/fr/webform.webform_options.state_codes.yml new file mode 100644 index 00000000..c34bf74d --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.state_codes.yml @@ -0,0 +1,55 @@ +label: 'State codes' +category: Geographic +options: | + AL: Alabama + AK: Alaska + AZ: Arizona + AR: Arkansas + CA: California + CO: Colorado + CT: Connecticut + DE: Delaware + DC: 'District of Columbia' + FL: Florida + GA: Georgia + GU: Guam + HI: Hawaii + ID: Idaho + IL: Illinois + IN: Indiana + IA: Iowa + KS: Kansas + KY: Kentucky + LA: Louisiana + ME: Maine + MD: Maryland + MA: Massachusetts + MI: Michigan + MN: Minnesota + MS: Mississippi + MO: Missouri + MT: Montana + NE: Nebraska + NV: Nevada + NH: 'New Hampshire' + NJ: 'New Jersey' + NM: 'New Mexico' + NY: 'New York' + NC: 'North Carolina' + ND: 'North Dakota' + OH: Ohio + OK: Oklahoma + OR: Oregon + PA: Pennsylvania + RI: 'Rhode Island' + SC: 'South Carolina' + SD: 'South Dakota' + TN: Tennessee + TX: Texas + UT: Utah + VT: Vermont + VA: Virginia + WA: Washington + WV: 'West Virginia' + WI: Wisconsin + WY: Wyoming diff --git a/config/sync/language/fr/webform.webform_options.state_names.yml b/config/sync/language/fr/webform.webform_options.state_names.yml new file mode 100644 index 00000000..76dff9f7 --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.state_names.yml @@ -0,0 +1,54 @@ +label: 'State names' +category: Geographic +options: | + Alabama: Alabama + Alaska: Alaska + Arizona: Arizona + Arkansas: Arkansas + California: California + Colorado: Colorado + Connecticut: Connecticut + Delaware: Delaware + 'District of Columbia': 'District of Columbia' + Florida: Florida + Georgia: Georgia + Hawaii: Hawaii + Idaho: Idaho + Illinois: Illinois + Indiana: Indiana + Iowa: Iowa + Kansas: Kansas + Kentucky: Kentucky + Louisiana: Louisiana + Maine: Maine + Maryland: Maryland + Massachusetts: Massachusetts + Michigan: Michigan + Minnesota: Minnesota + Mississippi: Mississippi + Missouri: Missouri + Montana: Montana + Nebraska: Nebraska + Nevada: Nevada + 'New Hampshire': 'New Hampshire' + 'New Jersey': 'New Jersey' + 'New Mexico': 'New Mexico' + 'New York': 'New York' + 'North Carolina': 'North Carolina' + 'North Dakota': 'North Dakota' + Ohio: Ohio + Oklahoma: Oklahoma + Oregon: Oregon + Pennsylvania: Pennsylvania + 'Rhode Island': 'Rhode Island' + 'South Carolina': 'South Carolina' + 'South Dakota': 'South Dakota' + Tennessee: Tennessee + Texas: Texas + Utah: Utah + Vermont: Vermont + Virginia: Virginia + Washington: Washington + 'West Virginia': 'West Virginia' + Wisconsin: Wisconsin + Wyoming: Wyoming diff --git a/config/sync/language/fr/webform.webform_options.state_province_codes.yml b/config/sync/language/fr/webform.webform_options.state_province_codes.yml new file mode 100644 index 00000000..d34d74ec --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.state_province_codes.yml @@ -0,0 +1,78 @@ +label: 'State/Province codes' +category: Geographic +options: | + AL: Alabama + AK: Alaska + AS: 'American Samoa' + AZ: Arizona + AR: Arkansas + AE: 'Armed Forces (Canada, Europe, Africa, or Middle East)' + AA: 'Armed Forces Americas' + AP: 'Armed Forces Pacific' + CA: California + CO: Colorado + CT: Connecticut + DE: Delaware + DC: 'District of Columbia' + FM: 'Federated States of Micronesia' + FL: Florida + GA: Georgia + GU: Guam + HI: Hawaii + ID: Idaho + IL: Illinois + IN: Indiana + IA: Iowa + KS: Kansas + KY: Kentucky + LA: Louisiana + ME: Maine + MH: 'Marshall Islands' + MD: Maryland + MA: Massachusetts + MI: Michigan + MN: Minnesota + MS: Mississippi + MO: Missouri + MT: Montana + NE: Nebraska + NV: Nevada + NH: 'New Hampshire' + NJ: 'New Jersey' + NM: 'New Mexico' + NY: 'New York' + NC: 'North Carolina' + ND: 'North Dakota' + MP: 'Northern Mariana Islands' + OH: Ohio + OK: Oklahoma + OR: Oregon + PW: Palau + PA: Pennsylvania + PR: 'Puerto Rico' + RI: 'Rhode Island' + SC: 'South Carolina' + SD: 'South Dakota' + TN: Tennessee + TX: Texas + UT: Utah + VT: Vermont + VI: 'Virgin Islands' + VA: Virginia + WA: Washington + WV: 'West Virginia' + WI: Wisconsin + WY: Wyoming + AB: Alberta + BC: 'British Columbia' + MB: Manitoba + NB: 'New Brunswick' + NL: 'Newfoundland and Labrador' + NS: 'Nova Scotia' + NT: 'Northwest Territories' + NU: Nunavut + 'ON': Ontario + PE: 'Prince Edward Island' + QC: Quebec + SK: Saskatchewan + YT: Yukon diff --git a/config/sync/language/fr/webform.webform_options.state_province_names.yml b/config/sync/language/fr/webform.webform_options.state_province_names.yml new file mode 100644 index 00000000..1a0036cb --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.state_province_names.yml @@ -0,0 +1,2 @@ +label: 'State/Province names' +category: Geographic diff --git a/config/sync/language/fr/webform.webform_options.titles.yml b/config/sync/language/fr/webform.webform_options.titles.yml new file mode 100644 index 00000000..3bbc0e9b --- /dev/null +++ b/config/sync/language/fr/webform.webform_options.titles.yml @@ -0,0 +1,8 @@ +label: Titles +category: Demographic +options: | + Miss: Miss + Ms: Ms + Mr: Mr + Mrs: Mrs + Dr: Dr diff --git a/config/sync/language/fr/webform.webform_options.yes_no.yml b/config/sync/language/fr/webform.webform_options.yes_no.yml index b343dd46..dcead9e3 100644 --- a/config/sync/language/fr/webform.webform_options.yes_no.yml +++ b/config/sync/language/fr/webform.webform_options.yes_no.yml @@ -1 +1,5 @@ +label: Yes/No category: Général +options: | + Yes: Yes + No: No diff --git a/config/sync/ultimate_cron.job.advagg_cron.yml b/config/sync/ultimate_cron.job.advagg_cron.yml deleted file mode 100644 index 4539f772..00000000 --- a/config/sync/ultimate_cron.job.advagg_cron.yml +++ /dev/null @@ -1,17 +0,0 @@ -uuid: 17ec0f7b-9a3b-4907-a034-564431be92ae -langcode: en -status: true -dependencies: - module: - - advagg -title: 'Default cron handler' -id: advagg_cron -weight: 0 -module: advagg -callback: advagg_cron -scheduler: - id: simple -launcher: - id: serial -logger: - id: database