diff --git a/.gitattributes b/.gitattributes index 76ea8fe..e7b792f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -42,6 +42,9 @@ *.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +# PHPStan's baseline uses tabs instead of spaces. +core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php + # Define binary file attributes. # - Do not treat them as text. # - Include binary diff in patches instead of "binary files differ." diff --git a/composer.json b/composer.json index 2cfe556..70ce791 100644 --- a/composer.json +++ b/composer.json @@ -16,30 +16,30 @@ ], "require": { "composer/installers": "^1.9", - "drupal/address": "^1.10", "drupal/administerusersbyrole": "^3.0", "drupal/computed_token_field": "^1.0@beta", "drupal/config_enforce": "^1.0", - "drupal/config_pages": "2.x-dev@dev", - "drupal/core-composer-scaffold": "^9.2", - "drupal/core-project-message": "^9.2", - "drupal/core-recommended": "^9.5", + "drupal/config_pages": "^2.17", + "drupal/core-composer-scaffold": "^10", + "drupal/core-project-message": "^10", + "drupal/core-recommended": "^10", "drupal/entity_browser_enhanced": "^2.0", "drupal/entity_type_clone": "^4.0.3", - "drupal/geocoder": "^3.25", + "drupal/extlink": "^2.0", + "drupal/geocoder": "^3.47 || ^4.0", "drupal/geofield": "^1.36", "drupal/honeypot": "^2.1", "drupal/image_delta_formatter": "^1.1", - "drupal/image_field_caption": "^2.0", + "drupal/image_field_caption": "^3.0", "drupal/leaflet": "^10.2", "drupal/leaflet_more_maps": "^2.1", "drupal/leaflet_more_markers": "^1.1", "drupal/linked_field": "^1.3", "drupal/mailsystem": "^4.4", - "drupal/manage_display": "1.x-dev@dev", - "drupal/page_manager": "4.x-dev@dev", + "drupal/manage_display": "^3.0", + "drupal/page_manager": "^4.0@RC", "drupal/panels": "^4.6", - "drupal/paragraphs": "1.x-dev@dev", + "drupal/paragraphs": "^1.17", "drupal/role_delegation": "^1.1", "drupal/search_api": "^1.30", "drupal/slick": "^2.9", @@ -50,6 +50,7 @@ "drupal/views_conditional": "^1.5", "drupal/views_ef_fieldset": "^1.6", "drupal/webform": "^6.1", + "drush/drush": "^12", "geocoder-php/mapquest-provider": "^4.2", "wikimedia/composer-merge-plugin": "^2.0" }, @@ -137,6 +138,12 @@ "old_patches": { "drupal/core": { "Title formatting broken due to flawed EntityViewController->buildTitle https://www.drupal.org/project/drupal/issues/2941208": "https://www.drupal.org/files/issues/2021-12-01/entity.title-2941208-147.patch" + }, + "drupal/leaflet_more_maps": { + "Stamen map tiles moving to Stadia hosting and will no longer be available at old URL https://www.drupal.org/project/leaflet_more_maps/issues/3393412": "https://git.drupalcode.org/project/leaflet_more_maps/-/merge_requests/5.diff" + }, + "drupal/page_manager": { + "optional path arguments https://www.drupal.org/project/page_manager/issues/2810329" : "https://www.drupal.org/files/issues/2020-06-04/page_manager-allow_optional_parameters-2810329-16.patch" } }, "patches": { @@ -144,10 +151,7 @@ "Skip saving empty paragraphs for certain types https://www.drupal.org/project/paragraphs/issues/2877695" : "https://www.drupal.org/files/issues/2021-03-31/2877695-35.patch" }, "drupal/page_manager": { - "optional path arguments https://www.drupal.org/project/page_manager/issues/2810329" : "https://www.drupal.org/files/issues/2020-06-04/page_manager-allow_optional_parameters-2810329-16.patch" - }, - "drupal/leaflet_more_maps": { - "Stamen map tiles moving to Stadia hosting and will no longer be available at old URL https://www.drupal.org/project/leaflet_more_maps/issues/3393412": "https://git.drupalcode.org/project/leaflet_more_maps/-/merge_requests/5.diff" + "https://www.drupal.org/project/page_manager/issues/3438993": "https://www.drupal.org/files/issues/2024-08-14/page-manager-3438993-MR34-24.patch" } } } diff --git a/composer.lock b/composer.lock index bda86c4..4a7bea8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,108 +4,40 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c05df6e03a5264e2df33d35cac9991b2", + "content-hash": "1ac0dfa31dad9112f41dffb76ee80556", "packages": [ - { - "name": "alchemy/zippy", - "version": "0.4.9", - "source": { - "type": "git", - "url": "https://github.com/alchemy-fr/Zippy.git", - "reference": "59fbeefb9a249122867ef25e53addfcce31850d7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7", - "reference": "59fbeefb9a249122867ef25e53addfcce31850d7", - "shasum": "" - }, - "require": { - "doctrine/collections": "~1.0", - "php": ">=5.5", - "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0", - "symfony/polyfill-mbstring": "^1.3", - "symfony/process": "^2.1 || ^3.0 || ^4.0" - }, - "require-dev": { - "ext-zip": "*", - "guzzle/guzzle": "~3.0", - "guzzlehttp/guzzle": "^6.0", - "phpunit/phpunit": "^4.0 || ^5.0", - "symfony/finder": "^2.0.5 || ^3.0 || ^4.0" - }, - "suggest": { - "ext-zip": "To use the ZipExtensionAdapter", - "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3", - "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.4.x-dev" - } - }, - "autoload": { - "psr-4": { - "Alchemy\\Zippy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Alchemy", - "email": "dev.team@alchemy.fr", - "homepage": "http://www.alchemy.fr/" - } - ], - "description": "Zippy, the archive manager companion", - "keywords": [ - "bzip", - "compression", - "tar", - "zip" - ], - "support": { - "issues": "https://github.com/alchemy-fr/Zippy/issues", - "source": "https://github.com/alchemy-fr/Zippy/tree/master" - }, - "time": "2018-02-22T13:58:36+00:00" - }, { "name": "asm89/stack-cors", - "version": "1.3.0", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/asm89/stack-cors.git", - "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" + "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", - "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/acf3142e6c5eafa378dc8ef3c069ab4558993f70", + "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", - "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" + "php": "^7.3|^8.0", + "symfony/http-foundation": "^5.3|^6|^7", + "symfony/http-kernel": "^5.3|^6|^7" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10", - "squizlabs/php_codesniffer": "^2.3" + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "2.2-dev" } }, "autoload": { "psr-4": { - "Asm89\\Stack\\": "src/Asm89/Stack/" + "Asm89\\Stack\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -126,47 +58,55 @@ ], "support": { "issues": "https://github.com/asm89/stack-cors/issues", - "source": "https://github.com/asm89/stack-cors/tree/1.3.0" + "source": "https://github.com/asm89/stack-cors/tree/v2.3.0" }, - "time": "2019-12-24T22:41:47+00:00" + "time": "2025-03-13T08:50:04+00:00" }, { "name": "chi-teck/drupal-code-generator", - "version": "1.33.1", + "version": "3.6.1", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388" + "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/5f814e980b6f9cf1ca8c74cc9385c3d81090d388", - "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/2dbd8d231945681a398862a3282ade3cf0ea23ab", + "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab", "shasum": "" }, "require": { "ext-json": "*", - "php": ">=5.5.9", - "symfony/console": "^3.4 || ^4.0", - "symfony/filesystem": "^2.7 || ^3.4 || ^4.0", - "twig/twig": "^1.41 || ^2.12" + "php": ">=8.1.0", + "psr/event-dispatcher": "^1.0", + "psr/log": "^3.0", + "symfony/console": "^6.3", + "symfony/dependency-injection": "^6.3.2", + "symfony/filesystem": "^6.3", + "symfony/string": "^6.3", + "twig/twig": "^3.4" }, "conflict": { - "drush/drush": "< 10.3.2" + "squizlabs/php_codesniffer": "<3.6" + }, + "require-dev": { + "chi-teck/drupal-coder-extension": "^2.0.0-beta3", + "drupal/coder": "8.3.23", + "drupal/core": "10.3.x-dev", + "ext-simplexml": "*", + "phpspec/prophecy-phpunit": "^2.2", + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3.9", + "symfony/var-dumper": "^6.4", + "symfony/yaml": "^6.3", + "vimeo/psalm": "^5.22.2" }, "bin": [ "bin/dcg" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, "autoload": { - "files": [ - "src/bootstrap.php" - ], "psr-4": { "DrupalCodeGenerator\\": "src" } @@ -178,29 +118,29 @@ "description": "Drupal code generator", "support": { "issues": "https://github.com/Chi-teck/drupal-code-generator/issues", - "source": "https://github.com/Chi-teck/drupal-code-generator/tree/1.33.1" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.6.1" }, - "time": "2020-12-05T05:59:11+00:00" + "time": "2024-06-06T17:36:37+00:00" }, { "name": "clue/stream-filter", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/clue/stream-filter.git", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e" + "reference": "049509fef80032cb3f051595029ab75b49a3c2f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e", - "reference": "d6169430c7731d8509da7aecd0af756a5747b78e", + "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7", + "reference": "049509fef80032cb3f051595029ab75b49a3c2f7", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -222,7 +162,7 @@ } ], "description": "A simple and modern approach to stream filtering in PHP", - "homepage": "https://github.com/clue/php-stream-filter", + "homepage": "https://github.com/clue/stream-filter", "keywords": [ "bucket brigade", "callback", @@ -234,7 +174,7 @@ ], "support": { "issues": "https://github.com/clue/stream-filter/issues", - "source": "https://github.com/clue/stream-filter/tree/v1.6.0" + "source": "https://github.com/clue/stream-filter/tree/v1.7.0" }, "funding": [ { @@ -246,32 +186,32 @@ "type": "github" } ], - "time": "2022-02-21T13:15:14+00:00" + "time": "2023-12-20T15:40:13+00:00" }, { "name": "commerceguys/addressing", - "version": "v1.4.2", + "version": "v2.2.4", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", - "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308" + "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/addressing/zipball/406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", - "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", + "url": "https://api.github.com/repos/commerceguys/addressing/zipball/ea826dbe5b3fe76960073a2167d5cf996c811cda", + "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda", "shasum": "" }, "require": { - "doctrine/collections": "^1.2 || ^2.0", - "php": ">=7.3" + "doctrine/collections": "^1.6 || ^2.0", + "php": ">=8.0" }, "require-dev": { "ext-json": "*", - "mikey179/vfsstream": "^1.6.10", - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.6", - "symfony/validator": "^4.4 || ^5.4 || ^6.0" + "mikey179/vfsstream": "^1.6.11", + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3.7", + "symfony/validator": "^5.4 || ^6.3 || ^7.0" }, "suggest": { "symfony/validator": "to validate addresses" @@ -279,7 +219,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -308,9 +248,9 @@ ], "support": { "issues": "https://github.com/commerceguys/addressing/issues", - "source": "https://github.com/commerceguys/addressing/tree/v1.4.2" + "source": "https://github.com/commerceguys/addressing/tree/v2.2.4" }, - "time": "2023-02-15T10:11:14+00:00" + "time": "2025-01-13T16:03:24+00:00" }, { "name": "components/highlightjs", @@ -474,24 +414,24 @@ }, { "name": "composer/semver", - "version": "3.3.2", + "version": "3.4.3", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", + "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.4", - "symfony/phpunit-bridge": "^4.2 || ^5" + "phpstan/phpstan": "^1.11", + "symfony/phpunit-bridge": "^3 || ^7" }, "type": "library", "extra": { @@ -533,9 +473,9 @@ "versioning" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.3.2" + "source": "https://github.com/composer/semver/tree/3.4.3" }, "funding": [ { @@ -551,29 +491,29 @@ "type": "tidelift" } ], - "time": "2022-04-01T19:23:25+00:00" + "time": "2024-09-19T14:15:21+00:00" }, { "name": "consolidation/annotated-command", - "version": "4.9.1", + "version": "4.10.2", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9" + "reference": "e550ea4f177f199e0e9451168342bf3f321d92b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", - "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e550ea4f177f199e0e9451168342bf3f321d92b0", + "reference": "e550ea4f177f199e0e9451168342bf3f321d92b0", "shasum": "" }, "require": { "consolidation/output-formatters": "^4.3.1", "php": ">=7.1.3", "psr/log": "^1 || ^2 || ^3", - "symfony/console": "^4.4.8 || ^5 || ^6", - "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6", - "symfony/finder": "^4.4.8 || ^5 || ^6" + "symfony/console": "^4.4.8 || ^5 || ^6 || ^7", + "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6 || ^7", + "symfony/finder": "^4.4.8 || ^5 || ^6 || ^7" }, "require-dev": { "composer-runtime-api": "^2.0", @@ -605,71 +545,46 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.9.1" + "source": "https://github.com/consolidation/annotated-command/tree/4.10.2" }, - "time": "2023-05-20T04:19:01+00:00" + "time": "2025-07-16T20:54:09+00:00" }, { "name": "consolidation/config", - "version": "1.2.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" + "reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", - "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "url": "https://api.github.com/repos/consolidation/config/zipball/597f8d7fbeef801736250ec10c3e190569b1b0ae", + "reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "grasmash/expander": "^1", - "php": ">=5.4.0" + "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", + "grasmash/expander": "^2.0.1 || ^3", + "php": ">=7.1.3", + "symfony/event-dispatcher": "^4 || ^5 || ^6" }, "require-dev": { - "g1a/composer-test-scenarios": "^3", - "php-coveralls/php-coveralls": "^1", - "phpunit/phpunit": "^5", - "squizlabs/php_codesniffer": "2.*", - "symfony/console": "^2.5|^3|^4", - "symfony/yaml": "^2.8.11|^3|^4" + "ext-json": "*", + "phpunit/phpunit": ">=7.5.20", + "squizlabs/php_codesniffer": "^3", + "symfony/console": "^4 || ^5 || ^6", + "symfony/yaml": "^4 || ^5 || ^6", + "yoast/phpunit-polyfills": "^1" }, "suggest": { + "symfony/event-dispatcher": "Required to inject configuration into Command options", "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader" }, "type": "library", "extra": { - "scenarios": { - "symfony4": { - "require-dev": { - "symfony/console": "^4.0" - }, - "config": { - "platform": { - "php": "7.1.3" - } - } - }, - "symfony2": { - "require-dev": { - "symfony/console": "^2.8", - "symfony/event-dispatcher": "^2.8", - "phpunit/phpunit": "^4.8.36" - }, - "remove": [ - "php-coveralls/php-coveralls" - ], - "config": { - "platform": { - "php": "5.4.8" - } - } - } - }, "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "2.x-dev" } }, "autoload": { @@ -690,57 +605,37 @@ "description": "Provide configuration services for a commandline tool.", "support": { "issues": "https://github.com/consolidation/config/issues", - "source": "https://github.com/consolidation/config/tree/master" + "source": "https://github.com/consolidation/config/tree/2.1.2" }, - "time": "2019-03-03T19:37:04+00:00" + "time": "2022-10-06T17:48:03+00:00" }, { "name": "consolidation/filter-via-dot-access-data", - "version": "1.0.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/consolidation/filter-via-dot-access-data.git", - "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6" + "reference": "cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6", - "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6", + "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b", + "reference": "cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.5.0" + "dflydev/dot-access-data": "^1.1.0 || ^2.0.0 || ^3.0.0", + "php": ">=7.1.3" }, "require-dev": { - "consolidation/robo": "^1.2.3", - "g1a/composer-test-scenarios": "^3", - "knplabs/github-api": "^2.7", - "php-coveralls/php-coveralls": "^1", - "php-http/guzzle6-adapter": "^1.1", - "phpunit/phpunit": "^5", - "squizlabs/php_codesniffer": "^2.8", - "symfony/console": "^2.8|^3|^4" + "phpunit/phpunit": "^7.5.20 || ^8 || ^9", + "squizlabs/php_codesniffer": "^3", + "yoast/phpunit-polyfills": "^0.2.0" }, "type": "library", "extra": { - "scenarios": { - "phpunit5": { - "require-dev": { - "phpunit/phpunit": "^5.7.27" - }, - "remove": [ - "php-coveralls/php-coveralls" - ], - "config": { - "platform": { - "php": "5.6.33" - } - } - } - }, "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "2.x-dev" } }, "autoload": { @@ -760,38 +655,38 @@ ], "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.", "support": { - "source": "https://github.com/consolidation/filter-via-dot-access-data/tree/1.0.0" + "source": "https://github.com/consolidation/filter-via-dot-access-data/tree/2.0.2" }, - "time": "2019-01-18T06:05:07+00:00" + "time": "2021-12-30T03:56:08+00:00" }, { "name": "consolidation/log", - "version": "2.1.1", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9" + "reference": "c27a3beb36137c141ccbce0d89f64befb243c015" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/3ad08dc57e8aff9400111bad36beb0ed387fe6a9", - "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9", + "url": "https://api.github.com/repos/consolidation/log/zipball/c27a3beb36137c141ccbce0d89f64befb243c015", + "reference": "c27a3beb36137c141ccbce0d89f64befb243c015", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1 || ^2", - "symfony/console": "^4 || ^5 || ^6" + "php": ">=8.0.0", + "psr/log": "^3", + "symfony/console": "^5 || ^6 || ^7" }, "require-dev": { - "phpunit/phpunit": ">=7.5.20", + "phpunit/phpunit": "^7.5.20 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", "yoast/phpunit-polyfills": "^0.2.0" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "2.x-dev" + "platform": { + "php": "8.2.17" } }, "autoload": { @@ -812,36 +707,36 @@ "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", "support": { "issues": "https://github.com/consolidation/log/issues", - "source": "https://github.com/consolidation/log/tree/2.1.1" + "source": "https://github.com/consolidation/log/tree/3.1.0" }, - "time": "2022-02-24T04:27:32+00:00" + "time": "2024-04-04T23:50:25+00:00" }, { "name": "consolidation/output-formatters", - "version": "4.3.2", + "version": "4.6.0", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58" + "reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58", - "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5fd5656718d7068a02d046f418a7ba873d5abbfe", + "reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", "php": ">=7.1.3", - "symfony/console": "^4 || ^5 || ^6", - "symfony/finder": "^4 || ^5 || ^6" + "symfony/console": "^4 || ^5 || ^6 || ^7", + "symfony/finder": "^4 || ^5 || ^6 || ^7" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", "phpunit/phpunit": "^7 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", - "symfony/var-dumper": "^4 || ^5 || ^6", - "symfony/yaml": "^4 || ^5 || ^6", + "symfony/var-dumper": "^4 || ^5 || ^6 || ^7", + "symfony/yaml": "^4 || ^5 || ^6 || ^7", "yoast/phpunit-polyfills": "^1" }, "suggest": { @@ -866,38 +761,39 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", - "source": "https://github.com/consolidation/output-formatters/tree/4.3.2" + "source": "https://github.com/consolidation/output-formatters/tree/4.6.0" }, - "time": "2023-07-06T04:45:41+00:00" + "time": "2024-10-18T14:02:48+00:00" }, { "name": "consolidation/robo", - "version": "3.0.12", + "version": "4.0.6", "source": { "type": "git", "url": "https://github.com/consolidation/robo.git", - "reference": "0c3a5085357f46c90a0b756e3d326f44847158b8" + "reference": "55a272370940607649e5c46eb173c5c54f7c166d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/robo/zipball/0c3a5085357f46c90a0b756e3d326f44847158b8", - "reference": "0c3a5085357f46c90a0b756e3d326f44847158b8", + "url": "https://api.github.com/repos/consolidation/robo/zipball/55a272370940607649e5c46eb173c5c54f7c166d", + "reference": "55a272370940607649e5c46eb173c5c54f7c166d", "shasum": "" }, "require": { - "consolidation/annotated-command": "^4.3", - "consolidation/config": "^1.2.1 || ^2.0.1", - "consolidation/log": "^1.1.1 || ^2.0.2", + "consolidation/annotated-command": "^4.8.1", + "consolidation/config": "^2.0.1", + "consolidation/log": "^2.0.2 || ^3", "consolidation/output-formatters": "^4.1.2", "consolidation/self-update": "^2.0", "league/container": "^3.3.1 || ^4.0", - "php": ">=7.1.3", - "symfony/console": "^4.4.19 || ^5 || ^6", - "symfony/event-dispatcher": "^4.4.19 || ^5 || ^6", - "symfony/filesystem": "^4.4.9 || ^5 || ^6", - "symfony/finder": "^4.4.9 || ^5 || ^6", - "symfony/process": "^4.4.9 || ^5 || ^6", - "symfony/yaml": "^4.4 || ^5 || ^6" + "php": ">=8.0", + "phpowermove/docblock": "^4.0", + "symfony/console": "^6", + "symfony/event-dispatcher": "^6", + "symfony/filesystem": "^6", + "symfony/finder": "^6", + "symfony/process": "^6", + "symfony/yaml": "^6" }, "conflict": { "codegyre/robo": "*" @@ -920,33 +816,6 @@ "robo" ], "type": "library", - "extra": { - "scenarios": { - "symfony4": { - "require": { - "symfony/console": "^4.4.11", - "symfony/event-dispatcher": "^4.4.11", - "symfony/filesystem": "^4.4.11", - "symfony/finder": "^4.4.11", - "symfony/process": "^4.4.11", - "phpunit/phpunit": "^6", - "nikic/php-parser": "^2" - }, - "remove": [ - "codeception/phpunit-wrapper" - ], - "config": { - "platform": { - "php": "7.1.3" - } - } - } - }, - "branch-alias": { - "dev-master": "2.x-dev", - "dev-main": "2.x-dev" - } - }, "autoload": { "psr-4": { "Robo\\": "src" @@ -965,9 +834,9 @@ "description": "Modern task runner", "support": { "issues": "https://github.com/consolidation/robo/issues", - "source": "https://github.com/consolidation/robo/tree/3.0.12" + "source": "https://github.com/consolidation/robo/tree/4.0.6" }, - "time": "2023-04-30T21:18:09+00:00" + "time": "2023-04-30T21:49:04+00:00" }, { "name": "consolidation/self-update", @@ -1026,24 +895,23 @@ }, { "name": "consolidation/site-alias", - "version": "3.1.7", + "version": "4.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "3b6519592c7e8557423f935806cd73adf69ed6c7" + "reference": "aff6189aae17da813d23249cb2fc0fff33f26d40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/3b6519592c7e8557423f935806cd73adf69ed6c7", - "reference": "3b6519592c7e8557423f935806cd73adf69ed6c7", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/aff6189aae17da813d23249cb2fc0fff33f26d40", + "reference": "aff6189aae17da813d23249cb2fc0fff33f26d40", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1 || ^2", - "php": ">=5.5.0", - "symfony/filesystem": "^4.4 || ^5.4 || ^6", - "symfony/finder": "~2.3 || ^3 || ^4.4 || ^5 || ^6", - "webmozart/path-util": "^2.3" + "consolidation/config": "^1.2.1 || ^2 || ^3", + "php": ">=7.4", + "symfony/filesystem": "^5.4 || ^6 || ^7", + "symfony/finder": "^5 || ^6 || ^7" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", @@ -1055,7 +923,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.x-dev" + "dev-main": "4.x-dev" } }, "autoload": { @@ -1080,40 +948,39 @@ "description": "Manage alias records for local and remote sites.", "support": { "issues": "https://github.com/consolidation/site-alias/issues", - "source": "https://github.com/consolidation/site-alias/tree/3.1.7" + "source": "https://github.com/consolidation/site-alias/tree/4.1.1" }, - "time": "2022-10-15T01:21:09+00:00" + "time": "2024-12-13T19:05:11+00:00" }, { "name": "consolidation/site-process", - "version": "4.2.1", + "version": "5.4.2", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", - "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234" + "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/ee3bf69001694b2117cc2f96c2ef70d8d45f1234", - "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da", + "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1 || ^2", + "consolidation/config": "^2 || ^3", "consolidation/site-alias": "^3 || ^4", - "php": ">=7.1.3", - "symfony/console": "^2.8.52 || ^3 || ^4.4 || ^5", - "symfony/process": "^4.3.4 || ^5" + "php": ">=8.0.14", + "symfony/console": "^5.4 || ^6 || ^7", + "symfony/process": "^6 || ^7" }, "require-dev": { - "phpunit/phpunit": "^7.5.20 || ^8.5.14", - "squizlabs/php_codesniffer": "^3", - "yoast/phpunit-polyfills": "^0.2.0" + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "4.x-dev" + "dev-main": "5.x-dev" } }, "autoload": { @@ -1138,22 +1005,22 @@ "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.", "support": { "issues": "https://github.com/consolidation/site-process/issues", - "source": "https://github.com/consolidation/site-process/tree/4.2.1" + "source": "https://github.com/consolidation/site-process/tree/5.4.2" }, - "time": "2022-10-18T13:19:35+00:00" + "time": "2024-12-13T19:25:56+00:00" }, { "name": "cweagans/composer-patches", - "version": "1.7.1", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", - "reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c" + "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/9888dcc74993c030b75f3dd548bb5e20cdbd740c", - "reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db", + "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db", "shasum": "" }, "require": { @@ -1186,9 +1053,9 @@ "description": "Provides a way to patch Composer packages.", "support": { "issues": "https://github.com/cweagans/composer-patches/issues", - "source": "https://github.com/cweagans/composer-patches/tree/1.7.1" + "source": "https://github.com/cweagans/composer-patches/tree/1.7.3" }, - "time": "2021-06-08T15:12:46+00:00" + "time": "2022-12-20T22:53:13+00:00" }, { "name": "d3/d3", @@ -1201,28 +1068,31 @@ }, { "name": "davedevelopment/stiphle", - "version": "0.9.2", + "version": "0.9.4", "source": { "type": "git", "url": "https://github.com/davedevelopment/stiphle.git", - "reference": "76151e6474741adee258c1a4860a0460e319563b" + "reference": "5d1c244f0525d265e231a65db538b74eb5483768" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/davedevelopment/stiphle/zipball/76151e6474741adee258c1a4860a0460e319563b", - "reference": "76151e6474741adee258c1a4860a0460e319563b", + "url": "https://api.github.com/repos/davedevelopment/stiphle/zipball/5d1c244f0525d265e231a65db538b74eb5483768", + "reference": "5d1c244f0525d265e231a65db538b74eb5483768", "shasum": "" }, "require": { - "php": ">=5.3.1" + "php": "^5.6.0|^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^5.5", - "predis/predis": "^1.1" + "doctrine/cache": "^1.0", + "phpunit/phpunit": "^6.5|^7.5|^8.4", + "predis/predis": "^1.1", + "zendframework/zend-cache": "^2.8" }, "suggest": { "doctrine/cache": "~1.0", - "predis/predis": "~1.1" + "predis/predis": "~1.1", + "zendframework/zend-cache": "^2.8" }, "type": "library", "autoload": { @@ -1251,9 +1121,9 @@ ], "support": { "issues": "https://github.com/davedevelopment/stiphle/issues", - "source": "https://github.com/davedevelopment/stiphle/tree/0.9.2" + "source": "https://github.com/davedevelopment/stiphle/tree/0.9.4" }, - "time": "2017-08-16T07:58:18+00:00" + "time": "2022-11-25T16:30:20+00:00" }, { "name": "dekor/php-array-table", @@ -1304,96 +1174,39 @@ }, "time": "2023-02-10T10:13:42+00:00" }, - { - "name": "dflydev/dot-access-configuration", - "version": "v1.0.3", - "source": { - "type": "git", - "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git", - "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49", - "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49", - "shasum": "" - }, - "require": { - "dflydev/dot-access-data": "1.*", - "dflydev/placeholder-resolver": "1.*", - "php": ">=5.3.2" - }, - "require-dev": { - "symfony/yaml": "~2.1" - }, - "suggest": { - "symfony/yaml": "Required for using the YAML Configuration Builders" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "Dflydev\\DotAccessConfiguration": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dragonfly Development Inc.", - "email": "info@dflydev.com", - "homepage": "http://dflydev.com" - }, - { - "name": "Beau Simensen", - "email": "beau@dflydev.com", - "homepage": "http://beausimensen.com" - } - ], - "description": "Given a deep data structure representing a configuration, access configuration by dot notation.", - "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration", - "keywords": [ - "config", - "configuration" - ], - "support": { - "issues": "https://github.com/dflydev/dflydev-dot-access-configuration/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-configuration/tree/master" - }, - "time": "2018-09-08T23:00:17+00:00" - }, { "name": "dflydev/dot-access-data", - "version": "v1.1.0", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", - "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.42", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", + "scrutinizer/ocular": "1.6.0", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "3.x-dev" } }, "autoload": { - "psr-0": { - "Dflydev\\DotAccessData": "src" + "psr-4": { + "Dflydev\\DotAccessData\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1415,6 +1228,11 @@ "name": "Carlos Frutos", "email": "carlos@kiwing.it", "homepage": "https://github.com/cfrutos" + }, + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com" } ], "description": "Given a deep data structure, access data by dot notation.", @@ -1427,93 +1245,40 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/master" + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" }, - "time": "2017-01-20T21:14:22+00:00" - }, - { - "name": "dflydev/placeholder-resolver", - "version": "v1.0.3", - "source": { - "type": "git", - "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", - "reference": "d0161b4be1e15838327b01b21d0149f382d69906" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/d0161b4be1e15838327b01b21d0149f382d69906", - "reference": "d0161b4be1e15838327b01b21d0149f382d69906", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "Dflydev\\PlaceholderResolver": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dragonfly Development Inc.", - "email": "info@dflydev.com", - "homepage": "http://dflydev.com" - }, - { - "name": "Beau Simensen", - "email": "beau@dflydev.com", - "homepage": "http://beausimensen.com" - } - ], - "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.", - "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", - "keywords": [ - "placeholder", - "resolver" - ], - "support": { - "issues": "https://github.com/dflydev/dflydev-placeholder-resolver/issues", - "source": "https://github.com/dflydev/dflydev-placeholder-resolver/tree/v1.0.3" - }, - "time": "2021-12-03T16:48:58+00:00" + "time": "2024-07-08T12:26:09+00:00" }, { "name": "doctrine/annotations", - "version": "1.13.3", + "version": "1.14.4", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "648b0343343565c4a056bfc8392201385e8d89f0" + "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0", - "reference": "648b0343343565c4a056bfc8392201385e8d89f0", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915", + "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915", "shasum": "" }, "require": { - "doctrine/lexer": "1.*", + "doctrine/lexer": "^1 || ^2", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^6.0 || ^8.1", - "phpstan/phpstan": "^1.4.10 || ^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", - "symfony/cache": "^4.4 || ^5.2", - "vimeo/psalm": "^4.10" + "doctrine/coding-standard": "^9 || ^12", + "phpstan/phpstan": "~1.4.10 || ^1.10.28", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7", + "vimeo/psalm": "^4.30 || ^5.14" + }, + "suggest": { + "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, "type": "library", "autoload": { @@ -1556,38 +1321,40 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.13.3" + "source": "https://github.com/doctrine/annotations/tree/1.14.4" }, - "time": "2022-07-02T10:48:51+00:00" + "time": "2024-09-05T10:15:52+00:00" }, { "name": "doctrine/collections", - "version": "1.8.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e" + "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e", - "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e", + "url": "https://api.github.com/repos/doctrine/collections/zipball/2eb07e5953eed811ce1b309a7478a3b236f2273d", + "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d", "shasum": "" }, "require": { - "doctrine/deprecations": "^0.5.3 || ^1", - "php": "^7.1.3 || ^8.0" + "doctrine/deprecations": "^1", + "php": "^8.1", + "symfony/polyfill-php84": "^1.30" }, "require-dev": { - "doctrine/coding-standard": "^9.0 || ^10.0", - "phpstan/phpstan": "^1.4.8", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", - "vimeo/psalm": "^4.22" + "doctrine/coding-standard": "^12", + "ext-json": "*", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^10.5" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + "Doctrine\\Common\\Collections\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1626,9 +1393,23 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/1.8.0" + "source": "https://github.com/doctrine/collections/tree/2.3.0" }, - "time": "2022-09-01T20:12:10+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", + "type": "tidelift" + } + ], + "time": "2025-03-22T10:17:19+00:00" }, { "name": "doctrine/common", @@ -1862,31 +1643,33 @@ }, { "name": "doctrine/lexer", - "version": "1.2.3", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" + "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", + "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", "shasum": "" }, "require": { + "doctrine/deprecations": "^1.0", "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^9 || ^12", "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.11" + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^4.11 || ^5.21" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1918,7 +1701,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.3" + "source": "https://github.com/doctrine/lexer/tree/2.1.1" }, "funding": [ { @@ -1934,7 +1717,7 @@ "type": "tidelift" } ], - "time": "2022-02-28T11:07:21+00:00" + "time": "2024-02-05T11:35:39+00:00" }, { "name": "doctrine/persistence", @@ -2031,111 +1814,35 @@ ], "time": "2024-11-01T21:49:07+00:00" }, - { - "name": "doctrine/reflection", - "version": "1.2.4", - "source": { - "type": "git", - "url": "https://github.com/doctrine/reflection.git", - "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", - "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", - "shasum": "" - }, - "require": { - "doctrine/annotations": "^1.0 || ^2.0", - "ext-tokenizer": "*", - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/common": "<2.9" - }, - "require-dev": { - "doctrine/coding-standard": "^9", - "doctrine/common": "^3.3", - "phpstan/phpstan": "^1.4.10", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\": "lib/Doctrine/Common" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - }, - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - } - ], - "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", - "homepage": "https://www.doctrine-project.org/projects/reflection.html", - "keywords": [ - "reflection", - "static" - ], - "support": { - "issues": "https://github.com/doctrine/reflection/issues", - "source": "https://github.com/doctrine/reflection/tree/1.2.4" - }, - "abandoned": "roave/better-reflection", - "time": "2023-07-27T18:11:59+00:00" - }, { "name": "drupal/address", - "version": "1.12.0", + "version": "2.0.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/address.git", - "reference": "8.x-1.12" + "reference": "2.0.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/address-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "67dd4699040aabf0cd6169e437706fa6a39b0b3a" + "url": "https://ftp.drupal.org/files/projects/address-2.0.4.zip", + "reference": "2.0.4", + "shasum": "5a86f7abc028f3d9833784dbf0791a6e4463da8e" }, "require": { - "commerceguys/addressing": "^1.4.2", - "drupal/core": "^9.2 || ^10", - "php": "^7.3 || ^8.0" + "commerceguys/addressing": "^2.1.1", + "drupal/core": "^9.5 || ^10 || ^11", + "php": "^8.0" }, "require-dev": { - "drupal/token": "^1.0" + "drupal/diff": "^1", + "drupal/feeds": "^3", + "drupal/token": "^1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1684710176", + "version": "2.0.4", + "datestamp": "1746462054", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2152,25 +1859,17 @@ "homepage": "https://www.drupal.org/user/86106" }, { - "name": "Centarro", + "name": "centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "dww", "homepage": "https://www.drupal.org/user/46549" }, - { - "name": "googletorp", - "homepage": "https://www.drupal.org/user/386230" - }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, - { - "name": "mglaman", - "homepage": "https://www.drupal.org/user/2416470" - }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" @@ -2273,26 +1972,27 @@ }, { "name": "drupal/adminimal_theme", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/adminimal_theme.git", - "reference": "8.x-1.6" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "89132d0853388afe8dfd11fb83c69a48d8c13413" + "url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "0fe020fecab6a1f6d877f2e622fb9f916ada52bb" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10", + "drupal/seven": "~1.0" }, "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1602006937", + "version": "8.x-1.7", + "datestamp": "1691504486", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2315,6 +2015,10 @@ { "name": "realityloop", "homepage": "https://www.drupal.org/user/139189" + }, + { + "name": "rjjakes", + "homepage": "https://www.drupal.org/user/3457245" } ], "description": "Drupal administration theme with modern minimalist design.", @@ -2326,26 +2030,26 @@ }, { "name": "drupal/administerusersbyrole", - "version": "3.4.0", + "version": "3.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/administerusersbyrole.git", - "reference": "8.x-3.4" + "reference": "8.x-3.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/administerusersbyrole-8.x-3.4.zip", - "reference": "8.x-3.4", - "shasum": "17cd7107c8fdd0c65049ee2b8dceefa0432024fa" + "url": "https://ftp.drupal.org/files/projects/administerusersbyrole-8.x-3.5.zip", + "reference": "8.x-3.5", + "shasum": "4595bd1db4592c2eb506b3b1c1b26683f22b73b4" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.4", - "datestamp": "1682265550", + "version": "8.x-3.5", + "datestamp": "1732275602", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2358,7 +2062,7 @@ ], "authors": [ { - "name": "AdamPS", + "name": "adamps", "homepage": "https://www.drupal.org/user/2650563" }, { @@ -2489,26 +2193,26 @@ }, { "name": "drupal/autocomplete_deluxe", - "version": "2.0.9", + "version": "2.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autocomplete_deluxe.git", - "reference": "2.0.9" + "reference": "2.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/autocomplete_deluxe-2.0.9.zip", - "reference": "2.0.9", - "shasum": "1f7d62a29e7fb8d2075e1b61d7605369af5348d1" + "url": "https://ftp.drupal.org/files/projects/autocomplete_deluxe-2.1.2.zip", + "reference": "2.1.2", + "shasum": "3e8ba6e205b21305d672a02edb6dc40770ade71e" }, "require": { - "drupal/core": "<10.3" + "drupal/core": "^10.3 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.9", - "datestamp": "1742476801", + "version": "2.1.2", + "datestamp": "1742303934", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2779,17 +2483,17 @@ }, { "name": "drupal/blazy", - "version": "2.16.0", + "version": "2.27.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/blazy.git", - "reference": "8.x-2.16" + "reference": "8.x-2.27" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/blazy-8.x-2.16.zip", - "reference": "8.x-2.16", - "shasum": "ae84ac6083f734968eb9c7cc008b32aaa04c5b9c" + "url": "https://ftp.drupal.org/files/projects/blazy-8.x-2.27.zip", + "reference": "8.x-2.27", + "shasum": "3cf511ad1ea33c94a5c4b93f49344bef24456067" }, "require": { "drupal/core": "^8.8 || ^9 || ^10" @@ -2800,8 +2504,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.16", - "datestamp": "1685788557", + "version": "8.x-2.27", + "datestamp": "1715944090", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2944,59 +2648,6 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/bulkdelete", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/bulkdelete.git", - "reference": "36e12429e99606463b9ef15203c2018de69965b2" - }, - "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1590300128", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Kars-T", - "homepage": "https://www.drupal.org/user/224499" - }, - { - "name": "Rahul Seth", - "homepage": "https://www.drupal.org/user/2694359" - }, - { - "name": "adriancid", - "homepage": "https://www.drupal.org/user/1962106" - }, - { - "name": "robertDouglass", - "homepage": "https://www.drupal.org/user/5449" - } - ], - "description": "Adds an administrative option to bulk delete nodes by content type using the batch API.", - "homepage": "https://www.drupal.org/project/bulkdelete", - "support": { - "source": "https://git.drupalcode.org/project/bulkdelete" - } - }, { "name": "drupal/computed_field", "version": "3.0.0", @@ -3139,26 +2790,29 @@ }, { "name": "drupal/config_devel", - "version": "dev-1.x", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_devel.git", - "reference": "aee6c9e59d3d77d73a6d980875a779f7331013b4" + "reference": "8.x-1.10" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_devel-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "d47415b4be32180f27fcd58e86107a9a7b1351f3" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.3 || ^10 || ^11" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.7+4-dev", - "datestamp": "1632257543", + "version": "8.x-1.10", + "datestamp": "1727184343", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -3183,14 +2837,6 @@ "name": "joachim", "homepage": "https://www.drupal.org/user/107701" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" - }, { "name": "vijaycs85", "homepage": "https://www.drupal.org/user/93488" @@ -3417,26 +3063,29 @@ }, { "name": "drupal/config_pages", - "version": "dev-2.x", + "version": "2.17.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_pages.git", - "reference": "ba53fd5b7536040f92d0958b7ce643e6cca67d45" + "reference": "8.x-2.17" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_pages-8.x-2.17.zip", + "reference": "8.x-2.17", + "shasum": "717b1eb911e30e766a891d45eeefa34825794ac4" }, "require": { - "drupal/core": "^8.5 | ^9" + "drupal/core": "^8.5 | ^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.9+11-dev", - "datestamp": "1634847768", + "version": "8.x-2.17", + "datestamp": "1736029180", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "drush": { @@ -3451,12 +3100,12 @@ ], "authors": [ { - "name": "Qwaygon", - "homepage": "https://www.drupal.org/user/636624" + "name": "m.krestnicov", + "homepage": "https://www.drupal.org/user/3193903" }, { - "name": "claymor", - "homepage": "https://www.drupal.org/user/3193903" + "name": "qwaygon", + "homepage": "https://www.drupal.org/user/636624" }, { "name": "shumer", @@ -3525,291 +3174,6 @@ "source": "https://git.drupalcode.org/project/config_update" } }, - { - "name": "drupal/console", - "version": "1.9.8", - "source": { - "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console.git", - "reference": "d292c940c07d164e32bbe9525e909311ca65e8cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/d292c940c07d164e32bbe9525e909311ca65e8cb", - "reference": "d292c940c07d164e32bbe9525e909311ca65e8cb", - "shasum": "" - }, - "require": { - "alchemy/zippy": "~0.4", - "composer/installers": "~1.0", - "doctrine/annotations": "^1.2", - "doctrine/collections": "^1.3", - "drupal/console-core": "1.9.7", - "drupal/console-extend-plugin": "~0.9.5", - "php": ">=7.0.8", - "psy/psysh": "0.6.* || ~0.8", - "symfony/css-selector": "~3.0|~4.0", - "symfony/dom-crawler": "~3.0|~4.0", - "symfony/http-foundation": "~3.0|~4.0" - }, - "suggest": { - "symfony/thanks": "Thank your favorite PHP projects on GitHub using the CLI", - "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically" - }, - "bin": [ - "bin/drupal" - ], - "type": "library", - "autoload": { - "psr-4": { - "Drupal\\Console\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "David Flores", - "email": "dmousex@gmail.com", - "homepage": "http://dmouse.net" - }, - { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com", - "homepage": "http://jmolivas.com" - }, - { - "name": "Eduardo Garcia", - "email": "enzo@enzolutions.com", - "homepage": "http://enzolutions.com/" - }, - { - "name": "Omar Aguirre", - "email": "omersguchigu@gmail.com" - }, - { - "name": "Drupal Console Contributors", - "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors" - } - ], - "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", - "homepage": "http://drupalconsole.com/", - "keywords": [ - "console", - "development", - "drupal", - "symfony" - ], - "support": { - "docs": "https://docs.drupalconsole.com/", - "forum": "https://gitter.im/hechoendrupal/DrupalConsole", - "issues": "https://github.com/hechoendrupal/drupal-console/issues", - "source": "https://github.com/hechoendrupal/drupal-console/tree/1.9.8" - }, - "funding": [ - { - "url": "https://opencollective.com/drupalconsole", - "type": "open_collective" - } - ], - "time": "2021-11-29T17:09:44+00:00" - }, - { - "name": "drupal/console-core", - "version": "1.9.7", - "source": { - "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "ab3abc2631761c9588230ba88189d9ba4eb9ed63" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/ab3abc2631761c9588230ba88189d9ba4eb9ed63", - "reference": "ab3abc2631761c9588230ba88189d9ba4eb9ed63", - "shasum": "" - }, - "require": { - "dflydev/dot-access-configuration": "^1.0", - "drupal/console-en": "1.9.7", - "guzzlehttp/guzzle": "~6.1", - "php": ">=7.0.8", - "stecman/symfony-console-completion": "~0.7", - "symfony/config": "~3.0|^4.4", - "symfony/console": "~3.0|^4.4", - "symfony/debug": "~3.0|^4.4", - "symfony/dependency-injection": "~3.0|^4.4", - "symfony/event-dispatcher": "~3.0|^4.4", - "symfony/filesystem": "~3.0|^4.4", - "symfony/finder": "~3.0|^4.4", - "symfony/process": "~3.0|^4.4", - "symfony/translation": "~3.0|^4.4", - "symfony/yaml": "~3.0|^4.4", - "twig/twig": "^1.38.2|^2.12.0", - "webflo/drupal-finder": "^1.0", - "webmozart/path-util": "^2.3" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "Drupal\\Console\\Core\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "David Flores", - "email": "dmousex@gmail.com", - "homepage": "http://dmouse.net" - }, - { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com", - "homepage": "http://jmolivas.com" - }, - { - "name": "Eduardo Garcia", - "email": "enzo@enzolutions.com", - "homepage": "http://enzolutions.com/" - }, - { - "name": "Omar Aguirre", - "email": "omersguchigu@gmail.com" - }, - { - "name": "Drupal Console Contributors", - "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" - } - ], - "description": "Drupal Console Core", - "homepage": "http://drupalconsole.com/", - "keywords": [ - "console", - "development", - "drupal", - "symfony" - ], - "support": { - "docs": "http://docs.drupalconsole.com/", - "forum": "https://gitter.im/hechoendrupal/DrupalConsole", - "issues": "https://github.com/hechoendrupal/DrupalConsole/issues", - "source": "https://github.com/hechoendrupal/drupal-console-core/tree/1.9.7" - }, - "time": "2020-11-30T01:45:57+00:00" - }, - { - "name": "drupal/console-en", - "version": "v1.9.7", - "source": { - "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-en.git", - "reference": "7594601fff153c2799a62bd678ff80749baeee0c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/7594601fff153c2799a62bd678ff80749baeee0c", - "reference": "7594601fff153c2799a62bd678ff80749baeee0c", - "shasum": "" - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "David Flores", - "email": "dmousex@gmail.com", - "homepage": "http://dmouse.net" - }, - { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com", - "homepage": "http://jmolivas.com" - }, - { - "name": "Eduardo Garcia", - "email": "enzo@enzolutions.com", - "homepage": "http://enzolutions.com/" - }, - { - "name": "Omar Aguirre", - "email": "omersguchigu@gmail.com" - }, - { - "name": "Drupal Console Contributors", - "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" - } - ], - "description": "Drupal Console English Language", - "homepage": "http://drupalconsole.com/", - "keywords": [ - "console", - "development", - "drupal", - "symfony" - ], - "support": { - "docs": "https://docs.drupalconsole.com", - "forum": "https://gitter.im/hechoendrupal/DrupalConsole", - "issues": "https://github.com/hechoendrupal/DrupalConsole/issues", - "source": "https://github.com/hechoendrupal/drupal-console-en/tree/master" - }, - "time": "2020-08-15T03:34:54+00:00" - }, - { - "name": "drupal/console-extend-plugin", - "version": "0.9.5", - "source": { - "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", - "reference": "eff6da99cfb5fe1fc60990672d2667c402eb3585" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/eff6da99cfb5fe1fc60990672d2667c402eb3585", - "reference": "eff6da99cfb5fe1fc60990672d2667c402eb3585", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0 || ^2.0", - "composer/installers": "^1.2", - "symfony/finder": "~3.0|^4.4", - "symfony/yaml": "~3.0|^4.4" - }, - "type": "composer-plugin", - "extra": { - "class": "Drupal\\Console\\Composer\\Plugin\\Extender" - }, - "autoload": { - "psr-4": { - "Drupal\\Console\\Composer\\Plugin\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com" - } - ], - "description": "Drupal Console Extend Plugin", - "support": { - "issues": "https://github.com/hechoendrupal/drupal-console-extend-plugin/issues", - "source": "https://github.com/hechoendrupal/drupal-console-extend-plugin/tree/0.9.5" - }, - "time": "2020-11-18T00:15:28+00:00" - }, { "name": "drupal/content_lock", "version": "2.4.0", @@ -4003,24 +3367,24 @@ }, { "name": "drupal/core", - "version": "9.5.11", + "version": "10.5.1", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "8afcb233c2a71501b35fed2713167c37831d5c19" + "reference": "551442fec1db69cf6eedb1601a348d8a6268060f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/8afcb233c2a71501b35fed2713167c37831d5c19", - "reference": "8afcb233c2a71501b35fed2713167c37831d5c19", + "url": "https://api.github.com/repos/drupal/core/zipball/551442fec1db69cf6eedb1601a348d8a6268060f", + "reference": "551442fec1db69cf6eedb1601a348d8a6268060f", "shasum": "" }, "require": { - "asm89/stack-cors": "^1.3", + "asm89/stack-cors": "^2.3", + "composer-runtime-api": "^2.1", "composer/semver": "^3.3", - "doctrine/annotations": "^1.13", - "doctrine/reflection": "^1.2", - "egulias/email-validator": "^2.1.22|^3.2", + "doctrine/annotations": "^1.14", + "egulias/email-validator": "^3.2.1|^4.0", "ext-date": "*", "ext-dom": "*", "ext-filter": "*", @@ -4034,41 +3398,38 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", - "laminas/laminas-feed": "^2.17", - "longwave/laminas-diactoros": "^2.14", + "guzzlehttp/guzzle": "^7.5", + "guzzlehttp/psr7": "^2.4.5", "masterminds/html5": "^2.7", + "mck89/peast": "^1.14", "pear/archive_tar": "^1.4.14", - "php": ">=7.3.0", - "psr/log": "^1.1", - "stack/builder": "^1.0", - "symfony-cmf/routing": "^2.3", - "symfony/console": "^4.4", - "symfony/dependency-injection": "^4.4", - "symfony/event-dispatcher": "^4.4", - "symfony/http-foundation": "^4.4.7", - "symfony/http-kernel": "^4.4", - "symfony/mime": "^5.4", + "php": ">=8.1.0", + "psr/log": "^3.0", + "sebastian/diff": "^4", + "symfony/console": "^6.4", + "symfony/dependency-injection": "^6.4", + "symfony/event-dispatcher": "^6.4", + "symfony/filesystem": "^6.4", + "symfony/finder": "^6.4", + "symfony/http-foundation": "^6.4", + "symfony/http-kernel": "^6.4", + "symfony/mailer": "^6.4", + "symfony/mime": "^6.4", "symfony/polyfill-iconv": "^1.26", - "symfony/polyfill-php80": "^1.26", - "symfony/process": "^4.4", - "symfony/psr-http-message-bridge": "^2.1", - "symfony/routing": "^4.4", - "symfony/serializer": "^4.4", - "symfony/translation": "^4.4", - "symfony/validator": "^4.4", - "symfony/yaml": "^4.4.19", - "twig/twig": "^2.15.3", - "typo3/phar-stream-wrapper": "^3.1.3" + "symfony/process": "^6.4", + "symfony/psr-http-message-bridge": "^2.1|^6.4", + "symfony/routing": "^6.4", + "symfony/serializer": "^6.4", + "symfony/validator": "^6.4", + "symfony/yaml": "^6.4", + "twig/twig": "^3.15.0" }, "conflict": { - "drush/drush": "<8.1.10", - "symfony/http-foundation": "4.4.42" + "drush/drush": "<12.4.3" }, "replace": { "drupal/core-annotation": "self.version", "drupal/core-assertion": "self.version", - "drupal/core-bridge": "self.version", "drupal/core-class-finder": "self.version", "drupal/core-datetime": "self.version", "drupal/core-dependency-injection": "self.version", @@ -4092,6 +3453,9 @@ "drupal/core-uuid": "self.version", "drupal/core-version": "self.version" }, + "suggest": { + "ext-zip": "Needed to extend the plugin.manager.archiver service capability with the handling of files in the ZIP format." + }, "type": "drupal-core", "extra": { "drupal-scaffold": { @@ -4124,12 +3488,10 @@ }, "autoload": { "files": [ - "includes/bootstrap.inc", - "includes/guzzle_php81_shim.php" + "includes/bootstrap.inc" ], "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", - "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver", "Drupal\\Component\\": "lib/Drupal/Component" }, "classmap": [ @@ -4148,14 +3510,13 @@ "lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php", "lib/Drupal/Core/Database/Connection.php", "lib/Drupal/Core/Database/Database.php", - "lib/Drupal/Core/Database/Statement.php", "lib/Drupal/Core/Database/StatementInterface.php", "lib/Drupal/Core/DependencyInjection/Container.php", "lib/Drupal/Core/DrupalKernel.php", "lib/Drupal/Core/DrupalKernelInterface.php", - "lib/Drupal/Core/Http/InputBag.php", "lib/Drupal/Core/Installer/InstallerRedirectTrait.php", - "lib/Drupal/Core/Site/Settings.php" + "lib/Drupal/Core/Site/Settings.php", + "lib/Drupal/Component/Datetime/Time.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -4164,26 +3525,26 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.5.11" + "source": "https://github.com/drupal/core/tree/10.5.1" }, - "time": "2023-09-19T17:58:28+00:00" + "time": "2025-06-26T14:05:15+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.3.6", + "version": "10.5.1", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "d3e0b1d707125c5de0f54315906e65654c3608da" + "reference": "db17b59620ce1c142a34dc017d9e696ce4771e55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/d3e0b1d707125c5de0f54315906e65654c3608da", - "reference": "d3e0b1d707125c5de0f54315906e65654c3608da", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/db17b59620ce1c142a34dc017d9e696ce4771e55", + "reference": "db17b59620ce1c142a34dc017d9e696ce4771e55", "shasum": "" }, "require": { - "composer-plugin-api": "^1 || ^2", + "composer-plugin-api": "^2", "php": ">=7.3.0" }, "conflict": { @@ -4214,26 +3575,26 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.6" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.5.1" }, - "time": "2021-11-19T09:52:23+00:00" + "time": "2024-08-22T14:31:30+00:00" }, { "name": "drupal/core-project-message", - "version": "9.3.6", + "version": "10.5.1", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", - "reference": "812d6da43dd49cc210af62e80fa92189e68e565a" + "reference": "d1da83722735cb0f7ccabf9fef7b5607b442c3a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-project-message/zipball/812d6da43dd49cc210af62e80fa92189e68e565a", - "reference": "812d6da43dd49cc210af62e80fa92189e68e565a", + "url": "https://api.github.com/repos/drupal/core-project-message/zipball/d1da83722735cb0f7ccabf9fef7b5607b442c3a8", + "reference": "d1da83722735cb0f7ccabf9fef7b5607b442c3a8", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1 || ^2", + "composer-plugin-api": "^2", "php": ">=7.3.0" }, "type": "composer-plugin", @@ -4255,78 +3616,80 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-project-message/tree/10.0.0-alpha1" + "source": "https://github.com/drupal/core-project-message/tree/11.1.8" }, - "time": "2020-09-14T13:40:36+00:00" + "time": "2023-07-24T07:55:25+00:00" }, { "name": "drupal/core-recommended", - "version": "9.5.11", + "version": "10.5.1", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "af3521be5376e333ddcdbd31c5a169f16423b46f" + "reference": "60b76ba11c2ae9088283a1e6963b929ca976f4fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/af3521be5376e333ddcdbd31c5a169f16423b46f", - "reference": "af3521be5376e333ddcdbd31c5a169f16423b46f", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/60b76ba11c2ae9088283a1e6963b929ca976f4fc", + "reference": "60b76ba11c2ae9088283a1e6963b929ca976f4fc", "shasum": "" }, "require": { - "asm89/stack-cors": "~1.3.0", - "composer/semver": "~3.3.2", - "doctrine/annotations": "~1.13.3", - "doctrine/lexer": "~1.2.3", - "doctrine/reflection": "~1.2.3", - "drupal/core": "9.5.11", - "egulias/email-validator": "~3.2.1", - "guzzlehttp/guzzle": "~6.5.8", - "guzzlehttp/promises": "~1.5.2", - "guzzlehttp/psr7": "~1.9.1", - "longwave/laminas-diactoros": "~2.14.2", - "masterminds/html5": "~2.7.6", - "pear/archive_tar": "~1.4.14", + "asm89/stack-cors": "~v2.3.0", + "composer/semver": "~3.4.3", + "doctrine/annotations": "~1.14.4", + "doctrine/deprecations": "~1.1.5", + "doctrine/lexer": "~2.1.1", + "drupal/core": "10.5.1", + "egulias/email-validator": "~4.0.4", + "guzzlehttp/guzzle": "~7.9.3", + "guzzlehttp/promises": "~2.2.0", + "guzzlehttp/psr7": "~2.7.1", + "masterminds/html5": "~2.9.0", + "mck89/peast": "~v1.17.0", + "pear/archive_tar": "~1.5.0", "pear/console_getopt": "~v1.4.3", - "pear/pear-core-minimal": "~v1.10.11", + "pear/pear-core-minimal": "~v1.10.16", "pear/pear_exception": "~v1.0.2", - "psr/cache": "~1.0.1", - "psr/container": "~1.1.1", - "psr/http-factory": "~1.0.1", - "psr/http-message": "~1.0.1", - "psr/log": "~1.1.4", + "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.2", "ralouphie/getallheaders": "~3.0.3", - "stack/builder": "~v1.0.6", - "symfony-cmf/routing": "~2.3.4", - "symfony/console": "~v4.4.49", - "symfony/debug": "~v4.4.44", - "symfony/dependency-injection": "~v4.4.49", - "symfony/deprecation-contracts": "~v2.5.2", - "symfony/error-handler": "~v4.4.44", - "symfony/event-dispatcher": "~v4.4.44", - "symfony/event-dispatcher-contracts": "~v1.1.13", - "symfony/http-client-contracts": "~v2.5.2", - "symfony/http-foundation": "~v4.4.49", - "symfony/http-kernel": "~v4.4.50", - "symfony/mime": "~v5.4.13", - "symfony/polyfill-ctype": "~v1.27.0", - "symfony/polyfill-iconv": "~v1.27.0", - "symfony/polyfill-intl-idn": "~v1.27.0", - "symfony/polyfill-intl-normalizer": "~v1.27.0", - "symfony/polyfill-mbstring": "~v1.27.0", - "symfony/polyfill-php80": "~v1.27.0", - "symfony/process": "~v4.4.44", - "symfony/psr-http-message-bridge": "~v2.1.4", - "symfony/routing": "~v4.4.44", - "symfony/serializer": "~v4.4.47", - "symfony/service-contracts": "~v2.5.2", - "symfony/translation": "~v4.4.47", - "symfony/translation-contracts": "~v2.5.2", - "symfony/validator": "~v4.4.48", - "symfony/var-dumper": "~v5.4.19", - "symfony/yaml": "~v4.4.45", - "twig/twig": "~v2.15.4", - "typo3/phar-stream-wrapper": "~v3.1.7" + "sebastian/diff": "~4.0.6", + "symfony/console": "~v6.4.21", + "symfony/dependency-injection": "~v6.4.20", + "symfony/deprecation-contracts": "~v3.5.1", + "symfony/error-handler": "~v6.4.20", + "symfony/event-dispatcher": "~v6.4.13", + "symfony/event-dispatcher-contracts": "~v3.5.1", + "symfony/filesystem": "~v6.4.13", + "symfony/finder": "~v6.4.17", + "symfony/http-foundation": "~v6.4.21", + "symfony/http-kernel": "~v6.4.21", + "symfony/mailer": "~v6.4.21", + "symfony/mime": "~v6.4.21", + "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.20", + "symfony/psr-http-message-bridge": "~v6.4.13", + "symfony/routing": "~v6.4.18", + "symfony/serializer": "~v6.4.21", + "symfony/service-contracts": "~v3.5.1", + "symfony/string": "~v6.4.21", + "symfony/translation-contracts": "~v3.5.1", + "symfony/validator": "~v6.4.21", + "symfony/var-dumper": "~v6.4.21", + "symfony/var-exporter": "~v6.4.21", + "symfony/yaml": "~v6.4.21", + "twig/twig": "~v3.20.0" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -4338,95 +3701,32 @@ ], "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/9.5.11" + "source": "https://github.com/drupal/core-recommended/tree/10.5.1" }, - "time": "2023-09-19T17:58:28+00:00" - }, - { - "name": "drupal/cshs", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/cshs.git", - "reference": "fb5b1b8eff6391819b28bf9bf1cce5d1c5b7423f" - }, - "require": { - "drupal/core": "^8 || ^9", - "php": ">=7.1.0" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.7+0-dev", - "datestamp": "1612535860", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Walter Jenner", - "homepage": "https://drupal.org/u/valderama" - }, - { - "name": "Sergii Bondarenko", - "homepage": "https://drupal.org/u/BR0kEN", - "email": "sb@firstvector.org" - }, - { - "name": "Daneel Cruz", - "homepage": "https://drupal.org/u/daneelcm" - }, - { - "name": "Purushotam Rai", - "homepage": "https://drupal.org/u/purushotam.rai" - } - ], - "description": "A simple client-side hierarchical select widget for taxonomy terms.", - "homepage": "https://www.drupal.org/project/cshs", - "keywords": [ - "client-side-select", - "hierarchical-select", - "module", - "select", - "taxonomy" - ], - "support": { - "source": "https://git.drupalcode.org/project/cshs", - "issues": "https://www.drupal.org/project/issues/cshs" - } + "time": "2025-06-26T14:05:15+00:00" }, { "name": "drupal/ctools", - "version": "3.15.0", + "version": "4.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ctools.git", - "reference": "8.x-3.15" + "reference": "4.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.15.zip", - "reference": "8.x-3.15", - "shasum": "84e360763162bf97dfb99a21a65580e7ea504bc6" + "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip", + "reference": "4.1.0", + "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874" }, "require": { - "drupal/core": "^9.3 || ^10" + "drupal/core": "^9.5 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.15", - "datestamp": "1718145169", + "version": "4.1.0", + "datestamp": "1718144949", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4545,47 +3845,45 @@ }, { "name": "drupal/devel", - "version": "5.1.2", + "version": "5.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/devel.git", - "reference": "5.1.2" + "reference": "5.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/devel-5.1.2.zip", - "reference": "5.1.2", - "shasum": "9b35e38bf2043bf87f88585b3d9100f38da8f07f" + "url": "https://ftp.drupal.org/files/projects/devel-5.4.0.zip", + "reference": "5.4.0", + "shasum": "fc14fe1c396dbff661f9d13e6e3171d9ab781a46" }, "require": { "doctrine/common": "^2.7 || ^3.4", - "drupal/core": "^9 || ^10", - "php": ">=7.4", - "symfony/var-dumper": "^4 || ^5 || ^6" + "drupal/core": "^10.3 || ^11 || ^12", + "php": ">=8.1", + "symfony/var-dumper": "^4 || ^5 || ^6 || ^7" }, "conflict": { - "kint-php/kint": "<3" + "drupal/core": "<10.3", + "drush/drush": "<12.5.1" }, "require-dev": { - "drush/drush": "^11" + "drupal/navigation_extra_tools": "1.0.x-dev", + "drush/drush": "^13", + "firephp/firephp-core": "^0.5.3" }, "suggest": { - "kint-php/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing." + "drupal/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing." }, "type": "drupal-module", "extra": { "drupal": { - "version": "5.1.2", - "datestamp": "1686161028", + "version": "5.4.0", + "datestamp": "1752755621", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10 || ^11" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -4736,20 +4034,20 @@ }, { "name": "drupal/embed", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/embed.git", - "reference": "8.x-1.9" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "e6b4875e2b245ddf1a68a8615cbb4c5a378a0e9f" + "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "4ac5be0c3a421851c9c60ed82e3bc497be88e61c" }, "require": { - "drupal/core": "^9.5 | ^10" + "drupal/core": "^10.2 || ^11" }, "require-dev": { "drupal/ckeditor": "^1.0" @@ -4757,8 +4055,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1723283819", + "version": "8.x-1.10", + "datestamp": "1737663032", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4803,39 +4101,39 @@ }, { "name": "drupal/entity_browser", - "version": "2.10.0", + "version": "2.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_browser.git", - "reference": "8.x-2.10" + "reference": "8.x-2.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.10.zip", - "reference": "8.x-2.10", - "shasum": "d52548ea66dc56108c2e211aeaff6e1cc0522e85" + "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.13.zip", + "reference": "8.x-2.13", + "shasum": "9c31caed2602a5cb582cb4f1e1feaac44cbbc21b" }, "require": { - "drupal/core": "^9.5 || ^10" + "drupal/core": "^10.2 || ^11" }, "conflict": { "drupal/media_entity": "1.*" }, "require-dev": { - "drupal/ckeditor": "^1.0", "drupal/embed": "^1.0", "drupal/entity_embed": "^1.0", "drupal/entity_reference_revisions": "^1.0", "drupal/entityqueue": "^1.0", - "drupal/inline_entity_form": "^1.0@rc", + "drupal/inline_entity_form": "^1 || ^3", "drupal/paragraphs": "^1.0", + "drupal/search_api": "^1.0", "drupal/token": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.10", - "datestamp": "1702325310", + "version": "8.x-2.13", + "datestamp": "1739701403", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4897,27 +4195,27 @@ }, { "name": "drupal/entity_browser_enhanced", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_browser_enhanced.git", - "reference": "2.0.0" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_browser_enhanced-2.0.0.zip", - "reference": "2.0.0", - "shasum": "2880829c847c1c4b06092ab5335adb6ea960317b" + "url": "https://ftp.drupal.org/files/projects/entity_browser_enhanced-2.0.1.zip", + "reference": "2.0.1", + "shasum": "e8640ac806a4302684d5ada8e04d9b92183ebdb8" }, "require": { - "drupal/core": "^9 || ^10", + "drupal/core": "^10 || ^11", "drupal/entity_browser": "~2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1697211243", + "version": "2.0.1", + "datestamp": "1719827338", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4952,16 +4250,16 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_clone.git", - "reference": "5cbfafdbc860cbda7bef91c89628aefca25efe7b" + "reference": "da8bf644cdfe2720b4eb421fe8948a5665f8d790" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^9 || ^10 || ^11" }, "require-dev": { "drupal/entity_browser": "2.x-dev", "drupal/entity_usage": "2.x-dev", "drupal/paragraphs": "^1.0", - "drupal/search_api": "~1.0" + "drupal/search_api": "^1.0" }, "type": "drupal-module", "extra": { @@ -4969,8 +4267,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "2.0.0-beta4+3-dev", - "datestamp": "1697545494", + "version": "2.1.0-beta1+3-dev", + "datestamp": "1748869926", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4991,15 +4289,15 @@ "homepage": "https://www.drupal.org/user/2876343" }, { - "name": "NickDickinsonWilde", + "name": "nickdickinsonwilde", "homepage": "https://www.drupal.org/user/3094661" }, { - "name": "Rajeshreeputra", + "name": "rajeshreeputra", "homepage": "https://www.drupal.org/user/3418561" }, { - "name": "Upchuk", + "name": "upchuk", "homepage": "https://www.drupal.org/user/1885838" }, { @@ -5127,26 +4425,26 @@ }, { "name": "drupal/extlink", - "version": "1.7.0", + "version": "2.0.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/extlink.git", - "reference": "8.x-1.7" + "reference": "2.0.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/extlink-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "38650688b5a58496db59f40b2a7f36c4bedcbfb4" + "url": "https://ftp.drupal.org/files/projects/extlink-2.0.4.zip", + "reference": "2.0.4", + "shasum": "0331ef3457d3a1701f01e04f8256bdd823ea3512" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1665770295", + "version": "2.0.4", + "datestamp": "1732565828", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5195,29 +4493,32 @@ }, { "name": "drupal/field_group", - "version": "dev-3.x", + "version": "3.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_group.git", - "reference": "f9a93f0d06b4fb354015e2b380492a5ddedd009e" + "reference": "8.x-3.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.6.zip", + "reference": "8.x-3.6", + "shasum": "427c0a65dc1936e69e60c120776056cfe5b43e86" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10 || ^11" }, "require-dev": { - "drupal/jquery_ui_accordion": "^1.0" + "drupal/jquery_ui_accordion": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-3.x": "3.x-dev" - }, "drupal": { - "version": "8.x-3.2+6-dev", - "datestamp": "1634760756", + "version": "8.x-3.6", + "datestamp": "1722672510", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -5227,12 +4528,20 @@ ], "authors": [ { - "name": "Hydra", + "name": "anybody", + "homepage": "https://www.drupal.org/user/291091" + }, + { + "name": "grevil", + "homepage": "https://www.drupal.org/user/3668491" + }, + { + "name": "hydra", "homepage": "https://www.drupal.org/user/647364" }, { - "name": "Stalski", - "homepage": "https://www.drupal.org/user/322618" + "name": "joevagyok", + "homepage": "https://www.drupal.org/user/2876343" }, { "name": "jyve", @@ -5242,6 +4551,10 @@ "name": "nils.destoop", "homepage": "https://www.drupal.org/user/361625" }, + { + "name": "Stalski", + "homepage": "https://www.drupal.org/user/322618" + }, { "name": "swentel", "homepage": "https://www.drupal.org/user/107403" @@ -5254,95 +4567,41 @@ "issues": "https://www.drupal.org/project/issues/field_group" } }, - { - "name": "drupal/filefield_sources", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/filefield_sources.git", - "reference": "12a9918a4e2e31ff10c127766610bfbac13d6487" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "require-dev": { - "drupal/imce": "^2.3" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-alpha4+5-dev", - "datestamp": "1621879079", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Nate Lampton (quicksketch)", - "homepage": "https://www.drupal.org/u/quicksketch", - "role": "Maintainer" - }, - { - "name": "Andrey Khromyshev (profak)", - "homepage": "https://www.drupal.org/u/profak", - "role": "Maintainer" - }, - { - "name": "David Valdez (gnuget)", - "homepage": "https://www.drupal.org/u/gnuget", - "role": "Maintainer" - } - ], - "description": "Extends File fields to allow referencing of existing files, remote files, and server files.", - "homepage": "https://www.drupal.org/project/filefield_sources", - "support": { - "source": "https://git.drupalcode.org/project/filefield_sources", - "issues": "https://www.drupal.org/project/issues/filefield_sources", - "irc": "irc://irc.freenode.org/drupal-contribute" - } - }, { "name": "drupal/filter_perms", - "version": "dev-1.x", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/filter_perms.git", - "reference": "f9abe65da2236de801902256f8388291bc3d2c83" + "reference": "2.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/filter_perms-2.0.2.zip", + "reference": "2.0.2", + "shasum": "da352ab7bf56429caba3029509afde72e917fcd9" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^10.3 || ^11 || ^12" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-alpha1+2-dev", - "datestamp": "1599239698", + "version": "2.0.2", + "datestamp": "1745993059", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "cYu", + "name": "cyu", "homepage": "https://www.drupal.org/user/202205" }, { @@ -5350,13 +4609,21 @@ "homepage": "https://www.drupal.org/user/972" }, { - "name": "ivagold", + "name": "ivavictoria", "homepage": "https://www.drupal.org/user/3061533" }, + { + "name": "justcaldwell", + "homepage": "https://www.drupal.org/user/290069" + }, { "name": "mgbellaire", "homepage": "https://www.drupal.org/user/1831932" }, + { + "name": "scott_euser", + "homepage": "https://www.drupal.org/user/3267594" + }, { "name": "willzyx", "homepage": "https://www.drupal.org/user/1043862" @@ -5365,7 +4632,8 @@ "description": "Provides role and module filters to simplify the user permissions page.", "homepage": "https://www.drupal.org/project/filter_perms", "support": { - "source": "https://git.drupalcode.org/project/filter_perms" + "source": "http://cgit.drupalcode.org/filter_perms", + "issues": "https://www.drupal.org/project/issues/filter_perms?categories=All" } }, { @@ -5423,64 +4691,63 @@ }, { "name": "drupal/geocoder", - "version": "3.25.0", + "version": "4.29.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geocoder.git", - "reference": "8.x-3.25" + "reference": "8.x-4.29" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-3.25.zip", - "reference": "8.x-3.25", - "shasum": "959dd2df6c17eaa0550ecb3943f06bb77d1d3adc" + "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-4.29.zip", + "reference": "8.x-4.29", + "shasum": "f874ecd2a743df517e27cdc6a1332e0fe0e97b53" }, "require": { "davedevelopment/stiphle": "^0.9.2", - "drupal/core": "^8.8 || ^9", - "php": ">=7.1.0", - "php-http/guzzle6-adapter": "^1.1 || ^2.0", + "drupal/core": "^9.5 || ^10 || ^11", + "php": ">=7.3.0", + "php-http/guzzle7-adapter": "^1.0", "php-http/message": "^1.6", - "willdurand/geocoder": "^4.0" + "willdurand/geocoder": "^4.0|^5.0" }, "require-dev": { - "drupal/address": "*", - "drupal/coder": "^8.2", + "drupal/address": "^1.11 || ^2.0", "drupal/geocoder_field": "*", - "drupal/geofield": "*", + "drupal/geofield": "^1.52", + "geo6/geocoder-php-addok-provider": "^1.0", "geo6/geocoder-php-bpost-provider": "^1.3.0", "geo6/geocoder-php-geopunt-provider": "^1.0", "geo6/geocoder-php-spw-provider": "^1.0", "geocoder-php/arcgis-online-provider": "^4.0", + "geocoder-php/azure-maps-provider": "^1.2", "geocoder-php/bing-maps-provider": "^4.0", "geocoder-php/free-geoip-provider": "^4.1", "geocoder-php/geo-plugin-provider": "^4.0", - "geocoder-php/geoips-provider": "^4.1", "geocoder-php/geonames-provider": "^4.1", "geocoder-php/google-maps-provider": "^4.2", - "geocoder-php/graphhopper-provider": "^0.1.0", + "geocoder-php/graphhopper-provider": "^0.5.0", "geocoder-php/host-ip-provider": "^4.0", "geocoder-php/ip-info-db-provider": "^4.0", - "geocoder-php/mapbox-provider": "^0.1", + "geocoder-php/locationiq-provider": "^1.5", + "geocoder-php/mapbox-provider": "^1.0", "geocoder-php/mapquest-provider": "^4.0", + "geocoder-php/maptiler-provider": "^1.0", "geocoder-php/maxmind-provider": "^4.1", "geocoder-php/nominatim-provider": "^5.0", "geocoder-php/open-cage-provider": "^4.0", "geocoder-php/openrouteservice-provider": "^1.0", "geocoder-php/pelias-provider": "^1.1", - "geocoder-php/photon-provider": "^0.1.0", + "geocoder-php/photon-provider": "^0.6", "geocoder-php/tomtom-provider": "^4.0", "geocoder-php/yandex-provider": "^4.0", - "phpro/grumphp": "^0.12.1", - "phpunit/phpunit": "^5.7|^6.5", - "sensiolabs/security-checker": "^4.1", - "squizlabs/php_codesniffer": "^2.7" + "systonic/ban-france-provider": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.25", - "datestamp": "1642803151", + "version": "8.x-4.29", + "datestamp": "1749505480", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5502,44 +4769,16 @@ "homepage": "https://www.drupal.org/u/itamair", "role": "Co-maintainer" }, - { - "name": "Pol", - "homepage": "https://www.drupal.org/user/47194" - }, - { - "name": "Simon Georges", - "homepage": "https://www.drupal.org/user/172312" - }, - { - "name": "claudiu.cristea", - "homepage": "https://www.drupal.org/user/56348" - }, - { - "name": "gregseb", - "homepage": "https://www.drupal.org/user/847848" - }, - { - "name": "indytechcook", - "homepage": "https://www.drupal.org/user/245817" - }, - { - "name": "itamair", - "homepage": "https://www.drupal.org/user/1179076" - }, { "name": "michaelfavia", "homepage": "https://www.drupal.org/user/49137" }, { - "name": "phayes", - "homepage": "https://www.drupal.org/user/47098" - }, - { - "name": "vidhatanand", - "homepage": "https://www.drupal.org/user/585764" + "name": "poker10", + "homepage": "https://www.drupal.org/user/272316" } ], - "description": "A Drupal module and a services based API to perform Geocode & Reverse Geocode operations among GIS data and addresses types & formats.", + "description": "Module and services based API to perform Geocode & Reverse Geocode operations among GIS data and addresses types & formats.", "homepage": "https://drupal.org/project/geocoder", "support": { "source": "https://git.drupalcode.org/project/geocoder", @@ -5611,29 +4850,30 @@ }, { "name": "drupal/honeypot", - "version": "2.1.4", + "version": "2.2.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "2.1.4" + "reference": "2.2.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.4.zip", - "reference": "2.1.4", - "shasum": "adf76c3520c0e458177dbe6d638aa2d6ae40a95b" + "url": "https://ftp.drupal.org/files/projects/honeypot-2.2.2.zip", + "reference": "2.2.2", + "shasum": "828872d31d1a2c37a818cacae7fcd77a60996c66" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^10.3 || ^11" }, "require-dev": { - "drupal/rules": "^3.x-dev" + "drupal/rules": "^4.0", + "drupal/webform": "^6.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.4", - "datestamp": "1739061992", + "version": "2.2.2", + "datestamp": "1739854442", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5680,26 +4920,26 @@ }, { "name": "drupal/image_delta_formatter", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/image_delta_formatter.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/image_delta_formatter-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "e236790ad92bdbc8a0ba0aa042a8580d8ce9f425" + "url": "https://ftp.drupal.org/files/projects/image_delta_formatter-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "6ec48166cb04eda57915dbe28f97fa32c1e77b75" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1685543777", + "version": "8.x-1.3", + "datestamp": "1738516937", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5724,7 +4964,7 @@ "homepage": "https://www.drupal.org/user/972218" } ], - "description": "Provides a formatter that displays a specific delta of a multivalue imagefield.", + "description": "Provides a formatter that displays a specific delta of a multi-value image or media field.", "homepage": "https://www.drupal.org/project/image_delta_formatter", "support": { "source": "https://git.drupalcode.org/project/image_delta_formatter" @@ -5732,26 +4972,26 @@ }, { "name": "drupal/image_field_caption", - "version": "2.0.2", + "version": "3.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/image_field_caption.git", - "reference": "2.0.2" + "reference": "3.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/image_field_caption-2.0.2.zip", - "reference": "2.0.2", - "shasum": "9b1f7d780adb66755626b925a80fe2b855f4975d" + "url": "https://ftp.drupal.org/files/projects/image_field_caption-3.0.1.zip", + "reference": "3.0.1", + "shasum": "e84c3b9534d5824b6a67885187b1c24d4eccaf60" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1738422190", + "version": "3.0.1", + "datestamp": "1739400507", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5801,20 +5041,20 @@ }, { "name": "drupal/inline_entity_form", - "version": "1.0.0-rc9", + "version": "1.0.0-rc17", "source": { "type": "git", "url": "https://git.drupalcode.org/project/inline_entity_form.git", - "reference": "8.x-1.0-rc9" + "reference": "8.x-1.0-rc17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc9.zip", - "reference": "8.x-1.0-rc9", - "shasum": "78953103a9c6e4e44bc877820a35f39913ea4559" + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc17.zip", + "reference": "8.x-1.0-rc17", + "shasum": "626622e01cf7a2d2977fdc06ae09afd5a814e09b" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^8.8 || ^9 || ^10", "php": ">=7.1" }, "require-dev": { @@ -5823,8 +5063,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc9", - "datestamp": "1618174486", + "version": "8.x-1.0-rc17", + "datestamp": "1703020130", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -5836,18 +5076,22 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Centarro", - "homepage": "https://www.drupal.org/user/3661446" - }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, + { + "name": "centarro", + "homepage": "https://www.drupal.org/user/3661446" + }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, + { + "name": "dww", + "homepage": "https://www.drupal.org/user/46549" + }, { "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" @@ -5860,10 +5104,6 @@ "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, - { - "name": "kaythay", - "homepage": "https://www.drupal.org/user/2182186" - }, { "name": "oknate", "homepage": "https://www.drupal.org/user/471638" @@ -5987,167 +5227,6 @@ "source": "https://git.drupalcode.org/project/jquery_ui" } }, - { - "name": "drupal/jquery_ui_button", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_button.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_button-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "70175a96c9034cc1cb2f28c415b2a9828355cc1a" - }, - "require": { - "drupal/core": "^8 || ^9", - "drupal/jquery_ui": "*", - "drupal/jquery_ui_checkboxradio": "*", - "drupal/jquery_ui_controlgroup": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.1", - "datestamp": "1584106807", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bnjmnm", - "homepage": "https://www.drupal.org/user/2369194" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Button library.", - "homepage": "https://www.drupal.org/project/jquery_ui_button", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_button" - } - }, - { - "name": "drupal/jquery_ui_checkboxradio", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_checkboxradio.git", - "reference": "2.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_checkboxradio-2.0.0.zip", - "reference": "2.0.0", - "shasum": "81d474fbae63b0099c58be95de71e7f010568aa9" - }, - "require": { - "drupal/core": "^9.2 || ^10", - "drupal/jquery_ui": "^1.6" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0", - "datestamp": "1670871489", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bnjmnm", - "homepage": "https://www.drupal.org/user/2369194" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Checkboxradio library.", - "homepage": "https://www.drupal.org/project/jquery_ui_checkboxradio", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_checkboxradio" - } - }, - { - "name": "drupal/jquery_ui_controlgroup", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_controlgroup.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_controlgroup-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "ddbd4f01df4e3c9566aa76ba256217a27f45f48a" - }, - "require": { - "drupal/core": "^8 || ^9", - "drupal/jquery_ui": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.1", - "datestamp": "1584106616", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bnjmnm", - "homepage": "https://www.drupal.org/user/2369194" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Controlgroup library.", - "homepage": "https://www.drupal.org/project/jquery_ui_controlgroup", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_controlgroup" - } - }, { "name": "drupal/jquery_ui_datepicker", "version": "2.1.1", @@ -6268,28 +5347,28 @@ }, { "name": "drupal/jquery_ui_droppable", - "version": "1.5.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_droppable.git", - "reference": "8.x-1.5" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_droppable-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "ee9fec147493ce6c81fdf95ec463f7092606e913" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_droppable-2.1.0.zip", + "reference": "2.1.0", + "shasum": "4a254056d13d7f4208929142d1a37464404c0870" }, "require": { - "drupal/core": "^9.2 || ^10", - "drupal/jquery_ui": "^1.5", - "drupal/jquery_ui_draggable": "*" + "drupal/core": "^9.2 || ^10 || ^11", + "drupal/jquery_ui": "^1.7", + "drupal/jquery_ui_draggable": "^2.1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1668452746", + "version": "2.1.0", + "datestamp": "1717031391", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6322,27 +5401,27 @@ }, { "name": "drupal/jquery_ui_slider", - "version": "1.1.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_slider.git", - "reference": "8.x-1.1" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "79b90cf60d45fc33ffdaa84bb2d6563f78a7d3d1" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-2.1.0.zip", + "reference": "2.1.0", + "shasum": "89e54ccf787ad3eb11fb2ca9e25ea4bfce3df5b1" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/jquery_ui": "*" + "drupal/core": "^9.2 || ^10 || ^11", + "drupal/jquery_ui": "^1.7" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1584107817", + "version": "2.1.0", + "datestamp": "1717031321", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6547,20 +5626,20 @@ }, { "name": "drupal/leaflet_more_maps", - "version": "2.1.3", + "version": "2.2.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/leaflet_more_maps.git", - "reference": "2.1.3" + "reference": "2.2.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/leaflet_more_maps-2.1.3.zip", - "reference": "2.1.3", - "shasum": "525a7ced000f9f0abe99a85b2e231a248d117914" + "url": "https://ftp.drupal.org/files/projects/leaflet_more_maps-2.2.3.zip", + "reference": "2.2.3", + "shasum": "73b39b8acb7cfe68a2a9251eff32f64fb4851bc7" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10", + "drupal/core": "^8.8 || ^9 || ^10 || ^11", "drupal/leaflet": "^2.1.0 || ^10.0" }, "require-dev": { @@ -6569,8 +5648,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.3", - "datestamp": "1669562477", + "version": "2.2.3", + "datestamp": "1737668201", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6602,7 +5681,7 @@ "homepage": "https://www.drupal.org/user/66273" }, { - "name": "RdeBoer", + "name": "rdeboer", "homepage": "https://www.drupal.org/user/404007" } ], @@ -6615,28 +5694,28 @@ }, { "name": "drupal/leaflet_more_markers", - "version": "1.1.2", + "version": "1.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/leaflet_more_markers.git", - "reference": "1.1.2" + "reference": "1.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/leaflet_more_markers-1.1.2.zip", - "reference": "1.1.2", - "shasum": "8a23349830f307a3ab1533779a438a8a0609b862" + "url": "https://ftp.drupal.org/files/projects/leaflet_more_markers-1.1.3.zip", + "reference": "1.1.3", + "shasum": "79a102d0df2278bc2238d86a960902a837f5434b" }, "require": { - "drupal/core": "^9.3 || ^10", + "drupal/core": "^9.3 || ^10 || ^11", "drupal/leaflet": "*", "drupal/token": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.2", - "datestamp": "1669563076", + "version": "1.1.3", + "datestamp": "1733213620", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6653,7 +5732,7 @@ "homepage": "https://www.drupal.org/user/1179076" }, { - "name": "RdeBoer", + "name": "rdeboer", "homepage": "https://www.drupal.org/user/404007" } ], @@ -6665,26 +5744,30 @@ }, { "name": "drupal/link_attributes", - "version": "1.11.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/link_attributes.git", - "reference": "8.x-1.11" + "reference": "2.1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "ca8c7e71c38350e3784dc3d1f779d700f55df818" + "url": "https://ftp.drupal.org/files/projects/link_attributes-2.1.1.zip", + "reference": "2.1.1", + "shasum": "fc71571fc41adeda6b39ccefd3c8e21955c0d96f" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9 || ^10 || ^11", + "php": ">=8.0" + }, + "require-dev": { + "drupal/linkit": "~6 || ~7" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1598323550", + "version": "2.1.1", + "datestamp": "1721366572", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6703,32 +5786,36 @@ ], "description": "Provides a widget to allow settings of link attributes for menu links.", "homepage": "https://www.drupal.org/project/link_attributes", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/link_attributes" + "source": "https://git.drupalcode.org/project/link_attributes", + "issues": "https://www.drupal.org/project/issues/link_attributes" } }, { "name": "drupal/linked_field", - "version": "1.3.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linked_field.git", - "reference": "8.x-1.3" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linked_field-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "0350c415eba6ff63d9fc8f3a162564dd4c2142e2" + "url": "https://ftp.drupal.org/files/projects/linked_field-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "c304792746a92d105f08931d2b6e09b20ee8d618" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1583855735", + "version": "8.x-1.7", + "datestamp": "1748842765", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6741,8 +5828,8 @@ ], "authors": [ { - "name": "hubdrop", - "homepage": "https://www.drupal.org/user/2750597" + "name": "jcnventura", + "homepage": "https://www.drupal.org/user/122464" }, { "name": "yannickoo", @@ -6757,32 +5844,33 @@ }, { "name": "drupal/linkit", - "version": "6.0.0-beta3", + "version": "7.0.7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.0-beta3" + "reference": "7.0.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta3.zip", - "reference": "6.0.0-beta3", - "shasum": "39a5bf54cbc88324d788a573df7b3fecf7622065" + "url": "https://ftp.drupal.org/files/projects/linkit-7.0.7.zip", + "reference": "7.0.7", + "shasum": "aa10493dfa34f4f8ce51313d47c66b21b9596f3e" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^10.1 || ^11" }, "require-dev": { + "drupal/ckeditor": "*", "drupal/imce": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.0-beta3", - "datestamp": "1632946984", + "version": "7.0.7", + "datestamp": "1753116879", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -6800,6 +5888,10 @@ { "name": "johnwebdev", "homepage": "https://www.drupal.org/user/3331569" + }, + { + "name": "mark_fullmer", + "homepage": "https://www.drupal.org/user/2612816" } ], "description": "Linkit - Enriched linking experience", @@ -6809,81 +5901,28 @@ "issues": "http://drupal.org/project/linkit" } }, - { - "name": "drupal/maillog", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/maillog.git", - "reference": "053d0b4a53aea4f848be75b02fc8974bb7b053b3" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-beta1+0-dev", - "datestamp": "1600799873", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "DamienMcKenna", - "homepage": "https://www.drupal.org/user/108450" - }, - { - "name": "miro_dietiker", - "homepage": "https://www.drupal.org/user/227761" - }, - { - "name": "pluess", - "homepage": "https://www.drupal.org/user/84659" - } - ], - "description": "Utility to log all Mails for debugging purposes. It is possible to suppress mail delivery for e.g. dev or staging systems.", - "homepage": "https://www.drupal.org/project/maillog", - "support": { - "source": "https://git.drupalcode.org/project/maillog" - } - }, { "name": "drupal/mailsystem", - "version": "4.4.0", + "version": "4.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/mailsystem.git", - "reference": "8.x-4.4" + "reference": "8.x-4.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.4.zip", - "reference": "8.x-4.4", - "shasum": "49b2e9efd090cdb4a282c7638b1c76d6723c47b6" + "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.5.zip", + "reference": "8.x-4.5", + "shasum": "e52a814a87b343ab69f8d8ef462a9873c1d01158" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^9 || ^10.1 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.4", - "datestamp": "1657576306", + "version": "8.x-4.5", + "datestamp": "1723379369", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6896,15 +5935,23 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Les Lim", + "name": "emartoni", + "homepage": "https://www.drupal.org/user/3225331" + }, + { + "name": "joseph.olstad", + "homepage": "https://www.drupal.org/user/1321830" + }, + { + "name": "les lim", "homepage": "https://www.drupal.org/user/84263" }, { - "name": "Manuel Garcia", + "name": "manuel garcia", "homepage": "https://www.drupal.org/user/213194" }, { @@ -6918,6 +5965,14 @@ { "name": "pillarsdotnet", "homepage": "https://www.drupal.org/user/36148" + }, + { + "name": "renatog", + "homepage": "https://www.drupal.org/user/3326031" + }, + { + "name": "tr", + "homepage": "https://www.drupal.org/user/202830" } ], "description": "Mail System", @@ -6928,26 +5983,29 @@ }, { "name": "drupal/manage_display", - "version": "dev-1.x", + "version": "3.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/manage_display.git", - "reference": "6f1c88121e11963c361b9d4dd93827dce4d20a0d" + "reference": "3.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/manage_display-3.0.1.zip", + "reference": "3.0.1", + "shasum": "23838a88412db17163ad6c78102bf02e5c52a8a3" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.4 || ^10 || ^11" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-beta2+4-dev", - "datestamp": "1645206928", + "version": "3.0.1", + "datestamp": "1714834549", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -6957,29 +6015,39 @@ ], "authors": [ { - "name": "AdamPS", - "homepage": "https://www.drupal.org/user/2650563" + "name": "Adam Shepherd (AdamPS)", + "homepage": "https://www.drupal.org/u/adamps", + "role": "Maintainer" + }, + { + "name": "Viktor Holovachek (AstonVictor)", + "homepage": "https://www.drupal.org/u/astonvictor", + "role": "Maintainer" } ], - "description": "Make base fields such as 'title' available in \"Manage Display\"", + "description": "This project makes base fields such as 'title' available in 'Manage Display'.", "homepage": "https://www.drupal.org/project/manage_display", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/manage_display" + "source": "https://git.drupalcode.org/project/manage_display", + "issues": "https://www.drupal.org/project/issues/manage_display" } }, { "name": "drupal/matomo", - "version": "1.22.0", + "version": "1.25.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/matomo.git", - "reference": "8.x-1.22" + "reference": "8.x-1.25" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/matomo-8.x-1.22.zip", - "reference": "8.x-1.22", - "shasum": "b41bb83d9c0c6f8c27f72f6b1b62f691dab65a5d" + "url": "https://ftp.drupal.org/files/projects/matomo-8.x-1.25.zip", + "reference": "8.x-1.25", + "shasum": "5e65764f4499061fa33cb5c46afcc26a85b8725e" }, "require": { "drupal/core": "^9.0 || ^10" @@ -6995,8 +6063,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.22", - "datestamp": "1691004328", + "version": "8.x-1.25", + "datestamp": "1738948462", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7009,11 +6077,11 @@ ], "authors": [ { - "name": "C-Logemann", + "name": "c-logemann", "homepage": "https://www.drupal.org/user/218368" }, { - "name": "Grimreaper", + "name": "grimreaper", "homepage": "https://www.drupal.org/user/2388214" }, { @@ -7033,90 +6101,26 @@ }, { "name": "drupal/maxlength", - "version": "2.0.0-rc1", + "version": "3.1.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/maxlength.git", - "reference": "2.0.0-rc1" + "reference": "3.1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/maxlength-2.0.0-rc1.zip", - "reference": "2.0.0-rc1", - "shasum": "1d08a0a49b36b8593be203fc3c423dd29647fc4b" + "url": "https://ftp.drupal.org/files/projects/maxlength-3.1.1.zip", + "reference": "3.1.1", + "shasum": "85059a5d5107a13c780536aa05972e5e97c1308b" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-rc1", - "datestamp": "1634070330", - "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, - { - "name": "dawehner", - "homepage": "https://www.drupal.org/user/99340" - }, - { - "name": "hipp2bsquare", - "homepage": "https://www.drupal.org/user/2473076" - }, - { - "name": "mariuss", - "homepage": "https://www.drupal.org/user/28539" - }, - { - "name": "pmichelazzo", - "homepage": "https://www.drupal.org/user/182237" - }, - { - "name": "srdtwc", - "homepage": "https://www.drupal.org/user/3422763" - } - ], - "description": "Limit the number of characters in textfields and textareas and shows the amount of characters left.", - "homepage": "https://www.drupal.org/project/maxlength", - "support": { - "source": "https://git.drupalcode.org/project/maxlength" - } - }, - { - "name": "drupal/menu_admin_per_menu", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/menu_admin_per_menu.git", - "reference": "8.x-1.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "cb967bdd9ca6f5692d670d5c7c8d77587e7fd38c" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.3", - "datestamp": "1593436060", + "version": "3.1.1", + "datestamp": "1738341546", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7129,13 +6133,89 @@ ], "authors": [ { - "name": "JeroenT", - "homepage": "https://www.drupal.org/user/2228934" + "name": "Marius Scurtescu (mariuss)", + "homepage": "https://www.drupal.org/u/mariuss", + "role": "Maintainer" }, + { + "name": "Clayton Dewey (cedewey)", + "homepage": "https://www.drupal.org/u/cedewey", + "role": "Maintainer" + }, + { + "name": "Daniel Wehner (dawehner)", + "homepage": "https://www.drupal.org/u/dawehner", + "role": "Maintainer" + }, + { + "name": "Paulino Michelazzo (pmichelazzo)", + "homepage": "https://www.drupal.org/u/pmichelazzo", + "role": "Maintainer" + }, + { + "name": "Jeff Hipp (hipp2bsquare)", + "homepage": "https://www.drupal.org/u/hipp2bsquare", + "role": "Maintainer" + }, + { + "name": "Steven DuBois (srdtwc)", + "homepage": "https://www.drupal.org/u/srdtwc", + "role": "Maintainer" + }, + { + "name": "Adam Nagy (joevagyok)", + "homepage": "https://www.drupal.org/u/joevagyok", + "role": "Maintainer" + } + ], + "description": "MaxLength allows a soft or hard character limit to be set on titles, text fields and link fields.", + "homepage": "https://www.drupal.org/project/maxlength", + "support": { + "source": "https://git.drupalcode.org/project/maxlength", + "issues": "https://www.drupal.org/project/issues/maxlength" + } + }, + { + "name": "drupal/menu_admin_per_menu", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/menu_admin_per_menu.git", + "reference": "8.x-1.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "ce9faed09c95de7c7a57653aab66c5afc3e946a2" + }, + "require": { + "drupal/core": "^10.2 || ^11.0 || ^12" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.7", + "datestamp": "1750246188", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ { "name": "anrikun", "homepage": "https://www.drupal.org/user/410199" }, + { + "name": "jeroent", + "homepage": "https://www.drupal.org/user/2228934" + }, { "name": "jonas139", "homepage": "https://www.drupal.org/user/2873401" @@ -7147,32 +6227,39 @@ ], "description": "Allows to give roles per menu admin permissions without giving them full administer menu permission.", "homepage": "https://www.drupal.org/project/menu_admin_per_menu", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/menu_admin_per_menu" + "source": "https://git.drupalcode.org/project/menu_admin_per_menu", + "issues": "https://drupal.org/project/issues/menu_admin_per_menu" } }, { "name": "drupal/menu_block", - "version": "dev-1.x", + "version": "1.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_block.git", - "reference": "4aa56f8c8a0361eedd2319bb45044e9017ecbde4" + "reference": "8.x-1.14" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "c71e60acaba8a7553e8cf423a56328771cbdedf4" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^10.1 || ^11" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.7+3-dev", - "datestamp": "1645240797", + "version": "8.x-1.14", + "datestamp": "1740624449", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -7182,25 +6269,25 @@ ], "authors": [ { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" }, - { - "name": "JohnAlbin", - "homepage": "https://www.drupal.org/user/32095" - }, - { - "name": "RenatoG", - "homepage": "https://www.drupal.org/user/3326031" - }, { "name": "joelpittet", "homepage": "https://www.drupal.org/user/160302" }, + { + "name": "johnalbin", + "homepage": "https://www.drupal.org/user/32095" + }, { "name": "kim.pepper", "homepage": "https://www.drupal.org/user/370574" }, + { + "name": "renatog", + "homepage": "https://www.drupal.org/user/3326031" + }, { "name": "rrrob", "homepage": "https://www.drupal.org/user/273533" @@ -7214,29 +6301,34 @@ }, { "name": "drupal/page_manager", - "version": "dev-4.x", + "version": "4.0.0-rc3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/page_manager.git", - "reference": "82d8a6d3492860b37e2d9bca9238603e4c9b549f" + "reference": "8.x-4.0-rc3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/page_manager-8.x-4.0-rc3.zip", + "reference": "8.x-4.0-rc3", + "shasum": "9c68ed3e87196e42ceeb80d53064494d7a104abc" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/ctools": "^3.1" + "drupal/core": "^9.5 || ^10 || ^11", + "drupal/ctools": "^3.15 || ^4.1" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-4.x": "4.x-dev", - "dev-8.x-4.x": "4.x-dev" - }, "drupal": { - "version": "8.x-4.0-beta6+1-dev", - "datestamp": "1613459893", + "version": "8.x-4.0-rc3", + "datestamp": "1721976404", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "RC releases are not covered by Drupal security advisories." } + }, + "branch-alias": { + "dev-8.x-4.x": "4.x-dev" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7250,13 +6342,17 @@ "role": "Maintainer" }, { - "name": "dsnopek", - "homepage": "https://www.drupal.org/user/266527" + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" }, { "name": "japerry", "homepage": "https://www.drupal.org/user/45640" }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, { "name": "manuel.adan", "homepage": "https://www.drupal.org/user/516420" @@ -7264,10 +6360,6 @@ { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" } ], "description": "Provides a way to place blocks on a custom page.", @@ -7278,70 +6370,24 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/pagerer", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/pagerer.git", - "reference": "8.x-2.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pagerer-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "e7c8479a38df9bc9b86304e778a3be42db3fdb17" - }, - "require": { - "drupal/core": "^9.2", - "drupal/jquery_ui_button": "^1.1", - "drupal/jquery_ui_slider": "^1.1" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.2", - "datestamp": "1640209287", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "mondrake", - "homepage": "https://www.drupal.org/user/1307444" - } - ], - "description": "Configurable pager styles.", - "homepage": "https://www.drupal.org/project/pagerer", - "support": { - "source": "https://git.drupalcode.org/project/pagerer" - } - }, { "name": "drupal/panels", - "version": "4.6.0", + "version": "4.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/panels.git", - "reference": "8.x-4.6" + "reference": "8.x-4.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/panels-8.x-4.6.zip", - "reference": "8.x-4.6", - "shasum": "6430436a4d8fb64f8c113729dd92505a1e46b794" + "url": "https://ftp.drupal.org/files/projects/panels-8.x-4.9.zip", + "reference": "8.x-4.9", + "shasum": "7c05719e3af591947159c071c3bacff9d24d2be5" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/ctools": ">=3.0.0", - "drupal/jquery_ui_droppable": "^1.2" + "drupal/core": "^9.5 || ^10 || ^11", + "drupal/ctools": "^3.15 || ^4.1", + "drupal/jquery_ui_droppable": "^1.0 || ^2.0" }, "require-dev": { "drupal/jquery_ui_droppable": "*", @@ -7350,8 +6396,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.6", - "datestamp": "1585870866", + "version": "8.x-4.9", + "datestamp": "1744218203", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7378,14 +6424,14 @@ "name": "See other contributors", "homepage": "https://www.drupal.org/node/74958/committers" }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, { "name": "joelpittet", "homepage": "https://www.drupal.org/user/160302" }, + { + "name": "Letharion", + "homepage": "https://www.drupal.org/user/373603" + }, { "name": "merlinofchaos", "homepage": "https://www.drupal.org/user/26979" @@ -7401,43 +6447,45 @@ { "name": "samuel.mortenson", "homepage": "https://www.drupal.org/user/2582268" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" } ], "description": "Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.", "homepage": "https://www.drupal.org/project/panels", "support": { - "source": "http://git.drupal.org/project/panels.git", + "source": "https://git.drupalcode.org/project/panels", "issues": "https://www.drupal.org/project/issues/panels", "irc": "irc://irc.freenode.org/drupal-scotch" } }, { "name": "drupal/paragraphs", - "version": "dev-1.x", + "version": "1.19.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "d366e7a88adb2355bd0d39f8bbba7dfddd2f4e49" + "reference": "8.x-1.19" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "831a81a11eac419e8410db45efef5b283c4d117c" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^10.2 || ^11", "drupal/entity_reference_revisions": "~1.3" }, "require-dev": { - "drupal/block_field": "~1.0", - "drupal/ctools": "3.x-dev", - "drupal/diff": "~1.0", + "drupal/block_field": "1.x-dev", + "drupal/diff": "1.x-dev", "drupal/entity_browser": "2.x-dev", "drupal/entity_usage": "2.x-dev", + "drupal/feeds": "^3", "drupal/field_group": "3.x-dev", - "drupal/inline_entity_form": "~1.0", + "drupal/inline_entity_form": "3.x-dev", "drupal/paragraphs-paragraphs_library": "*", - "drupal/replicate": "~1.0", - "drupal/search_api": "1.x-dev", + "drupal/replicate": "1.x-dev", + "drupal/search_api": "^1", "drupal/search_api_db": "*" }, "suggest": { @@ -7445,15 +6493,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.12+23-dev", - "datestamp": "1639568824", + "version": "8.x-1.19", + "datestamp": "1740907076", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -7463,17 +6508,13 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Frans", + "name": "frans", "homepage": "https://www.drupal.org/user/514222" }, - { - "name": "Primsi", - "homepage": "https://www.drupal.org/user/282629" - }, { "name": "jeroen.b", "homepage": "https://www.drupal.org/user/1853532" @@ -7485,6 +6526,10 @@ { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" + }, + { + "name": "primsi", + "homepage": "https://www.drupal.org/user/282629" } ], "description": "Enables the creation of Paragraphs entities.", @@ -7493,82 +6538,36 @@ "source": "https://git.drupalcode.org/project/paragraphs" } }, - { - "name": "drupal/path_alias_xt", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/path_alias_xt.git", - "reference": "10ef76dd3eb25bc1342195336291ded3f2d8cc7e" - }, - "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1590299862", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "RdeBoer", - "homepage": "https://www.drupal.org/user/404007" - }, - { - "name": "adriancid", - "homepage": "https://www.drupal.org/user/1962106" - }, - { - "name": "sdstyles", - "homepage": "https://www.drupal.org/user/1420228" - } - ], - "description": "Automatically extend path aliases to include tabs, like about-us/edit for node/123/edit.
Allow these aliases to be entered in page specification wild-cards, about-us*, e.g for block visibility.", - "homepage": "https://www.drupal.org/project/path_alias_xt", - "support": { - "source": "https://git.drupalcode.org/project/path_alias_xt" - } - }, { "name": "drupal/pathauto", - "version": "1.9.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.9" + "reference": "8.x-1.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "f075ebff595c9b8b62333d65ad29020330e0ea9d" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.zip", + "reference": "8.x-1.13", + "shasum": "e64b5a82cf1b8ab48bce400b21ae6fc99c8078fd" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.4 || ^10 || ^11", "drupal/ctools": "*", "drupal/token": "*" }, + "require-dev": { + "drupal/forum": "*" + }, "suggest": { "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability." }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1644822949", + "version": "8.x-1.13", + "datestamp": "1739552840", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7586,11 +6585,11 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" }, { @@ -7612,26 +6611,26 @@ }, { "name": "drupal/pathologic", - "version": "1.0.0-alpha2", + "version": "2.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathologic.git", - "reference": "8.x-1.0-alpha2" + "reference": "2.0.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathologic-8.x-1.0-alpha2.zip", - "reference": "8.x-1.0-alpha2", - "shasum": "5b1b6846ab72e24a90dcd4cafbe855fba069e56b" + "url": "https://ftp.drupal.org/files/projects/pathologic-2.0.0-alpha3.zip", + "reference": "2.0.0-alpha3", + "shasum": "f59c465b7070c3e6d12a204a55ee1117b991ae93" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1593911470", + "version": "2.0.0-alpha3", + "datestamp": "1733441073", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -7640,20 +6639,24 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, + { + "name": "dww", + "homepage": "https://www.drupal.org/user/46549" + }, { "name": "Garrett Albright", "homepage": "https://www.drupal.org/user/191212" }, { - "name": "dww", - "homepage": "https://www.drupal.org/user/46549" + "name": "mark_fullmer", + "homepage": "https://www.drupal.org/user/2612816" } ], "description": "Helps avoid broken links and incorrect paths in content.", @@ -7664,26 +6667,26 @@ }, { "name": "drupal/persistent_login", - "version": "1.3.0", + "version": "2.2.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/persistent_login.git", - "reference": "8.x-1.3" + "reference": "2.2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/persistent_login-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "dfff4cb76d6b3888073dd992bcf4d51b1bb47696" + "url": "https://ftp.drupal.org/files/projects/persistent_login-2.2.4.zip", + "reference": "2.2.4", + "shasum": "7048ecf440938f0245f87bfb8c21f61292fce12d" }, "require": { - "drupal/core": "^8.3 || ^9.0" + "drupal/core": "^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1591597823", + "version": "2.2.4", + "datestamp": "1728082564", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7712,26 +6715,26 @@ }, { "name": "drupal/redirect", - "version": "1.7.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.7" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "013b2541a5ef0cf423a3caa1ae89cc5866504877" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "7df8b3524bbde07d254216039636947a689140ef" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1639380488", + "version": "8.x-1.11", + "datestamp": "1737382886", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7744,13 +6747,17 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" }, + { + "name": "kristen pol", + "homepage": "https://www.drupal.org/user/8389" + }, { "name": "pifagor", "homepage": "https://www.drupal.org/user/2375692" @@ -7764,29 +6771,31 @@ }, { "name": "drupal/redis", - "version": "1.5.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/redis.git", - "reference": "8.x-1.5" + "reference": "8.x-1.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redis-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "4283333dc2bf405045765b83ca662acc409a6543" + "url": "https://ftp.drupal.org/files/projects/redis-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "77e2e8ddb95be08f3fe9f74182c7ff0476e15674" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10 || ^11" }, "suggest": { - "predis/predis": "^1.1.1" + "ext-redis": "Required to use the PhpRedis as redis driver (^4.0|^5.0).", + "ext-relay": "Required to use the Relay as Redis driver (^0.5|^1.0).", + "predis/predis": "Required to use the Predis as redis driver (^1.1|^2.0)." }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1609972488", + "version": "8.x-1.9", + "datestamp": "1737932099", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7804,9 +6813,17 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, + { + "name": "greg.1.anderson", + "homepage": "https://www.drupal.org/user/438598" + }, + { + "name": "kporras07", + "homepage": "https://www.drupal.org/user/1349780" + }, { "name": "pounard", "homepage": "https://www.drupal.org/user/240164" @@ -7820,26 +6837,26 @@ }, { "name": "drupal/role_delegation", - "version": "1.2.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/role_delegation.git", - "reference": "8.x-1.2" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "08095bada0f492e70d32fcf357a8c01825ca81fc" + "url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "7637fb2506b134bc888c74d3dcfa79c8a0c207aa" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^10.3 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1644486753", + "version": "8.x-1.4", + "datestamp": "1751012870", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7859,6 +6876,14 @@ { "name": "benjy", "homepage": "https://www.drupal.org/user/1852732" + }, + { + "name": "dieterholvoet", + "homepage": "https://www.drupal.org/user/3567222" + }, + { + "name": "jeroent", + "homepage": "https://www.drupal.org/user/2228934" } ], "description": "Allows site administrators to grant some roles the authority to assign selected roles to users.", @@ -7870,20 +6895,20 @@ }, { "name": "drupal/search_api", - "version": "1.30.0", + "version": "1.38.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.30" + "reference": "8.x-1.38" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.30.zip", - "reference": "8.x-1.30", - "shasum": "25bd2cfab6a6332c595fbc8be1c4cfff33a85ce8" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.38.zip", + "reference": "8.x-1.38", + "shasum": "d1c83ba74e553eca07d3ea4b15e5d9c7f009a496" }, "require": { - "drupal/core": "^9.3 || ^10.0" + "drupal/core": "^10.2 || ^11" }, "conflict": { "drupal/search_api_solr": "2.* || 3.0 || 3.1" @@ -7901,17 +6926,12 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.30", - "datestamp": "1700925904", + "version": "8.x-1.38", + "datestamp": "1740298961", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10 || ^11" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7942,16 +6962,16 @@ }, { "name": "drupal/search_api_db", - "version": "1.23.0", + "version": "1.38.0", "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^10.2 || ^11", "drupal/search_api": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.23", - "datestamp": "1642935837", + "version": "8.x-1.38", + "datestamp": "1740298961", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7963,10 +6983,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Nick_vh", - "homepage": "https://www.drupal.org/user/122682" - }, { "name": "borisson_", "homepage": "https://www.drupal.org/user/2393360" @@ -7974,6 +6990,10 @@ { "name": "drunken monkey", "homepage": "https://www.drupal.org/user/205582" + }, + { + "name": "nick_vh", + "homepage": "https://www.drupal.org/user/122682" } ], "description": "Offers an implementation of the Search API that uses database tables for indexing content.", @@ -7983,28 +7003,92 @@ } }, { - "name": "drupal/slick", - "version": "2.9.0", + "name": "drupal/seven", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/slick.git", - "reference": "8.x-2.9" + "url": "https://git.drupalcode.org/project/seven.git", + "reference": "1.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/slick-8.x-2.9.zip", - "reference": "8.x-2.9", - "shasum": "1c2cec19148a096f875390e2fd6a9e56caf5bacd" + "url": "https://ftp.drupal.org/files/projects/seven-1.0.0.zip", + "reference": "1.0.0", + "shasum": "88e86926388c7e6cf66b0502d13a0470ce2399cd" }, "require": { - "drupal/blazy": ">=2.14", + "drupal/core": "^9 || ^10" + }, + "type": "drupal-theme", + "extra": { + "drupal": { + "version": "1.0.0", + "datestamp": "1683652106", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "avpaderno", + "homepage": "https://www.drupal.org/user/55077" + }, + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, + { + "name": "krakenbite", + "homepage": "https://www.drupal.org/user/3805933" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "mcrittenden", + "homepage": "https://www.drupal.org/user/420631" + }, + { + "name": "mrfelton", + "homepage": "https://www.drupal.org/user/305669" + } + ], + "description": "The Seven theme from Drupal 8/9 moved to contrib", + "homepage": "https://www.drupal.org/project/seven", + "support": { + "source": "https://git.drupalcode.org/project/seven" + } + }, + { + "name": "drupal/slick", + "version": "2.11.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/slick.git", + "reference": "8.x-2.11" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/slick-8.x-2.11.zip", + "reference": "8.x-2.11", + "shasum": "81c8364992578aadec46955c494085d3d04e01f3" + }, + "require": { + "drupal/blazy": "^2.17", "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.9", - "datestamp": "1685789618", + "version": "8.x-2.11", + "datestamp": "1712817716", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8044,31 +7128,31 @@ }, { "name": "drupal/smart_trim", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smart_trim.git", - "reference": "2.1.0" + "reference": "2.2.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smart_trim-2.1.0.zip", - "reference": "2.1.0", - "shasum": "874b4cbddc4833f1b9adc76a8398377903fd73ee" + "url": "https://ftp.drupal.org/files/projects/smart_trim-2.2.0.zip", + "reference": "2.2.0", + "shasum": "564737cf0895e1b8a38af575ab7ca23f55335d9a" }, "require": { - "drupal/core": "^8 || ^9 || ^10", + "drupal/core": "^9.5 || ^10 || ^11", "drupal/token": "^1.0", - "php": ">=7.4.0" + "php": ">=8.1" }, "require-dev": { - "drupal/token_filter": "^2.0" + "drupal/token_filter": "^2.1 || ^2.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1686152417", + "version": "2.2.0", + "datestamp": "1723847275", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8105,20 +7189,20 @@ }, { "name": "drupal/smtp", - "version": "1.0.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smtp.git", - "reference": "8.x-1.0" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smtp-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "c40cc7a3c20d3f743e3a4e53f4cc296748da89fd" + "url": "https://ftp.drupal.org/files/projects/smtp-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "963b4670dc609f30a8c003d888d88893d0841b21" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.5 || ^10 || ^11", "phpmailer/phpmailer": "^6.1.7" }, "suggest": { @@ -8127,8 +7211,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1601070985", + "version": "8.x-1.4", + "datestamp": "1722032780", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8143,17 +7227,17 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "LukeLast", - "homepage": "https://www.drupal.org/user/30151" - }, { "name": "japerry", "homepage": "https://www.drupal.org/user/45640" }, { - "name": "josesanmartin", - "homepage": "https://www.drupal.org/user/72012" + "name": "joseph.olstad", + "homepage": "https://www.drupal.org/user/1321830" + }, + { + "name": "LukeLast", + "homepage": "https://www.drupal.org/user/30151" }, { "name": "oadaeh", @@ -8181,30 +7265,39 @@ }, { "name": "drupal/structure_sync", - "version": "2.0.2", + "version": "2.0.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/structure_sync.git", - "reference": "2.0.2" + "reference": "2.0.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/structure_sync-2.0.2.zip", - "reference": "2.0.2", - "shasum": "7c1cda02629cdd90113b95de2d353e8d5a7aa90e" + "url": "https://ftp.drupal.org/files/projects/structure_sync-2.0.8.zip", + "reference": "2.0.8", + "shasum": "3f1bd24d7f048cdd9f49e178af9fa47d291d3525" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10 || ^11", + "php": ">=7.1" + }, + "require-dev": { + "drush/drush": "^9 || ^10 || ^11 || ^12 || ^13" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1614096703", + "version": "2.0.8", + "datestamp": "1728580642", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10 || ^11 || ^12 || ^13" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -8225,8 +7318,8 @@ "homepage": "https://www.drupal.org/user/107701" }, { - "name": "legolasbo", - "homepage": "https://www.drupal.org/user/2480548" + "name": "louis-cuny", + "homepage": "https://www.drupal.org/user/3606332" }, { "name": "mparker17", @@ -8253,20 +7346,20 @@ }, { "name": "drupal/synonyms", - "version": "2.1.0", + "version": "2.1.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/synonyms.git", - "reference": "2.1.0" + "reference": "2.1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/synonyms-2.1.0.zip", - "reference": "2.1.0", - "shasum": "8b2c28b864e4012fce184cc8acc914276b3b40cd" + "url": "https://ftp.drupal.org/files/projects/synonyms-2.1.4.zip", + "reference": "2.1.4", + "shasum": "ee0f1a7e0d1f565c35cafeb437b59366b76684b3" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^9 || ^10 || ^11" }, "require-dev": { "drupal/synonyms_list_field": "*" @@ -8274,8 +7367,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1641244507", + "version": "2.1.4", + "datestamp": "1723069842", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8300,7 +7393,7 @@ { "name": "Duro Arezina", "homepage": "https://www.drupal.org/u/devad", - "role": "D8, D9 and D10 versions maintenance" + "role": "D8+ versions maintenance" }, { "name": "See other contributors", @@ -8316,26 +7409,29 @@ }, { "name": "drupal/token", - "version": "1.13.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.13" + "reference": "8.x-1.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "f2a074b51726de3727c1d900237d6d471806a4d2" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.15.zip", + "reference": "8.x-1.15", + "shasum": "5916fbccc86458a5f51e71f832ac70ff4c84ebdf" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^9.2 || ^10 || ^11" + }, + "require-dev": { + "drupal/book": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1697885927", + "version": "8.x-1.15", + "datestamp": "1722206211", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8353,11 +7449,11 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Dave Reid", + "name": "dave reid", "homepage": "https://www.drupal.org/user/53892" }, { @@ -8385,33 +7481,32 @@ }, { "name": "drupal/translation_views", - "version": "1.0.0-alpha10", + "version": "1.0.0-alpha11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/translation_views.git", - "reference": "8.x-1.0-alpha10" + "reference": "8.x-1.0-alpha11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/translation_views-8.x-1.0-alpha10.zip", - "reference": "8.x-1.0-alpha10", - "shasum": "ca1a6d4bf16293b1b094db6439f9f065de1dbbd5" + "url": "https://ftp.drupal.org/files/projects/translation_views-8.x-1.0-alpha11.zip", + "reference": "8.x-1.0-alpha11", + "shasum": "331c0ec63e99760d7ae34a4db1ba7766f683f6d1" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "require-dev": { - "drupal/translators": "*", - "drupal/translators_content": "*" + "drupal/translators_content": "^1.0@alpha" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha10", - "datestamp": "1584303687", + "version": "8.x-1.0-alpha11", + "datestamp": "1679660668", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -8558,50 +7653,6 @@ "source": "https://git.drupalcode.org/project/upgrade_status" } }, - { - "name": "drupal/url_to_video_filter", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/url_to_video_filter.git", - "reference": "2.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/url_to_video_filter-2.0.0.zip", - "reference": "2.0.0", - "shasum": "ac728919cc220846d8ef2ce61dbe1b94fbbf479b" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0", - "datestamp": "1607298389", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Jaypan", - "homepage": "https://www.drupal.org/user/324696" - } - ], - "description": "Text filter to convert URLs to embedded videos", - "homepage": "https://www.drupal.org/project/url_to_video_filter", - "support": { - "source": "https://git.drupalcode.org/project/url_to_video_filter" - } - }, { "name": "drupal/video_embed_dailymotion", "version": "2.0.0", @@ -8657,30 +7708,31 @@ }, { "name": "drupal/video_embed_field", - "version": "2.4.0", + "version": "2.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/video_embed_field.git", - "reference": "8.x-2.4" + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "96b14bb93c1bb6a07b84315a4f87367870f8b574" + "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "997ed67b6873e822fe628f87f65bd6da67e7350c" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10" }, "require-dev": { - "drupal/colorbox": "^1.0", + "drupal/ckeditor": "^1", + "drupal/colorbox": "^2", "drupal/video_embed_media": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1587686337", + "version": "8.x-2.5", + "datestamp": "1671413311", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8689,20 +7741,28 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sam152", - "homepage": "https://www.drupal.org/user/1485048" + "name": "abhinesh", + "homepage": "https://www.drupal.org/user/3645979" }, { "name": "jec006", "homepage": "https://www.drupal.org/user/855980" }, + { + "name": "mably", + "homepage": "https://www.drupal.org/user/3375160" + }, { "name": "plopesc", "homepage": "https://www.drupal.org/user/282415" + }, + { + "name": "sam152", + "homepage": "https://www.drupal.org/user/1485048" } ], "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", @@ -8713,20 +7773,21 @@ }, { "name": "drupal/views_bulk_edit", - "version": "2.9.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_bulk_edit.git", - "reference": "8.x-2.9" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_bulk_edit-8.x-2.9.zip", - "reference": "8.x-2.9", - "shasum": "db45a8cc9ac629859374b24974eafcef257e4387" + "url": "https://ftp.drupal.org/files/projects/views_bulk_edit-3.0.0.zip", + "reference": "3.0.0", + "shasum": "3b16079aa95fb4834561fcfd1197cce73b7f4b88" }, "require": { - "drupal/core": "^9.4 || ^10" + "drupal/core": "^9.4 || ^10 || ^11", + "php": ">=8.1" }, "require-dev": { "drupal/views_bulk_operations": "~4.2.4" @@ -8737,8 +7798,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.9", - "datestamp": "1690222256", + "version": "3.0.0", + "datestamp": "1725358398", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8755,9 +7816,17 @@ "homepage": "https://www.drupal.org/u/graber" }, { - "name": "Graber", + "name": "benjy", + "homepage": "https://www.drupal.org/user/1852732" + }, + { + "name": "graber", "homepage": "https://www.drupal.org/user/1599440" }, + { + "name": "grevil", + "homepage": "https://www.drupal.org/user/3668491" + }, { "name": "joseph.olstad", "homepage": "https://www.drupal.org/user/1321830" @@ -8772,42 +7841,39 @@ }, { "name": "drupal/views_bulk_operations", - "version": "4.2.5", + "version": "4.3.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_bulk_operations.git", - "reference": "4.2.5" + "reference": "4.3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.2.5.zip", - "reference": "4.2.5", - "shasum": "220479c5187b1619d5703f64c6f8c272afecf897" + "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.3.4.zip", + "reference": "4.3.4", + "shasum": "c0974356f26d49ad9e99450e9db9650de94c6010" }, "require": { - "drupal/core": "^9.4 || ^10", - "php": ">=7.4.0" + "drupal/core": "^10.3 || ^11" + }, + "conflict": { + "drush/drush": "<12.5.1" }, "require-dev": { - "drush/drush": "^11" + "drush/drush": "^12 || ^13" }, "suggest": { - "drush/drush": "^10 || ^11" + "drush/drush": "^12 || ^13" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.2.5", - "datestamp": "1691066184", + "version": "4.3.4", + "datestamp": "1741604495", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^10 || ^11" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -8820,7 +7886,7 @@ "homepage": "https://www.drupal.org/u/graber" }, { - "name": "Graber", + "name": "graber", "homepage": "https://www.drupal.org/user/1599440" }, { @@ -8831,33 +7897,33 @@ "description": "Adds an ability to perform bulk operations on selected entities from view results. Provides an API to create such operations.", "homepage": "https://www.drupal.org/project/views_bulk_operations", "support": { - "source": "https://git.drupalcode.org/project/views_bulk_operations/-/tree/8.x-3.x", - "issues": "https://www.drupal.org/project/issues/views_bulk_operations?version=8.x", - "docs": "https://www.drupal.org/docs/8/modules/views-bulk-operations-vbo" + "source": "https://git.drupalcode.org/project/views_bulk_operations", + "issues": "https://www.drupal.org/project/issues/views_bulk_operations?version=any_4.", + "docs": "https://www.drupal.org/docs/contributed-modules/views-bulk-operations-vbo" } }, { "name": "drupal/views_conditional", - "version": "1.5.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_conditional.git", - "reference": "8.x-1.5" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_conditional-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "bb7d13abc0919e01933152002b0bf4189e5e2d1a" + "url": "https://ftp.drupal.org/files/projects/views_conditional-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "54997357c05b7f08b87411018eed3aafd3e65547" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1659989912", + "version": "8.x-1.10", + "datestamp": "1727901408", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8874,12 +7940,12 @@ "homepage": "https://www.drupal.org/user/3345088" }, { - "name": "MChittenden", - "homepage": "https://www.drupal.org/user/2288348" + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" }, { - "name": "ofry", - "homepage": "https://www.drupal.org/user/2740599" + "name": "MChittenden", + "homepage": "https://www.drupal.org/user/2288348" }, { "name": "shelane", @@ -8894,122 +7960,105 @@ }, { "name": "drupal/views_ef_fieldset", - "version": "1.6.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_ef_fieldset.git", - "reference": "8.x-1.6" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_ef_fieldset-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "d726d98c48fba1d18ce1b5831cb0d1d46a73d8c6" + "url": "https://ftp.drupal.org/files/projects/views_ef_fieldset-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "a34ad1ece1ee3fcd0f37c5d2dc212dd0bcfad07a" }, "require": { - "drupal/core": "^9 || ^10", - "php": ">=7" + "drupal/core": "^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1690812509", + "version": "8.x-1.10", + "datestamp": "1731071552", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "composer-exit-on-patch-failure": true, - "enable-patching": true, - "patches": { - "drupal/core": { - "https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch" - } - } - }, - "autoload-dev": { - "psr-4": { - "Drupal\\Tests\\views_ef_fieldset\\": "./tests/" } }, "notification-url": "https://packages.drupal.org/8/downloads", - "scripts": { - "grumphp": [ - "./vendor/bin/grumphp run" - ] - }, "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Pol Dellaiera", - "homepage": "https://www.drupal.org/user/1632364", - "email": "pol.dellaiera@protonmail.com" + "name": "ciss", + "homepage": "https://www.drupal.org/user/1632364" }, { - "name": "Eli-T", + "name": "eli-t", "homepage": "https://www.drupal.org/user/516878" }, { - "name": "Pol", + "name": "pol", "homepage": "https://www.drupal.org/user/47194" } ], - "description": "Provide an option to render the 'exposed form widgets' in a fieldset.", - "homepage": "https://drupal.org/project/views_field_formatter", + "description": "Provide an option to render the \"exposed form widgets\" in a fieldset.", + "homepage": "https://www.drupal.org/project/views_ef_fieldset", "support": { "source": "https://git.drupalcode.org/project/views_ef_fieldset" } }, { "name": "drupal/webform", - "version": "6.1.3", + "version": "6.2.9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform.git", - "reference": "6.1.3" + "reference": "6.2.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-6.1.3.zip", - "reference": "6.1.3", - "shasum": "efd032eadc10a4752b9b0203152a5d20eefac175" + "url": "https://ftp.drupal.org/files/projects/webform-6.2.9.zip", + "reference": "6.2.9", + "shasum": "650752c3cc6d0144c6f378b8d25d45c083e23600" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^10.2", + "php": ">=8.1" }, "require-dev": { - "drupal/address": "~1.0", - "drupal/bootstrap": "~3.0", - "drupal/captcha": "~1.0", - "drupal/chosen": "~3.0", - "drupal/clientside_validation": "~3.0", + "drupal/address": "1.x-dev", + "drupal/bootstrap": "3.x-dev", + "drupal/captcha": "^1 || ^2", + "drupal/chosen": "3.0.x-dev", + "drupal/ckeditor": "1.0.x-dev", + "drupal/clientside_validation": "^3 || ^4", "drupal/clientside_validation_jquery": "*", - "drupal/devel": "~3.0", - "drupal/entity": "~1.0", - "drupal/entity_print": "~2.0", - "drupal/gnode": "*", - "drupal/group": "1.0", - "drupal/jquery_ui": "~1.0", - "drupal/jquery_ui_checkboxradio": "~1.0", - "drupal/jquery_ui_datepicker": "~1.0", - "drupal/lingotek": "~3.0", - "drupal/mailsystem": "~4.0", - "drupal/paragraphs": "~1.0", - "drupal/select2": "~1.0", - "drupal/smtp": "~1.0", - "drupal/styleguide": "~1.0", - "drupal/telephone_validation": "~2.0", - "drupal/token": "~1.0", - "drupal/variationcache": "~1.0", + "drupal/devel": "5.x-dev", + "drupal/entity": "1.x-dev", + "drupal/entity_print": "2.x-dev", + "drupal/group": "1.x-dev", + "drupal/hal": "1 - 2", + "drupal/jquery_ui": "1.x-dev", + "drupal/jquery_ui_button": "2.x-dev", + "drupal/jquery_ui_checkboxradio": "2.x-dev", + "drupal/jquery_ui_datepicker": "2.x-dev", + "drupal/mailsystem": "4.x-dev", + "drupal/metatag": "1.x-dev", + "drupal/paragraphs": "1.x-dev", + "drupal/select2": "1.x-dev", + "drupal/smtp": "1.x-dev", + "drupal/styleguide": "^1 || ^2", + "drupal/telephone_validation": "2.x-dev", + "drupal/token": "1.x-dev", + "drupal/variationcache": "1.x-dev", "drupal/webform_access": "*", "drupal/webform_attachment": "*", "drupal/webform_clientside_validation": "*", "drupal/webform_devel": "*", "drupal/webform_entity_print": "*", - "drupal/webform_group": "*", "drupal/webform_node": "*", "drupal/webform_options_limit": "*", "drupal/webform_scheduled_email": "*", @@ -9017,14 +8066,14 @@ "drupal/webform_ui": "*" }, "suggest": { - "drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.", + "drupal/jquery_ui_buttons": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.", "drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained." }, "type": "drupal-module", "extra": { "drupal": { - "version": "6.1.3", - "datestamp": "1644940723", + "version": "6.2.9", + "datestamp": "1733851063", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9032,7 +8081,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": ">=9" } } }, @@ -9046,23 +8095,22 @@ "homepage": "https://www.drupal.org/u/jrockowitz", "role": "Maintainer" }, - { - "name": "Alexander Trotsenko (bucefal91)", - "homepage": "https://www.drupal.org/u/bucefal91", - "role": "Co-maintainer" - }, { "name": "Contributors", "homepage": "https://www.drupal.org/node/7404/committers", "role": "Contributor" }, { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" + "name": "liam morland", + "homepage": "https://www.drupal.org/user/493050" }, { - "name": "torotil", - "homepage": "https://www.drupal.org/user/865256" + "name": "mandclu", + "homepage": "https://www.drupal.org/user/52136" + }, + { + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" } ], "description": "Enables the creation of webforms and questionnaires.", @@ -9076,55 +8124,55 @@ }, { "name": "drush/drush", - "version": "10.6.1", + "version": "12.5.3", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "d36bca3322555a6f94edc94439873afcde2bbe90" + "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/d36bca3322555a6f94edc94439873afcde2bbe90", - "reference": "d36bca3322555a6f94edc94439873afcde2bbe90", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/7fe0a492d5126c457c5fb184c4668a132b0aaac6", + "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6", "shasum": "" }, "require": { - "chi-teck/drupal-code-generator": "^1.32.1", + "chi-teck/drupal-code-generator": "^3.0", + "composer-runtime-api": "^2.2", "composer/semver": "^1.4 || ^3", - "consolidation/config": "^1.2", - "consolidation/filter-via-dot-access-data": "^1", - "consolidation/robo": "^1.4.11 || ^2 || ^3", - "consolidation/site-alias": "^3.0.0@stable", - "consolidation/site-process": "^2.1 || ^4", - "enlightn/security-checker": "^1", + "consolidation/annotated-command": "^4.9.2", + "consolidation/config": "^2.1.2", + "consolidation/filter-via-dot-access-data": "^2.0.2", + "consolidation/output-formatters": "^4.3.2", + "consolidation/robo": "^4.0.6", + "consolidation/site-alias": "^4", + "consolidation/site-process": "^5.2.0", "ext-dom": "*", - "grasmash/yaml-expander": "^1.1.1", - "guzzlehttp/guzzle": "^6.3 || ^7.0", - "league/container": "^2.5 || ^3.4", - "php": ">=7.1.3", - "psr/log": "~1.0", - "psy/psysh": "~0.6", - "symfony/event-dispatcher": "^3.4 || ^4.0", - "symfony/finder": "^3.4 || ^4.0 || ^5", - "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0", - "symfony/yaml": "^3.4 || ^4.0", - "webflo/drupal-finder": "^1.2", - "webmozart/path-util": "^2.1.0" + "grasmash/yaml-cli": "^3.1", + "guzzlehttp/guzzle": "^7.0", + "league/container": "^4", + "php": ">=8.1", + "psy/psysh": "~0.11", + "symfony/event-dispatcher": "^6", + "symfony/filesystem": "^6.1", + "symfony/finder": "^6", + "symfony/var-dumper": "^6.0", + "symfony/yaml": "^6.0", + "webflo/drupal-finder": "^1.2" }, "conflict": { + "drupal/core": "< 10.0", "drupal/migrate_run": "*", "drupal/migrate_tools": "<= 5" }, "require-dev": { - "composer/installers": "^1.7", + "composer/installers": "^2", "cweagans/composer-patches": "~1.0", - "david-garcia/phpwhois": "4.3.0", - "drupal/alinks": "1.0.0", - "drupal/core-recommended": "^8.8", - "phpunit/phpunit": ">=7.5.20", - "squizlabs/php_codesniffer": "^2.7 || ^3", - "vlucas/phpdotenv": "^2.4", - "yoast/phpunit-polyfills": "^0.2.0" + "drupal/core-recommended": "^10", + "drupal/semver_example": "2.3.0", + "phpunit/phpunit": "^9", + "rector/rector": "^0.12", + "squizlabs/php_codesniffer": "^3.7" }, "bin": [ "drush" @@ -9138,30 +8186,29 @@ "sut/libraries/{$name}": [ "type:drupal-library" ], + "sut/themes/unish/{$name}": [ + "drupal/empty_theme" + ], + "sut/drush/contrib/{$name}": [ + "type:drupal-drush" + ], "sut/modules/unish/{$name}": [ "drupal/devel" ], - "sut/themes/unish/{$name}": [ - "drupal/empty_theme" + "sut/themes/contrib/{$name}": [ + "type:drupal-theme" ], "sut/modules/contrib/{$name}": [ "type:drupal-module" ], "sut/profiles/contrib/{$name}": [ "type:drupal-profile" - ], - "sut/themes/contrib/{$name}": [ - "type:drupal-theme" - ], - "sut/drush/contrib/{$name}": [ - "type:drupal-drush" ] } }, "autoload": { "psr-4": { - "Drush\\": "src/", - "Drush\\Internal\\": "src/internal-forks" + "Drush\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -9206,10 +8253,10 @@ "homepage": "http://www.drush.org", "support": { "forum": "http://drupal.stackexchange.com/questions/tagged/drush", - "irc": "irc://irc.freenode.org/drush", "issues": "https://github.com/drush-ops/drush/issues", + "security": "https://github.com/drush-ops/drush/security/advisories", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/10.6.1" + "source": "https://github.com/drush-ops/drush/tree/12.5.3" }, "funding": [ { @@ -9217,30 +8264,30 @@ "type": "github" } ], - "time": "2021-10-05T11:14:14+00:00" + "time": "2024-08-02T11:57:29+00:00" }, { "name": "egulias/email-validator", - "version": "3.2.6", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", - "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "shasum": "" }, "require": { - "doctrine/lexer": "^1.2|^2", - "php": ">=7.2", - "symfony/polyfill-intl-idn": "^1.15" + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { - "phpunit/phpunit": "^8.5.8|^9.3.3", - "vimeo/psalm": "^4" + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -9248,7 +8295,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -9276,7 +8323,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.2.6" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" }, "funding": [ { @@ -9284,104 +8331,35 @@ "type": "github" } ], - "time": "2023-06-01T07:04:22+00:00" - }, - { - "name": "enlightn/security-checker", - "version": "v1.9.0", - "source": { - "type": "git", - "url": "https://github.com/enlightn/security-checker.git", - "reference": "dc5bce653fa4d9c792e9dcffa728c0642847c1e1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/enlightn/security-checker/zipball/dc5bce653fa4d9c792e9dcffa728c0642847c1e1", - "reference": "dc5bce653fa4d9c792e9dcffa728c0642847c1e1", - "shasum": "" - }, - "require": { - "ext-json": "*", - "guzzlehttp/guzzle": "^6.3|^7.0", - "php": ">=5.6", - "symfony/console": "^3.4|^4|^5", - "symfony/finder": "^3|^4|^5", - "symfony/process": "^3.4|^4|^5", - "symfony/yaml": "^3.4|^4|^5" - }, - "require-dev": { - "ext-zip": "*", - "friendsofphp/php-cs-fixer": "^2.18", - "phpunit/phpunit": "^5.5|^6|^7|^8|^9" - }, - "bin": [ - "security-checker" - ], - "type": "library", - "autoload": { - "psr-4": { - "Enlightn\\SecurityChecker\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paras Malhotra", - "email": "paras@laravel-enlightn.com" - }, - { - "name": "Miguel Piedrafita", - "email": "soy@miguelpiedrafita.com" - } - ], - "description": "A PHP dependency vulnerabilities scanner based on the Security Advisories Database.", - "keywords": [ - "package", - "php", - "scanner", - "security", - "security advisories", - "vulnerability scanner" - ], - "support": { - "issues": "https://github.com/enlightn/security-checker/issues", - "source": "https://github.com/enlightn/security-checker/tree/v1.9.0" - }, - "time": "2021-05-06T09:03:35+00:00" + "time": "2025-03-06T22:45:56+00:00" }, { "name": "geocoder-php/common-http", - "version": "4.4.0", + "version": "4.7.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/php-common-http.git", - "reference": "9f44a006d4b45d01dd31ea9b38ee7fb5724cd73e" + "reference": "4209be6c31946ed5a658f6240ab21faaf5413f61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/9f44a006d4b45d01dd31ea9b38ee7fb5724cd73e", - "reference": "9f44a006d4b45d01dd31ea9b38ee7fb5724cd73e", + "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/4209be6c31946ed5a658f6240ab21faaf5413f61", + "reference": "4209be6c31946ed5a658f6240ab21faaf5413f61", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0", - "php-http/client-implementation": "^1.0", - "php-http/discovery": "^1.6", - "php-http/httplug": "^1.0 || ^2.0", - "php-http/message-factory": "^1.0.2", - "psr/http-message": "^1.0", - "psr/http-message-implementation": "^1.0", - "willdurand/geocoder": "^4.0" + "php": "^8.0", + "php-http/discovery": "^1.17", + "psr/http-client-implementation": "^1.0", + "psr/http-factory-implementation": "^1.0", + "willdurand/geocoder": "^4.0|^5.0" }, "require-dev": { "nyholm/psr7": "^1.0", "php-http/message": "^1.0", "php-http/mock-client": "^1.0", "phpunit/phpunit": "^9.5", - "symfony/stopwatch": "~2.5" + "symfony/stopwatch": "~2.5 || ~5.0" }, "type": "library", "extra": { @@ -9413,35 +8391,34 @@ "http geocoder" ], "support": { - "source": "https://github.com/geocoder-php/php-common-http/tree/4.4.0" + "source": "https://github.com/geocoder-php/php-common-http/tree/4.7.0" }, - "time": "2020-12-21T09:30:01+00:00" + "time": "2025-04-15T12:38:11+00:00" }, { "name": "geocoder-php/mapquest-provider", - "version": "4.2.0", + "version": "4.4.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/mapquest-provider.git", - "reference": "8c7b4b415bb606d6dbb7e6c61233be25f4bfe10b" + "reference": "7d563294dfe1f68d847b08e9c17a13138e2a31ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geocoder-php/mapquest-provider/zipball/8c7b4b415bb606d6dbb7e6c61233be25f4bfe10b", - "reference": "8c7b4b415bb606d6dbb7e6c61233be25f4bfe10b", + "url": "https://api.github.com/repos/geocoder-php/mapquest-provider/zipball/7d563294dfe1f68d847b08e9c17a13138e2a31ed", + "reference": "7d563294dfe1f68d847b08e9c17a13138e2a31ed", "shasum": "" }, "require": { - "geocoder-php/common-http": "^4.0", - "php": "^7.3 || ^8.0", - "willdurand/geocoder": "^4.0" + "geocoder-php/common-http": "^4.6", + "php": "^8.0", + "willdurand/geocoder": "^4.0|^5.0" }, "provide": { "geocoder-php/provider-implementation": "1.0" }, "require-dev": { - "geocoder-php/provider-integration-tests": "^1.1", - "php-http/curl-client": "^2.2", + "geocoder-php/provider-integration-tests": "^1.6.3", "php-http/message": "^1.0", "phpunit/phpunit": "^9.5" }, @@ -9472,33 +8449,34 @@ "description": "Geocoder MapQuest adapter", "homepage": "http://geocoder-php.org/Geocoder/", "support": { - "source": "https://github.com/geocoder-php/mapquest-provider/tree/4.2.0" + "source": "https://github.com/geocoder-php/mapquest-provider/tree/4.4.0" }, - "time": "2020-12-21T16:41:18+00:00" + "time": "2025-04-15T13:24:32+00:00" }, { "name": "grasmash/expander", - "version": "1.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f" + "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f", - "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f", + "url": "https://api.github.com/repos/grasmash/expander/zipball/eea11b9afb0c32483b18b9009f4ca07b770e39f4", + "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.4" + "dflydev/dot-access-data": "^3.0.0", + "php": ">=8.0", + "psr/log": "^2 | ^3" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", - "phpunit/phpunit": "^4|^5.5.4", - "satooshi/php-coveralls": "^1.0.2|dev-master", - "squizlabs/php_codesniffer": "^2.7" + "php-coveralls/php-coveralls": "^2.5", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "extra": { @@ -9523,44 +8501,48 @@ "description": "Expands internal property references in PHP arrays file.", "support": { "issues": "https://github.com/grasmash/expander/issues", - "source": "https://github.com/grasmash/expander/tree/master" + "source": "https://github.com/grasmash/expander/tree/3.0.1" }, - "time": "2017-12-21T22:14:55+00:00" + "time": "2024-11-25T23:28:05+00:00" }, { - "name": "grasmash/yaml-expander", - "version": "1.4.0", + "name": "grasmash/yaml-cli", + "version": "3.2.1", "source": { "type": "git", - "url": "https://github.com/grasmash/yaml-expander.git", - "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1" + "url": "https://github.com/grasmash/yaml-cli.git", + "reference": "09a8860566958a1576cc54bbe910a03477e54971" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1", - "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1", + "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/09a8860566958a1576cc54bbe910a03477e54971", + "reference": "09a8860566958a1576cc54bbe910a03477e54971", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.4", - "symfony/yaml": "^2.8.11|^3|^4" + "dflydev/dot-access-data": "^3", + "php": ">=8.0", + "symfony/console": "^6 || ^7", + "symfony/filesystem": "^6 || ^7", + "symfony/yaml": "^6 || ^7" }, "require-dev": { - "greg-1-anderson/composer-test-scenarios": "^1", - "phpunit/phpunit": "^4.8|^5.5.4", - "satooshi/php-coveralls": "^1.0.2|dev-master", - "squizlabs/php_codesniffer": "^2.7" + "php-coveralls/php-coveralls": "^2", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.0" }, + "bin": [ + "bin/yaml-cli" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "Grasmash\\YamlExpander\\": "src/" + "Grasmash\\YamlCli\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -9572,46 +8554,56 @@ "name": "Matthew Grasmick" } ], - "description": "Expands internal property references in a yaml file.", + "description": "A command line tool for reading and manipulating yaml files.", "support": { - "issues": "https://github.com/grasmash/yaml-expander/issues", - "source": "https://github.com/grasmash/yaml-expander/tree/master" + "issues": "https://github.com/grasmash/yaml-cli/issues", + "source": "https://github.com/grasmash/yaml-cli/tree/3.2.1" }, - "time": "2017-12-16T16:06:03+00:00" + "time": "2024-04-23T02:10:57+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.5.8", + "version": "7.9.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", - "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", + "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.9", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17" + "guzzlehttp/promises": "^1.5.3 || ^2.0.3", + "guzzlehttp/psr7": "^2.7.0", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.1" + "guzzle/client-integration-tests": "3.0.2", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.39 || ^9.6.20", + "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "6.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { @@ -9664,19 +8656,20 @@ } ], "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", + "psr-18", + "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + "source": "https://github.com/guzzle/guzzle/tree/7.9.3" }, "funding": [ { @@ -9692,33 +8685,37 @@ "type": "tidelift" } ], - "time": "2022-06-20T22:16:07+00:00" + "time": "2025-03-27T13:37:11+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.3", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" + "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c", + "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -9755,7 +8752,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.3" + "source": "https://github.com/guzzle/promises/tree/2.2.0" }, "funding": [ { @@ -9771,42 +8768,48 @@ "type": "tidelift" } ], - "time": "2023-05-21T12:31:43+00:00" + "time": "2025-03-27T13:27:01+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.9.1", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" + "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", - "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16", + "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" }, "provide": { + "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + "bamarni/composer-bin-plugin": "^1.8.2", + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } @@ -9845,6 +8848,11 @@ "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" + }, + { + "name": "MĂĄrk SĂĄgi-KazĂĄr", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", @@ -9860,7 +8868,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.9.1" + "source": "https://github.com/guzzle/psr7/tree/2.7.1" }, "funding": [ { @@ -9876,7 +8884,7 @@ "type": "tidelift" } ], - "time": "2023-04-17T16:00:37+00:00" + "time": "2025-03-27T12:30:47+00:00" }, { "name": "itamair/geophp", @@ -9998,224 +9006,23 @@ }, "time": "2019-10-17T18:05:24+00:00" }, - { - "name": "laminas/laminas-escaper", - "version": "2.17.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "df1ef9503299a8e3920079a16263b578eaf7c3ba" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/df1ef9503299a8e3920079a16263b578eaf7c3ba", - "reference": "df1ef9503299a8e3920079a16263b578eaf7c3ba", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-mbstring": "*", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "conflict": { - "zendframework/zend-escaper": "*" - }, - "require-dev": { - "infection/infection": "^0.29.8", - "laminas/laminas-coding-standard": "~3.0.1", - "phpunit/phpunit": "^10.5.45", - "psalm/plugin-phpunit": "^0.19.2", - "vimeo/psalm": "^6.6.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\Escaper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", - "homepage": "https://laminas.dev", - "keywords": [ - "escaper", - "laminas" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-escaper/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-escaper/issues", - "rss": "https://github.com/laminas/laminas-escaper/releases.atom", - "source": "https://github.com/laminas/laminas-escaper" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2025-05-06T19:29:36+00:00" - }, - { - "name": "laminas/laminas-feed", - "version": "2.24.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-feed.git", - "reference": "3df6dfe39ce1f53df64eb12f9fcf9bb29074cd50" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/3df6dfe39ce1f53df64eb12f9fcf9bb29074cd50", - "reference": "3df6dfe39ce1f53df64eb12f9fcf9bb29074cd50", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-filter": "*", - "ext-libxml": "*", - "laminas/laminas-escaper": "^2.9", - "laminas/laminas-stdlib": "^3.6", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "conflict": { - "laminas/laminas-servicemanager": "<3.3", - "zendframework/zend-feed": "*" - }, - "require-dev": { - "laminas/laminas-cache": "^2.13.2 || ^3.12", - "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.3", - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-db": "^2.18", - "laminas/laminas-http": "^2.19", - "laminas/laminas-servicemanager": "^3.22.1", - "laminas/laminas-validator": "^2.46", - "phpunit/phpunit": "^10.5.5", - "psalm/plugin-phpunit": "^0.19.0", - "psr/http-message": "^2.0", - "vimeo/psalm": "^5.18.0" - }, - "suggest": { - "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", - "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub", - "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader", - "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations", - "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent", - "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\Feed\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides functionality for creating and consuming RSS and Atom feeds", - "homepage": "https://laminas.dev", - "keywords": [ - "atom", - "feed", - "laminas", - "rss" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-feed/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-feed/issues", - "rss": "https://github.com/laminas/laminas-feed/releases.atom", - "source": "https://github.com/laminas/laminas-feed" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2025-06-25T12:37:12+00:00" - }, - { - "name": "laminas/laminas-stdlib", - "version": "3.20.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4" - }, - "dist": { - "type": "zip", - "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 || ~8.4.0" - }, - "conflict": { - "zendframework/zend-stdlib": "*" - }, - "require-dev": { - "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": { - "psr-4": { - "Laminas\\Stdlib\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "SPL extensions, array utilities, error handlers, and more", - "homepage": "https://laminas.dev", - "keywords": [ - "laminas", - "stdlib" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-stdlib/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-stdlib/issues", - "rss": "https://github.com/laminas/laminas-stdlib/releases.atom", - "source": "https://github.com/laminas/laminas-stdlib" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2024-10-29T13:46:07+00:00" - }, { "name": "league/container", - "version": "3.4.1", + "version": "4.2.5", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "84ecbc2dbecc31bd23faf759a0e329ee49abddbd" + "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/84ecbc2dbecc31bd23faf759a0e329ee49abddbd", - "reference": "84ecbc2dbecc31bd23faf759a0e329ee49abddbd", + "url": "https://api.github.com/repos/thephpleague/container/zipball/d3cebb0ff4685ff61c749e54b27db49319e2ec00", + "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00", "shasum": "" }, "require": { - "php": "^7.0 || ^8.0", - "psr/container": "^1.0.0" + "php": "^7.2 || ^8.0", + "psr/container": "^1.1 || ^2.0" }, "provide": { "psr/container-implementation": "^1.0" @@ -10224,18 +9031,22 @@ "orno/di": "~2.0" }, "require-dev": { - "phpunit/phpunit": "^6.0 || ^7.0", + "nette/php-generator": "^3.4", + "nikic/php-parser": "^4.10", + "phpstan/phpstan": "^0.12.47", + "phpunit/phpunit": "^8.5.17", "roave/security-advisories": "dev-latest", "scrutinizer/ocular": "^1.8", - "squizlabs/php_codesniffer": "^3.5" + "squizlabs/php_codesniffer": "^3.6" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev", - "dev-3.x": "3.x-dev", + "dev-1.x": "1.x-dev", "dev-2.x": "2.x-dev", - "dev-1.x": "1.x-dev" + "dev-3.x": "3.x-dev", + "dev-4.x": "4.x-dev", + "dev-master": "4.x-dev" } }, "autoload": { @@ -10250,8 +9061,7 @@ "authors": [ { "name": "Phil Bennett", - "email": "philipobenito@gmail.com", - "homepage": "http://www.philipobenito.com", + "email": "mail@philbennett.co.uk", "role": "Developer" } ], @@ -10268,7 +9078,7 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/3.4.1" + "source": "https://github.com/thephpleague/container/tree/4.2.5" }, "funding": [ { @@ -10276,126 +9086,28 @@ "type": "github" } ], - "time": "2021-07-09T08:23:52+00:00" - }, - { - "name": "longwave/laminas-diactoros", - "version": "2.14.3", - "source": { - "type": "git", - "url": "https://github.com/longwave/laminas-diactoros.git", - "reference": "2bd6b47a090ae924ecc298657d01f8a462f7507b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/longwave/laminas-diactoros/zipball/2bd6b47a090ae924ecc298657d01f8a462f7507b", - "reference": "2bd6b47a090ae924ecc298657d01f8a462f7507b", - "shasum": "" - }, - "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "conflict": { - "phpspec/prophecy": "<1.9.0", - "zendframework/zend-diactoros": "*" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "replace": { - "laminas/laminas-diactoros": "2.18.1" - }, - "require-dev": { - "ext-curl": "*", - "ext-dom": "*", - "ext-gd": "*", - "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.9.0", - "laminas/laminas-coding-standard": "~2.3.0", - "php-http/psr7-integration-tests": "^1.1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.24.0" - }, - "type": "library", - "extra": { - "laminas": { - "module": "Laminas\\Diactoros", - "config-provider": "Laminas\\Diactoros\\ConfigProvider" - } - }, - "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php", - "src/functions/create_uploaded_file.legacy.php", - "src/functions/marshal_headers_from_sapi.legacy.php", - "src/functions/marshal_method_from_sapi.legacy.php", - "src/functions/marshal_protocol_version_from_sapi.legacy.php", - "src/functions/marshal_uri_from_sapi.legacy.php", - "src/functions/normalize_server.legacy.php", - "src/functions/normalize_uploaded_files.legacy.php", - "src/functions/parse_cookie_header.legacy.php" - ], - "psr-4": { - "Laminas\\Diactoros\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "PSR HTTP Message implementations", - "homepage": "https://laminas.dev", - "keywords": [ - "http", - "laminas", - "psr", - "psr-17", - "psr-7" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-diactoros/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-diactoros/issues", - "rss": "https://github.com/laminas/laminas-diactoros/releases.atom", - "source": "https://github.com/laminas/laminas-diactoros" - }, - "time": "2024-09-11T14:26:18+00:00" + "time": "2025-05-20T12:55:37+00:00" }, { "name": "masterminds/html5", - "version": "2.7.6", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "897eb517a343a2281f11bc5556d6548db7d93947" + "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", - "reference": "897eb517a343a2281f11bc5556d6548db7d93947", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", + "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", "shasum": "" }, "require": { - "ext-ctype": "*", "ext-dom": "*", - "ext-libxml": "*", "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" }, "type": "library", "extra": { @@ -10439,43 +9151,92 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.7.6" + "source": "https://github.com/Masterminds/html5-php/tree/2.9.0" }, - "time": "2022-08-18T16:18:26+00:00" + "time": "2024-03-31T07:05:07+00:00" }, { - "name": "mglaman/phpstan-drupal", - "version": "1.2.12", + "name": "mck89/peast", + "version": "v1.17.2", "source": { "type": "git", - "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "346bdddda169a56b6ebb7dc17893f0ac8f33a4f1" + "url": "https://github.com/mck89/peast.git", + "reference": "465810689c477fbba17f4f949b75e4d0bdab13ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/346bdddda169a56b6ebb7dc17893f0ac8f33a4f1", - "reference": "346bdddda169a56b6ebb7dc17893f0ac8f33a4f1", + "url": "https://api.github.com/repos/mck89/peast/zipball/465810689c477fbba17f4f949b75e4d0bdab13ea", + "reference": "465810689c477fbba17f4f949b75e4d0bdab13ea", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17.2-dev" + } + }, + "autoload": { + "psr-4": { + "Peast\\": "lib/Peast/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Marco MarchiĂČ", + "email": "marco.mm89@gmail.com" + } + ], + "description": "Peast is PHP library that generates AST for JavaScript code", + "support": { + "issues": "https://github.com/mck89/peast/issues", + "source": "https://github.com/mck89/peast/tree/v1.17.2" + }, + "time": "2025-07-01T09:30:45+00:00" + }, + { + "name": "mglaman/phpstan-drupal", + "version": "2.0.7", + "source": { + "type": "git", + "url": "https://github.com/mglaman/phpstan-drupal.git", + "reference": "42cca54ee8bccec83a674ac45d1d17586777187e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/42cca54ee8bccec83a674ac45d1d17586777187e", + "reference": "42cca54ee8bccec83a674ac45d1d17586777187e", "shasum": "" }, "require": { "php": "^8.1", - "phpstan/phpstan": "^1.10.56", - "phpstan/phpstan-deprecation-rules": "^1.1.4", - "symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0", - "symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0", - "webflo/drupal-finder": "^1.2" + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-deprecation-rules": "^2.0", + "symfony/finder": "^6.2 || ^7.0", + "symfony/yaml": "^6.2 || ^7.0", + "webflo/drupal-finder": "^1.3.1" }, "require-dev": { - "behat/mink": "^1.8", + "behat/mink": "^1.10", "composer/installers": "^1.9", "drupal/core-recommended": "^10", - "drush/drush": "^10.0 || ^11 || ^12 || ^13@beta", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^8.5 || ^9 || ^10 || ^11", - "slevomat/coding-standard": "^7.1", - "squizlabs/php_codesniffer": "^3.3", - "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0" + "drush/drush": "^11 || ^12 || ^13", + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9 || ^10 || ^11", + "slevomat/coding-standard": "^8.6", + "squizlabs/php_codesniffer": "^3.7", + "symfony/phpunit-bridge": "^6.2 || ^7.0" }, "suggest": { "jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.", @@ -10490,9 +9251,6 @@ "rules.neon" ] }, - "branch-alias": { - "dev-main": "1.0-dev" - }, "installer-paths": { "tests/fixtures/drupal/core": [ "type:drupal-core" @@ -10529,7 +9287,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.12" + "source": "https://github.com/mglaman/phpstan-drupal/tree/2.0.7" }, "funding": [ { @@ -10545,29 +9303,31 @@ "type": "tidelift" } ], - "time": "2024-08-07T21:15:21+00:00" + "time": "2025-05-22T18:06:14+00:00" }, { "name": "nikic/php-parser", - "version": "v4.13.2", + "version": "v5.5.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "210577fe3cf7badcc5814d99455df46564f3c077" + "reference": "ae59794362fe85e051a58ad36b289443f57be7a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", - "reference": "210577fe3cf7badcc5814d99455df46564f3c077", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ae59794362fe85e051a58ad36b289443f57be7a9", + "reference": "ae59794362fe85e051a58ad36b289443f57be7a9", "shasum": "" }, "require": { + "ext-ctype": "*", + "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.0" + "php": ">=7.4" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^9.0" }, "bin": [ "bin/php-parse" @@ -10575,7 +9335,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.9-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -10599,22 +9359,22 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.5.0" }, - "time": "2021-11-30T19:35:32+00:00" + "time": "2025-05-31T08:24:38+00:00" }, { "name": "pear/archive_tar", - "version": "1.4.14", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/pear/Archive_Tar.git", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa" + "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b439c859564f5cbb0f64ad6002d0afe84a889602", + "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602", "shasum": "" }, "require": { @@ -10645,7 +9405,7 @@ "./" ], "license": [ - "BSD-3-Clause" + "BSD-2-Clause" ], "authors": [ { @@ -10671,17 +9431,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", "source": "https://github.com/pear/Archive_Tar" }, - "funding": [ - { - "url": "https://github.com/mrook", - "type": "github" - }, - { - "url": "https://www.patreon.com/michielrook", - "type": "patreon" - } - ], - "time": "2021-07-20T13:53:39+00:00" + "time": "2024-03-16T16:21:40+00:00" }, { "name": "pear/console_getopt", @@ -10843,45 +9593,159 @@ "time": "2021-03-21T15:43:46+00:00" }, { - "name": "php-http/discovery", - "version": "1.14.1", + "name": "phootwork/collection", + "version": "v3.2.3", "source": { "type": "git", - "url": "https://github.com/php-http/discovery.git", - "reference": "de90ab2b41d7d61609f504e031339776bc8c7223" + "url": "https://github.com/phootwork/collection.git", + "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/de90ab2b41d7d61609f504e031339776bc8c7223", - "reference": "de90ab2b41d7d61609f504e031339776bc8c7223", + "url": "https://api.github.com/repos/phootwork/collection/zipball/46dde20420fba17766c89200bc3ff91d3e58eafa", + "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa", "shasum": "" }, "require": { + "phootwork/lang": "^3.0", + "php": ">=8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "phootwork\\collection\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Gossmann", + "homepage": "http://gos.si" + } + ], + "description": "The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.", + "homepage": "https://phootwork.github.io/collection/", + "keywords": [ + "Array object", + "Text object", + "collection", + "collections", + "json", + "list", + "map", + "queue", + "set", + "stack", + "xml" + ], + "support": { + "issues": "https://github.com/phootwork/phootwork/issues", + "source": "https://github.com/phootwork/collection/tree/v3.2.3" + }, + "time": "2022-08-27T12:51:24+00:00" + }, + { + "name": "phootwork/lang", + "version": "v3.2.3", + "source": { + "type": "git", + "url": "https://github.com/phootwork/lang.git", + "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phootwork/lang/zipball/52ec8cce740ce1c424eef02f43b43d5ddfec7b5e", + "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "symfony/polyfill-mbstring": "^1.12", + "symfony/polyfill-php81": "^1.22" + }, + "type": "library", + "autoload": { + "psr-4": { + "phootwork\\lang\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Gossmann", + "homepage": "http://gos.si" + } + ], + "description": "Missing PHP language constructs", + "homepage": "https://phootwork.github.io/lang/", + "keywords": [ + "array", + "comparator", + "comparison", + "string" + ], + "support": { + "issues": "https://github.com/phootwork/phootwork/issues", + "source": "https://github.com/phootwork/lang/tree/v3.2.3" + }, + "time": "2024-10-03T13:43:19+00:00" + }, + { + "name": "php-http/discovery", + "version": "1.20.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/discovery.git", + "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d", + "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", "php": "^7.1 || ^8.0" }, "conflict": { - "nyholm/psr7": "<1.0" + "nyholm/psr7": "<1.0", + "zendframework/zend-diactoros": "*" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "*", + "psr/http-factory-implementation": "*", + "psr/http-message-implementation": "*" }, "require-dev": { + "composer/composer": "^1.0.2|^2.0", "graham-campbell/phpspec-skip-example-extension": "^5.0", "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", - "phpspec/phpspec": "^5.1 || ^6.1", - "puli/composer-plugin": "1.0.0-beta10" + "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", + "sebastian/comparator": "^3.0.5 || ^4.0.8", + "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" }, - "suggest": { - "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories" - }, - "type": "library", + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } + "class": "Http\\Discovery\\Composer\\Plugin", + "plugin-optional": true }, "autoload": { "psr-4": { "Http\\Discovery\\": "src/" - } + }, + "exclude-from-classmap": [ + "src/Composer/Plugin.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -10893,7 +9757,7 @@ "email": "mark.sagikazar@gmail.com" } ], - "description": "Finds installed HTTPlug implementations and PSR-7 message factories", + "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", "homepage": "http://php-http.org", "keywords": [ "adapter", @@ -10902,31 +9766,32 @@ "factory", "http", "message", + "psr17", "psr7" ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.14.1" + "source": "https://github.com/php-http/discovery/tree/1.20.0" }, - "time": "2021-09-18T07:57:46+00:00" + "time": "2024-10-02T11:20:13+00:00" }, { - "name": "php-http/guzzle6-adapter", - "version": "v2.0.2", + "name": "php-http/guzzle7-adapter", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/php-http/guzzle6-adapter.git", - "reference": "9d1a45eb1c59f12574552e81fb295e9e53430a56" + "url": "https://github.com/php-http/guzzle7-adapter.git", + "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/9d1a45eb1c59f12574552e81fb295e9e53430a56", - "reference": "9d1a45eb1c59f12574552e81fb295e9e53430a56", + "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb", + "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^6.0", - "php": "^7.1 || ^8.0", + "guzzlehttp/guzzle": "^7.0", + "php": "^7.3 | ^8.0", "php-http/httplug": "^2.0", "psr/http-client": "^1.0" }, @@ -10936,19 +9801,15 @@ "psr/http-client-implementation": "1.0" }, "require-dev": { - "ext-curl": "*", - "php-http/client-integration-tests": "^2.0 || ^3.0", - "phpunit/phpunit": "^7.4 || ^8.4" + "php-http/client-integration-tests": "^3.0", + "php-http/message-factory": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^8.0|^9.3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, "autoload": { "psr-4": { - "Http\\Adapter\\Guzzle6\\": "src/" + "Http\\Adapter\\Guzzle7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -10957,56 +9818,47 @@ ], "authors": [ { - "name": "David de Boer", - "email": "david@ddeboer.nl" - }, - { - "name": "MĂĄrk SĂĄgi-KazĂĄr", - "email": "mark.sagikazar@gmail.com" + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" } ], - "description": "Guzzle 6 HTTP Adapter", + "description": "Guzzle 7 HTTP Adapter", "homepage": "http://httplug.io", "keywords": [ "Guzzle", "http" ], "support": { - "issues": "https://github.com/php-http/guzzle6-adapter/issues", - "source": "https://github.com/php-http/guzzle6-adapter/tree/v2.0.2" + "issues": "https://github.com/php-http/guzzle7-adapter/issues", + "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0" }, - "time": "2021-03-02T10:52:33+00:00" + "time": "2024-11-26T11:14:36+00:00" }, { "name": "php-http/httplug", - "version": "2.3.0", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", - "reference": "f640739f80dfa1152533976e3c112477f69274eb" + "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb", - "reference": "f640739f80dfa1152533976e3c112477f69274eb", + "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4", + "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/promise": "^1.1", "psr/http-client": "^1.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { - "friends-of-phpspec/phpspec-code-coverage": "^4.1", - "phpspec/phpspec": "^5.1 || ^6.0" + "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", + "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, "autoload": { "psr-4": { "Http\\Client\\": "src/" @@ -11035,29 +9887,28 @@ ], "support": { "issues": "https://github.com/php-http/httplug/issues", - "source": "https://github.com/php-http/httplug/tree/2.3.0" + "source": "https://github.com/php-http/httplug/tree/2.4.1" }, - "time": "2022-02-21T09:52:22+00:00" + "time": "2024-09-23T11:39:58+00:00" }, { "name": "php-http/message", - "version": "1.13.0", + "version": "1.16.2", "source": { "type": "git", "url": "https://github.com/php-http/message.git", - "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361" + "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361", - "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361", + "url": "https://api.github.com/repos/php-http/message/zipball/06dd5e8562f84e641bf929bfe699ee0f5ce8080a", + "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a", "shasum": "" }, "require": { "clue/stream-filter": "^1.5", - "php": "^7.1 || ^8.0", - "php-http/message-factory": "^1.0.2", - "psr/http-message": "^1.0" + "php": "^7.2 || ^8.0", + "psr/http-message": "^1.1 || ^2.0" }, "provide": { "php-http/message-factory-implementation": "1.0" @@ -11065,8 +9916,9 @@ "require-dev": { "ergebnis/composer-normalize": "^2.6", "ext-zlib": "*", - "guzzlehttp/psr7": "^1.0", - "laminas/laminas-diactoros": "^2.0", + "guzzlehttp/psr7": "^1.0 || ^2.0", + "laminas/laminas-diactoros": "^2.0 || ^3.0", + "php-http/message-factory": "^1.0.2", "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", "slim/slim": "^3.0" }, @@ -11077,11 +9929,6 @@ "slim/slim": "Used with Slim Framework PSR-7 implementation" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, "autoload": { "files": [ "src/filters.php" @@ -11109,91 +9956,32 @@ ], "support": { "issues": "https://github.com/php-http/message/issues", - "source": "https://github.com/php-http/message/tree/1.13.0" + "source": "https://github.com/php-http/message/tree/1.16.2" }, - "time": "2022-02-11T13:41:14+00:00" - }, - { - "name": "php-http/message-factory", - "version": "v1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-http/message-factory.git", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", - "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "psr/http-message": "^1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "MĂĄrk SĂĄgi-KazĂĄr", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Factory interfaces for PSR-7 HTTP Message", - "homepage": "http://php-http.org", - "keywords": [ - "factory", - "http", - "message", - "stream", - "uri" - ], - "support": { - "issues": "https://github.com/php-http/message-factory/issues", - "source": "https://github.com/php-http/message-factory/tree/master" - }, - "time": "2015-12-19T14:08:53+00:00" + "time": "2024-10-02T11:34:13+00:00" }, { "name": "php-http/promise", - "version": "1.1.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88" + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", + "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", - "phpspec/phpspec": "^5.1.2 || ^6.2" + "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3", + "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, "autoload": { "psr-4": { "Http\\Promise\\": "src/" @@ -11220,22 +10008,22 @@ ], "support": { "issues": "https://github.com/php-http/promise/issues", - "source": "https://github.com/php-http/promise/tree/1.1.0" + "source": "https://github.com/php-http/promise/tree/1.3.1" }, - "time": "2020-07-07T09:29:14+00:00" + "time": "2024-03-15T13:55:21+00:00" }, { "name": "phpmailer/phpmailer", - "version": "v6.5.4", + "version": "v6.10.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "c0d9f7dd3c2aa247ca44791e9209233829d82285" + "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c0d9f7dd3c2aa247ca44791e9209233829d82285", - "reference": "c0d9f7dd3c2aa247ca44791e9209233829d82285", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144", + "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144", "shasum": "" }, "require": { @@ -11245,22 +10033,25 @@ "php": ">=5.5.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "doctrine/annotations": "^1.2", - "php-parallel-lint/php-console-highlighter": "^0.5.0", - "php-parallel-lint/php-parallel-lint": "^1.3.1", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", + "doctrine/annotations": "^1.2.6 || ^1.13.3", + "php-parallel-lint/php-console-highlighter": "^1.0.0", + "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcompatibility/php-compatibility": "^9.3.5", "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.6.2", - "yoast/phpunit-polyfills": "^1.0.0" + "squizlabs/php_codesniffer": "^3.7.2", + "yoast/phpunit-polyfills": "^1.0.4" }, "suggest": { + "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication", "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", + "ext-openssl": "Needed for secure SMTP sending and DKIM signing", + "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", - "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", - "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" + "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)", + "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication" }, "type": "library", "autoload": { @@ -11292,7 +10083,7 @@ "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.4" + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.10.0" }, "funding": [ { @@ -11300,24 +10091,76 @@ "type": "github" } ], - "time": "2022-02-17T08:19:04+00:00" + "time": "2025-04-24T15:19:31+00:00" }, { - "name": "phpstan/phpstan", - "version": "1.12.27", + "name": "phpowermove/docblock", + "version": "v4.0", "source": { "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "3a6e423c076ab39dfedc307e2ac627ef579db162" + "url": "https://github.com/phpowermove/docblock.git", + "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a6e423c076ab39dfedc307e2ac627ef579db162", - "reference": "3a6e423c076ab39dfedc307e2ac627ef579db162", + "url": "https://api.github.com/repos/phpowermove/docblock/zipball/a73f6e17b7d4e1b92ca5378c248c952c9fae7826", + "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "phootwork/collection": "^3.0", + "phootwork/lang": "^3.0", + "php": ">=8.0" + }, + "require-dev": { + "phootwork/php-cs-fixer-config": "^0.4", + "phpunit/phpunit": "^9.0", + "psalm/phar": "^4.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "phpowermove\\docblock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Gossmann", + "homepage": "http://gos.si" + } + ], + "description": "PHP Docblock parser and generator. An API to read and write Docblocks.", + "keywords": [ + "docblock", + "generator", + "parser" + ], + "support": { + "issues": "https://github.com/phpowermove/docblock/issues", + "source": "https://github.com/phpowermove/docblock/tree/v4.0" + }, + "time": "2021-09-22T16:57:06+00:00" + }, + { + "name": "phpstan/phpstan", + "version": "2.1.19", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "473a8c30e450d87099f76313edcbb90852f9afdf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/473a8c30e450d87099f76313edcbb90852f9afdf", + "reference": "473a8c30e450d87099f76313edcbb90852f9afdf", + "shasum": "" + }, + "require": { + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -11358,30 +10201,30 @@ "type": "github" } ], - "time": "2025-05-21T20:51:45+00:00" + "time": "2025-07-21T19:58:24+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.2.1", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82" + "reference": "468e02c9176891cc901143da118f09dc9505fc2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82", - "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/468e02c9176891cc901143da118f09dc9505fc2f", + "reference": "468e02c9176891cc901143da118f09dc9505fc2f", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.12" + "php": "^7.4 || ^8.0", + "phpstan/phpstan": "^2.1.15" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5" + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^9.6" }, "type": "phpstan-extension", "extra": { @@ -11403,9 +10246,9 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.1" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/2.0.3" }, - "time": "2024-09-11T15:52:35+00:00" + "time": "2025-05-14T10:56:57+00:00" }, { "name": "politsin/jquery-ui-touch-punch", @@ -11447,20 +10290,20 @@ }, { "name": "psr/cache", - "version": "1.0.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { @@ -11480,7 +10323,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for caching libraries", @@ -11490,28 +10333,33 @@ "psr-6" ], "support": { - "source": "https://github.com/php-fig/cache/tree/master" + "source": "https://github.com/php-fig/cache/tree/3.0.0" }, - "time": "2016-08-06T20:24:11+00:00" + "time": "2021-02-03T23:26:27+00:00" }, { "name": "psr/container", - "version": "1.1.2", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -11538,9 +10386,59 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.2" + "source": "https://github.com/php-fig/container/tree/2.0.2" }, - "time": "2021-11-05T16:50:12+00:00" + "time": "2021-11-05T16:47:00+00:00" + }, + { + "name": "psr/event-dispatcher", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\EventDispatcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Standard interfaces for event handling.", + "keywords": [ + "events", + "psr", + "psr-14" + ], + "support": { + "issues": "https://github.com/php-fig/event-dispatcher/issues", + "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" + }, + "time": "2019-01-08T18:20:26+00:00" }, { "name": "psr/http-client", @@ -11596,20 +10494,20 @@ }, { "name": "psr/http-factory", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "e616d01114759c4c489f93b099585439f795fe35" + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", - "reference": "e616d01114759c4c489f93b099585439f795fe35", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { - "php": ">=7.0.0", + "php": ">=7.1", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", @@ -11633,7 +10531,7 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -11645,31 +10543,31 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/1.0.2" + "source": "https://github.com/php-fig/http-factory" }, - "time": "2023-04-10T20:10:41+00:00" + "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -11684,7 +10582,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -11698,36 +10596,36 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/log", - "version": "1.1.4", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -11748,50 +10646,54 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-05-03T11:20:27+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "psy/psysh", - "version": "v0.11.1", + "version": "v0.12.9", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "570292577277f06f590635381a7f761a6cf4f026" + "reference": "1b801844becfe648985372cb4b12ad6840245ace" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/570292577277f06f590635381a7f761a6cf4f026", - "reference": "570292577277f06f590635381a7f761a6cf4f026", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1b801844becfe648985372cb4b12ad6840245ace", + "reference": "1b801844becfe648985372cb4b12ad6840245ace", "shasum": "" }, "require": { "ext-json": "*", "ext-tokenizer": "*", - "nikic/php-parser": "^4.0 || ^3.1", - "php": "^8.0 || ^7.0.8", - "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", - "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" + "nikic/php-parser": "^5.0 || ^4.0", + "php": "^8.0 || ^7.4", + "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" + }, + "conflict": { + "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.2", - "hoa/console": "3.17.05.02" + "bamarni/composer-bin-plugin": "^1.2" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", - "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well." }, "bin": [ "bin/psysh" ], "type": "library", "extra": { + "bamarni-bin": { + "bin-links": false, + "forward-command": false + }, "branch-alias": { - "dev-main": "0.11.x-dev" + "dev-main": "0.12.x-dev" } }, "autoload": { @@ -11823,9 +10725,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.1" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.9" }, - "time": "2022-01-03T13:58:38+00:00" + "time": "2025-06-23T02:35:06+00:00" }, { "name": "ralouphie/getallheaders", @@ -11872,295 +10774,114 @@ "time": "2019-03-08T08:55:37+00:00" }, { - "name": "stack/builder", - "version": "v1.0.6", + "name": "sebastian/diff", + "version": "4.0.6", "source": { "type": "git", - "url": "https://github.com/stackphp/builder.git", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc", + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc", "shasum": "" }, "require": { - "php": ">=7.2.0", - "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", - "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" + "php": ">=7.3" }, "require-dev": { - "phpunit/phpunit": "~8.0", - "symfony/routing": "^5.0" + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "4.0-dev" } }, "autoload": { - "psr-0": { - "Stack": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - } - ], - "description": "Builder for stack middleware based on HttpKernelInterface.", - "keywords": [ - "stack" - ], - "support": { - "issues": "https://github.com/stackphp/builder/issues", - "source": "https://github.com/stackphp/builder/tree/v1.0.6" - }, - "abandoned": true, - "time": "2020-01-30T12:17:27+00:00" - }, - { - "name": "stecman/symfony-console-completion", - "version": "0.11.0", - "source": { - "type": "git", - "url": "https://github.com/stecman/symfony-console-completion.git", - "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/a9502dab59405e275a9f264536c4e1cb61fc3518", - "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518", - "shasum": "" - }, - "require": { - "php": ">=5.3.2", - "symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Stephen Holdaway", - "email": "stephen@stecman.co.nz" - } - ], - "description": "Automatic BASH completion for Symfony Console Component based applications.", - "support": { - "issues": "https://github.com/stecman/symfony-console-completion/issues", - "source": "https://github.com/stecman/symfony-console-completion/tree/0.11.0" - }, - "time": "2019-11-24T17:03:06+00:00" - }, - { - "name": "symfony-cmf/routing", - "version": "2.3.4", - "source": { - "type": "git", - "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", - "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0", - "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/http-kernel": "^4.4 || ^5.0", - "symfony/routing": "^4.4 || ^5.0" - }, - "require-dev": { - "symfony-cmf/testing": "^3@dev", - "symfony/config": "^4.4 || ^5.0", - "symfony/dependency-injection": "^4.4 || ^5.0", - "symfony/event-dispatcher": "^4.4 || ^5.0", - "symfony/phpunit-bridge": "^5.0" - }, - "suggest": { - "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Cmf\\Component\\Routing\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/Routing/contributors" - } - ], - "description": "Extends the Symfony routing component for dynamic routes and chaining several routers", - "homepage": "http://cmf.symfony.com", - "keywords": [ - "database", - "routing" - ], - "support": { - "issues": "https://github.com/symfony-cmf/Routing/issues", - "source": "https://github.com/symfony-cmf/Routing/tree/2.3.4" - }, - "time": "2021-11-08T16:33:10+00:00" - }, - { - "name": "symfony/config", - "version": "v4.4.44", - "source": { - "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", - "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/filesystem": "^3.4|^4.0|^5.0", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16", - "symfony/polyfill-php81": "^1.22" - }, - "conflict": { - "symfony/finder": "<3.4" - }, - "require-dev": { - "symfony/event-dispatcher": "^3.4|^4.0|^5.0", - "symfony/finder": "^3.4|^4.0|^5.0", - "symfony/messenger": "^4.1|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" } ], - "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", - "homepage": "https://symfony.com", + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], "support": { - "source": "https://github.com/symfony/config/tree/v4.4.44" + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2024-03-02T06:30:58+00:00" }, { "name": "symfony/console", - "version": "v4.4.49", + "version": "v6.4.23", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9" + "reference": "9056771b8eca08d026cd3280deeec3cfd99c4d93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", - "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", + "url": "https://api.github.com/repos/symfony/console/zipball/9056771b8eca08d026cd3280deeec3cfd99c4d93", + "reference": "9056771b8eca08d026cd3280deeec3cfd99c4d93", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1|^2" + "symfony/service-contracts": "^2.5|^3", + "symfony/string": "^5.4|^6.0|^7.0" }, "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<3.4", - "symfony/event-dispatcher": "<4.3|>=5", - "symfony/lock": "<4.4", - "symfony/process": "<3.3" + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "psr/log": "^1|^2", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/event-dispatcher": "^4.3", - "symfony/lock": "^4.4|^5.0", - "symfony/process": "^3.4|^4.0|^5.0", - "symfony/var-dumper": "^4.3|^5.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/lock": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -12187,8 +10908,14 @@ ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", + "keywords": [ + "cli", + "command-line", + "console", + "terminal" + ], "support": { - "source": "https://github.com/symfony/console/tree/v4.4.49" + "source": "https://github.com/symfony/console/tree/v6.4.23" }, "funding": [ { @@ -12204,184 +10931,44 @@ "type": "tidelift" } ], - "time": "2022-11-05T17:10:16+00:00" - }, - { - "name": "symfony/css-selector", - "version": "v4.4.37", - "source": { - "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "0628e6c6d7c92f1a7bae543959bdc17347be2436" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/0628e6c6d7c92f1a7bae543959bdc17347be2436", - "reference": "0628e6c6d7c92f1a7bae543959bdc17347be2436", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Converts CSS selectors to XPath expressions", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/css-selector/tree/v4.4.37" - }, - "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": "2022-01-02T09:41:36+00:00" - }, - { - "name": "symfony/debug", - "version": "v4.4.44", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "1a692492190773c5310bc7877cb590c04c2f05be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", - "reference": "1a692492190773c5310bc7877cb590c04c2f05be", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3" - }, - "conflict": { - "symfony/http-kernel": "<3.4" - }, - "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides tools to ease debugging PHP code", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.44" - }, - "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" - } - ], - "abandoned": "symfony/error-handler", - "time": "2022-07-28T16:29:46+00:00" + "time": "2025-06-27T19:37:22+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.49", + "version": "v6.4.23", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734" + "reference": "0d9f24f3de0a83573fce5c9ed025d6306c6e166b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9065fe97dbd38a897e95ea254eb5ddfe1310f734", - "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0d9f24f3de0a83573fce5c9ed025d6306c6e166b", + "reference": "0d9f24f3de0a83573fce5c9ed025d6306c6e166b", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/container": "^1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1.6|^2" + "php": ">=8.1", + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/service-contracts": "^2.5|^3.0", + "symfony/var-exporter": "^6.4.20|^7.2.5" }, "conflict": { - "symfony/config": "<4.3|>=5.0", - "symfony/finder": "<3.4", - "symfony/proxy-manager-bridge": "<3.4", - "symfony/yaml": "<4.4.26" + "ext-psr": "<1.1|>=2", + "symfony/config": "<6.1", + "symfony/finder": "<5.4", + "symfony/proxy-manager-bridge": "<6.3", + "symfony/yaml": "<5.4" }, "provide": { - "psr/container-implementation": "1.0", - "symfony/service-implementation": "1.0|2.0" + "psr/container-implementation": "1.1|2.0", + "symfony/service-implementation": "1.1|2.0|3.0" }, "require-dev": { - "symfony/config": "^4.3", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/yaml": "^4.4.26|^5.0" - }, - "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" + "symfony/config": "^6.1|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/yaml": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -12409,7 +10996,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/v4.4.49" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.23" }, "funding": [ { @@ -12425,24 +11012,24 @@ "type": "tidelift" } ], - "time": "2022-11-16T16:18:09+00:00" + "time": "2025-06-23T06:49:06+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.4", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", - "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.1" }, "type": "library", "extra": { @@ -12451,7 +11038,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.5-dev" } }, "autoload": { @@ -12476,7 +11063,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" }, "funding": [ { @@ -12492,106 +11079,39 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:11:13+00:00" - }, - { - "name": "symfony/dom-crawler", - "version": "v4.4.38", - "source": { - "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "46e7bd2ff6da01e7ddf40e2d78930e7a621bcb4e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/46e7bd2ff6da01e7ddf40e2d78930e7a621bcb4e", - "reference": "46e7bd2ff6da01e7ddf40e2d78930e7a621bcb4e", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" - }, - "conflict": { - "masterminds/html5": "<2.6" - }, - "require-dev": { - "masterminds/html5": "^2.6", - "symfony/css-selector": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/css-selector": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\DomCrawler\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Eases DOM navigation for HTML and XML documents", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v4.4.38" - }, - "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": "2022-01-31T14:01:05+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/error-handler", - "version": "v4.4.44", + "version": "v6.4.23", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "be731658121ef2d8be88f3a1ec938148a9237291" + "reference": "b088e0b175c30b4e06d8085200fa465b586f44fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", - "reference": "be731658121ef2d8be88f3a1ec938148a9237291", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/b088e0b175c30b4e06d8085200fa465b586f44fa", + "reference": "b088e0b175c30b4e06d8085200fa465b586f44fa", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", "psr/log": "^1|^2|^3", - "symfony/debug": "^4.4.5", - "symfony/var-dumper": "^4.4|^5.0" + "symfony/var-dumper": "^5.4|^6.0|^7.0" + }, + "conflict": { + "symfony/deprecation-contracts": "<2.5", + "symfony/http-kernel": "<6.4" }, "require-dev": { - "symfony/http-kernel": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/serializer": "^5.4|^6.0|^7.0" }, + "bin": [ + "Resources/bin/patch-type-declarations" + ], "type": "library", "autoload": { "psr-4": { @@ -12618,7 +11138,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/v4.4.44" + "source": "https://github.com/symfony/error-handler/tree/v6.4.23" }, "funding": [ { @@ -12634,47 +11154,43 @@ "type": "tidelift" } ], - "time": "2022-07-28T16:29:46+00:00" + "time": "2025-06-13T07:39:48+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.44", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" + "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", - "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e", + "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/event-dispatcher-contracts": "^1.1", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { - "symfony/dependency-injection": "<3.4" + "symfony/dependency-injection": "<5.4", + "symfony/service-contracts": "<2.5" }, "provide": { "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "1.1" + "symfony/event-dispatcher-implementation": "2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/error-handler": "~3.4|~4.4", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/stopwatch": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/stopwatch": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -12702,7 +11218,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/v4.4.44" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.13" }, "funding": [ { @@ -12718,28 +11234,25 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.13", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", - "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", "shasum": "" }, "require": { - "php": ">=7.1.3" - }, - "suggest": { - "psr/event-dispatcher": "", - "symfony/event-dispatcher-implementation": "" + "php": ">=8.1", + "psr/event-dispatcher": "^1" }, "type": "library", "extra": { @@ -12748,7 +11261,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "1.1-dev" + "dev-main": "3.5-dev" } }, "autoload": { @@ -12781,7 +11294,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" }, "funding": [ { @@ -12797,26 +11310,29 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/filesystem", - "version": "v4.4.42", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", - "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "~1.8" + }, + "require-dev": { + "symfony/process": "^5.4|^6.4|^7.0" }, "type": "library", "autoload": { @@ -12844,7 +11360,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + "source": "https://github.com/symfony/filesystem/tree/v6.4.13" }, "funding": [ { @@ -12860,25 +11376,27 @@ "type": "tidelift" } ], - "time": "2022-05-20T08:49:14+00:00" + "time": "2024-10-25T15:07:50+00:00" }, { "name": "symfony/finder", - "version": "v4.4.44", + "version": "v6.4.17", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" + "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", - "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", + "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", + "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" + }, + "require-dev": { + "symfony/filesystem": "^6.0|^7.0" }, "type": "library", "autoload": { @@ -12906,7 +11424,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.44" + "source": "https://github.com/symfony/finder/tree/v6.4.17" }, "funding": [ { @@ -12922,109 +11440,40 @@ "type": "tidelift" } ], - "time": "2022-07-29T07:35:46+00:00" - }, - { - "name": "symfony/http-client-contracts", - "version": "v2.5.5", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "48ef1d0a082885877b664332b9427662065a360c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/48ef1d0a082885877b664332b9427662065a360c", - "reference": "48ef1d0a082885877b664332b9427662065a360c", - "shasum": "" - }, - "require": { - "php": ">=7.2.5" - }, - "suggest": { - "symfony/http-client-implementation": "" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, - "branch-alias": { - "dev-main": "2.5-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\HttpClient\\": "" - } - }, - "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": "Generic abstractions related to HTTP clients", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.5" - }, - "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-11-28T08:37:04+00:00" + "time": "2024-12-29T13:51:37+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.4.49", + "version": "v6.4.23", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "191413c7b832c015bb38eae963f2e57498c3c173" + "reference": "452d19f945ee41345fd8a50c18b60783546b7bd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173", - "reference": "191413c7b832c015bb38eae963f2e57498c3c173", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/452d19f945ee41345fd8a50c18b60783546b7bd3", + "reference": "452d19f945ee41345fd8a50c18b60783546b7bd3", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/mime": "^4.3|^5.0", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-php83": "^1.27" + }, + "conflict": { + "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, "require-dev": { - "predis/predis": "~1.0", - "symfony/expression-language": "^3.4|^4.0|^5.0" + "doctrine/dbal": "^2.13.1|^3|^4", + "predis/predis": "^1.1|^2.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", + "symfony/mime": "^5.4|^6.0|^7.0", + "symfony/rate-limiter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -13052,7 +11501,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.49" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.23" }, "funding": [ { @@ -13068,67 +11517,77 @@ "type": "tidelift" } ], - "time": "2022-11-04T16:17:57+00:00" + "time": "2025-05-26T09:17:58+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.51", + "version": "v6.4.23", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7" + "reference": "2bb2cba685aabd859f22cf6946554e8e7f3c329a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad8ab192cb619ff7285c95d28c69b36d718416c7", - "reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2bb2cba685aabd859f22cf6946554e8e7f3c329a", + "reference": "2bb2cba685aabd859f22cf6946554e8e7f3c329a", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2", - "symfony/error-handler": "^4.4", - "symfony/event-dispatcher": "^4.4", - "symfony/http-client-contracts": "^1.1|^2", - "symfony/http-foundation": "^4.4.30|^5.3.7", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/error-handler": "^6.4|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/browser-kit": "<4.3", - "symfony/config": "<3.4", - "symfony/console": ">=5", - "symfony/dependency-injection": "<4.3", - "symfony/translation": "<4.2", - "twig/twig": "<1.43|<2.13,>=2" + "symfony/browser-kit": "<5.4", + "symfony/cache": "<5.4", + "symfony/config": "<6.1", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<6.4", + "symfony/doctrine-bridge": "<5.4", + "symfony/form": "<5.4", + "symfony/http-client": "<5.4", + "symfony/http-client-contracts": "<2.5", + "symfony/mailer": "<5.4", + "symfony/messenger": "<5.4", + "symfony/translation": "<5.4", + "symfony/translation-contracts": "<2.5", + "symfony/twig-bridge": "<5.4", + "symfony/validator": "<6.4", + "symfony/var-dumper": "<6.3", + "twig/twig": "<2.13" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^4.3|^5.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/console": "^3.4|^4.0", - "symfony/css-selector": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^4.3|^5.0", - "symfony/dom-crawler": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/finder": "^3.4|^4.0|^5.0", - "symfony/process": "^3.4|^4.0|^5.0", - "symfony/routing": "^3.4|^4.0|^5.0", - "symfony/stopwatch": "^3.4|^4.0|^5.0", - "symfony/templating": "^3.4|^4.0|^5.0", - "symfony/translation": "^4.2|^5.0", - "symfony/translation-contracts": "^1.1|^2", - "twig/twig": "^1.43|^2.13|^3.0.4" - }, - "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "" + "symfony/browser-kit": "^5.4|^6.0|^7.0", + "symfony/clock": "^6.2|^7.0", + "symfony/config": "^6.1|^7.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/css-selector": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^6.4|^7.0", + "symfony/dom-crawler": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/http-client-contracts": "^2.5|^3", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/property-access": "^5.4.5|^6.0.5|^7.0", + "symfony/routing": "^5.4|^6.0|^7.0", + "symfony/serializer": "^6.4.4|^7.0.4", + "symfony/stopwatch": "^5.4|^6.0|^7.0", + "symfony/translation": "^5.4|^6.0|^7.0", + "symfony/translation-contracts": "^2.5|^3", + "symfony/uid": "^5.4|^6.0|^7.0", + "symfony/validator": "^6.4|^7.0", + "symfony/var-dumper": "^5.4|^6.4|^7.0", + "symfony/var-exporter": "^6.2|^7.0", + "twig/twig": "^2.13|^3.0.4" }, "type": "library", "autoload": { @@ -13156,7 +11615,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/v4.4.51" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.23" }, "funding": [ { @@ -13172,42 +11631,124 @@ "type": "tidelift" } ], - "time": "2023-11-10T13:31:29+00:00" + "time": "2025-06-28T08:14:51+00:00" }, { - "name": "symfony/mime", - "version": "v5.4.13", + "name": "symfony/mailer", + "version": "v6.4.23", "source": { "type": "git", - "url": "https://github.com/symfony/mime.git", - "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd" + "url": "https://github.com/symfony/mailer.git", + "reference": "a480322ddf8e54de262c9bca31fdcbe26b553de5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd", - "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd", + "url": "https://api.github.com/repos/symfony/mailer/zipball/a480322ddf8e54de262c9bca31fdcbe26b553de5", + "reference": "a480322ddf8e54de262c9bca31fdcbe26b553de5", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "egulias/email-validator": "^2.1.10|^3|^4", + "php": ">=8.1", + "psr/event-dispatcher": "^1", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/mime": "^6.2|^7.0", + "symfony/service-contracts": "^2.5|^3" + }, + "conflict": { + "symfony/http-client-contracts": "<2.5", + "symfony/http-kernel": "<5.4", + "symfony/messenger": "<6.2", + "symfony/mime": "<6.2", + "symfony/twig-bridge": "<6.2.1" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/messenger": "^6.2|^7.0", + "symfony/twig-bridge": "^6.2|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mailer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps sending emails", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/mailer/tree/v6.4.23" + }, + "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": "2025-06-26T21:24:02+00:00" + }, + { + "name": "symfony/mime", + "version": "v6.4.21", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "fec8aa5231f3904754955fad33c2db50594d22d1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/fec8aa5231f3904754955fad33c2db50594d22d1", + "reference": "fec8aa5231f3904754955fad33c2db50594d22d1", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "^1.0" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<4.4" + "symfony/mailer": "<5.4", + "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1", + "egulias/email-validator": "^2.1.10|^3.1|^4", + "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/property-access": "^4.4|^5.1|^6.0", - "symfony/property-info": "^4.4|^5.1|^6.0", - "symfony/serializer": "^5.2|^6.0" + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.4|^7.0", + "symfony/property-access": "^5.4|^6.0|^7.0", + "symfony/property-info": "^5.4|^6.0|^7.0", + "symfony/serializer": "^6.4.3|^7.0.3" }, "type": "library", "autoload": { @@ -13239,7 +11780,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.13" + "source": "https://github.com/symfony/mime/tree/v6.4.21" }, "funding": [ { @@ -13255,24 +11796,24 @@ "type": "tidelift" } ], - "time": "2022-09-01T18:18:29+00:00" + "time": "2025-04-27T13:27:38+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.27.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-ctype": "*" @@ -13285,9 +11826,6 @@ "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" - }, - "branch-alias": { - "dev-main": "1.27-dev" } }, "autoload": { @@ -13321,7 +11859,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" }, "funding": [ { @@ -13337,24 +11875,24 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.27.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "927013f3aac555983a5059aada98e1907d842695" + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695", - "reference": "927013f3aac555983a5059aada98e1907d842695", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956", + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-iconv": "*" @@ -13367,9 +11905,6 @@ "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" - }, - "branch-alias": { - "dev-main": "1.27-dev" } }, "autoload": { @@ -13404,7 +11939,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0" }, "funding": [ { @@ -13420,26 +11955,24 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { - "name": "symfony/polyfill-intl-idn", - "version": "v1.27.0", + "name": "symfony/polyfill-intl-grapheme", + "version": "v1.31.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da" + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -13449,9 +11982,85 @@ "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, - "branch-alias": { - "dev-main": "1.27-dev" + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's grapheme_* functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "grapheme", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-grapheme/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-intl-idn", + "version": "v1.31.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -13491,7 +12100,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" }, "funding": [ { @@ -13507,24 +12116,24 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.27.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "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" @@ -13534,9 +12143,6 @@ "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" - }, - "branch-alias": { - "dev-main": "1.27-dev" } }, "autoload": { @@ -13575,7 +12181,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" }, "funding": [ { @@ -13591,24 +12197,24 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.27.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-mbstring": "*" @@ -13621,9 +12227,6 @@ "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" - }, - "branch-alias": { - "dev-main": "1.27-dev" } }, "autoload": { @@ -13658,72 +12261,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.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": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", - "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "type": "metapackage", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "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 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" }, "funding": [ { @@ -13741,165 +12279,6 @@ ], "time": "2024-09-09T11:45:10+00:00" }, - { - "name": "symfony/polyfill-php73", - "version": "v1.32.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb", - "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb", - "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\\Php73\\": "" - }, - "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 7.3+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.32.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-php80", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - }, - "branch-alias": { - "dev-main": "1.27-dev" - } - }, - "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.27.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": "2022-11-03T14:55:06+00:00" - }, { "name": "symfony/polyfill-php81", "version": "v1.32.0", @@ -13977,22 +12356,173 @@ "time": "2024-09-09T11:45:10+00:00" }, { - "name": "symfony/process", - "version": "v4.4.44", + "name": "symfony/polyfill-php83", + "version": "v1.31.0", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" + "url": "https://github.com/symfony/polyfill-php83.git", + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=7.2" + }, + "type": "library", + "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php83\\": "" + }, + "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.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php83/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-php84", + "version": "v1.32.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php84.git", + "reference": "000df7860439609837bbe28670b0be15783b7fbf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/000df7860439609837bbe28670b0be15783b7fbf", + "reference": "000df7860439609837bbe28670b0be15783b7fbf", + "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.32.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": "2025-02-20T12:04:08+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": { + "php": ">=8.1" }, "type": "library", "autoload": { @@ -14020,7 +12550,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.44" + "source": "https://github.com/symfony/process/tree/v6.4.20" }, "funding": [ { @@ -14036,46 +12566,42 @@ "type": "tidelift" } ], - "time": "2022-06-27T13:16:42+00:00" + "time": "2025-03-10T17:11:00+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v2.1.4", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "a125b93ef378c492e274f217874906fb9babdebb" + "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a125b93ef378c492e274f217874906fb9babdebb", - "reference": "a125b93ef378c492e274f217874906fb9babdebb", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c9cf83326a1074f83a738fc5320945abf7fb7fec", + "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec", "shasum": "" }, "require": { - "php": ">=7.1", - "psr/http-message": "^1.0", - "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0" + "php": ">=8.1", + "psr/http-message": "^1.0|^2.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0" + }, + "conflict": { + "php-http/discovery": "<1.15", + "symfony/http-kernel": "<6.2" }, "require-dev": { "nyholm/psr7": "^1.1", - "psr/log": "^1.1 || ^2 || ^3", - "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0", - "symfony/config": "^4.4 || ^5.0 || ^6.0", - "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0", - "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", - "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.4@dev || ^6.0" - }, - "suggest": { - "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + "php-http/discovery": "^1.15", + "psr/log": "^1.1.4|^2|^3", + "symfony/browser-kit": "^5.4|^6.0|^7.0", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/framework-bundle": "^6.2|^7.0", + "symfony/http-kernel": "^6.2|^7.0" }, "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-main": "2.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" @@ -14095,11 +12621,11 @@ }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], "description": "PSR HTTP message bridge", - "homepage": "http://symfony.com", + "homepage": "https://symfony.com", "keywords": [ "http", "http-message", @@ -14107,8 +12633,7 @@ "psr-7" ], "support": { - "issues": "https://github.com/symfony/psr-http-message-bridge/issues", - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.4" + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.13" }, "funding": [ { @@ -14124,46 +12649,40 @@ "type": "tidelift" } ], - "time": "2022-11-28T22:46:34+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/routing", - "version": "v4.4.44", + "version": "v6.4.22", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" + "reference": "1f5234e8457164a3a0038a4c0a4ba27876a9c670" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", - "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "url": "https://api.github.com/repos/symfony/routing/zipball/1f5234e8457164a3a0038a4c0a4ba27876a9c670", + "reference": "1f5234e8457164a3a0038a4c0a4ba27876a9c670", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { - "symfony/config": "<4.2", - "symfony/dependency-injection": "<3.4", - "symfony/yaml": "<3.4" + "doctrine/annotations": "<1.12", + "symfony/config": "<6.2", + "symfony/dependency-injection": "<5.4", + "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.12|^2", "psr/log": "^1|^2|^3", - "symfony/config": "^4.2|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation loader", - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" + "symfony/config": "^6.2|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/yaml": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -14197,7 +12716,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v4.4.44" + "source": "https://github.com/symfony/routing/tree/v6.4.22" }, "funding": [ { @@ -14213,57 +12732,61 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2025-04-27T16:08:38+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.47", + "version": "v6.4.23", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "6e01d63c55657930a6de03d6e36aae50af98888d" + "reference": "b40a697a2bb2c3d841a1f9e34a8a9f50bf9d1d06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/6e01d63c55657930a6de03d6e36aae50af98888d", - "reference": "6e01d63c55657930a6de03d6e36aae50af98888d", + "url": "https://api.github.com/repos/symfony/serializer/zipball/b40a697a2bb2c3d841a1f9e34a8a9f50bf9d1d06", + "reference": "b40a697a2bb2c3d841a1f9e34a8a9f50bf9d1d06", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", - "phpdocumentor/type-resolver": "<0.3.0|1.3.*", - "symfony/dependency-injection": "<3.4", - "symfony/property-access": "<3.4", - "symfony/property-info": "<3.4", - "symfony/yaml": "<3.4" + "doctrine/annotations": "<1.12", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/dependency-injection": "<5.4", + "symfony/property-access": "<5.4", + "symfony/property-info": "<5.4.24|>=6,<6.2.11", + "symfony/uid": "<5.4", + "symfony/validator": "<6.4", + "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.12|^2", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", - "symfony/cache": "^3.4|^4.0|^5.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/error-handler": "^4.4|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^4.4.36|^5.3.13", - "symfony/property-info": "^3.4.13|~4.0|^5.0", - "symfony/validator": "^3.4|^4.0|^5.0", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping.", - "psr/cache-implementation": "For using the metadata cache.", - "symfony/config": "For using the XML mapping loader.", - "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", - "symfony/property-access": "For using the ObjectNormalizer.", - "symfony/property-info": "To deserialize relations.", - "symfony/yaml": "For using the default YAML mapping loader." + "seld/jsonlint": "^1.10", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/filesystem": "^5.4|^6.0|^7.0", + "symfony/form": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/mime": "^5.4|^6.0|^7.0", + "symfony/property-access": "^5.4.26|^6.3|^7.0", + "symfony/property-info": "^5.4.24|^6.2.11|^7.0", + "symfony/translation-contracts": "^2.5|^3", + "symfony/uid": "^5.4|^6.0|^7.0", + "symfony/validator": "^6.4|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0", + "symfony/var-exporter": "^5.4|^6.0|^7.0", + "symfony/yaml": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -14291,7 +12814,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/v4.4.47" + "source": "https://github.com/symfony/serializer/tree/v6.4.23" }, "funding": [ { @@ -14307,33 +12830,30 @@ "type": "tidelift" } ], - "time": "2022-09-19T08:38:33+00:00" + "time": "2025-06-27T15:34:20+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.4", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "f37b419f7aea2e9abf10abd261832cace12e3300" + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300", - "reference": "f37b419f7aea2e9abf10abd261832cace12e3300", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1|^3" + "php": ">=8.1", + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, - "suggest": { - "symfony/service-implementation": "" - }, "type": "library", "extra": { "thanks": { @@ -14341,13 +12861,16 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.5-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" - } + }, + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -14374,7 +12897,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.4" + "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" }, "funding": [ { @@ -14390,57 +12913,46 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:11:13+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { - "name": "symfony/translation", - "version": "v4.4.47", + "name": "symfony/string", + "version": "v6.4.21", "source": { "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94" + "url": "https://github.com/symfony/string.git", + "reference": "73e2c6966a5aef1d4892873ed5322245295370c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/45036b1d53accc48fe9bab71ccd86d57eba0dd94", - "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94", + "url": "https://api.github.com/repos/symfony/string/zipball/73e2c6966a5aef1d4892873ed5322245295370c6", + "reference": "73e2c6966a5aef1d4892873ed5322245295370c6", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation-contracts": "^1.1.6|^2" + "php": ">=8.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/config": "<3.4", - "symfony/dependency-injection": "<3.4", - "symfony/http-kernel": "<4.4", - "symfony/yaml": "<3.4" - }, - "provide": { - "symfony/translation-implementation": "1.0|2.0" + "symfony/translation-contracts": "<2.5" }, "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/console": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/finder": "~2.8|~3.0|~4.0|^5.0", - "symfony/http-kernel": "^4.4", - "symfony/intl": "^3.4|^4.0|^5.0", - "symfony/service-contracts": "^1.1.2|^2", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "psr/log-implementation": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/intl": "^6.2|^7.0", + "symfony/translation-contracts": "^2.5|^3.0", + "symfony/var-exporter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { + "files": [ + "Resources/functions.php" + ], "psr-4": { - "Symfony\\Component\\Translation\\": "" + "Symfony\\Component\\String\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -14452,18 +12964,26 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides tools to internationalize your application", + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], "support": { - "source": "https://github.com/symfony/translation/tree/v4.4.47" + "source": "https://github.com/symfony/string/tree/v6.4.21" }, "funding": [ { @@ -14479,27 +12999,24 @@ "type": "tidelift" } ], - "time": "2022-10-03T15:15:11+00:00" + "time": "2025-04-18T15:23:29+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.5.4", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "450d4172653f38818657022252f9d81be89ee9a8" + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/450d4172653f38818657022252f9d81be89ee9a8", - "reference": "450d4172653f38818657022252f9d81be89ee9a8", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c", + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c", "shasum": "" }, "require": { - "php": ">=7.2.5" - }, - "suggest": { - "symfony/translation-implementation": "" + "php": ">=8.1" }, "type": "library", "extra": { @@ -14508,13 +13025,16 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.5-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" - } + }, + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -14541,7 +13061,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.4" + "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1" }, "funding": [ { @@ -14557,69 +13077,59 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:11:13+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/validator", - "version": "v4.4.48", + "version": "v6.4.23", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "54781a4c41efbd283b779110bf8ae7f263737775" + "reference": "6506760ab57e7cda5bde9cdaed736526162284bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/54781a4c41efbd283b779110bf8ae7f263737775", - "reference": "54781a4c41efbd283b779110bf8ae7f263737775", + "url": "https://api.github.com/repos/symfony/validator/zipball/6506760ab57e7cda5bde9cdaed736526162284bc", + "reference": "6506760ab57e7cda5bde9cdaed736526162284bc", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation-contracts": "^1.1|^2" + "symfony/polyfill-php83": "^1.27", + "symfony/translation-contracts": "^2.5|^3" }, "conflict": { + "doctrine/annotations": "<1.13", "doctrine/lexer": "<1.1", - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/dependency-injection": "<3.4", - "symfony/http-kernel": "<4.4", - "symfony/intl": "<4.3", - "symfony/translation": ">=5.0", - "symfony/yaml": "<3.4" + "symfony/dependency-injection": "<5.4", + "symfony/expression-language": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/intl": "<5.4", + "symfony/property-info": "<5.4", + "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3|>=7.0,<7.0.3", + "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", - "doctrine/cache": "^1.0|^2.0", - "egulias/email-validator": "^2.1.10|^3", - "symfony/cache": "^3.4|^4.0|^5.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-client": "^4.3|^5.0", - "symfony/http-foundation": "^4.1|^5.0", - "symfony/http-kernel": "^4.4", - "symfony/intl": "^4.3|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^3.4|^4.0|^5.0", - "symfony/property-info": "^3.4|^4.0|^5.0", - "symfony/translation": "^4.2", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader.", - "egulias/email-validator": "Strict (RFC compliant) email validation", - "psr/cache-implementation": "For using the mapping cache.", - "symfony/config": "", - "symfony/expression-language": "For using the Expression validator", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For accessing properties within comparison constraints", - "symfony/property-info": "To automatically add NotNull and Type constraints", - "symfony/translation": "For translating validation errors.", - "symfony/yaml": "" + "doctrine/annotations": "^1.13|^2", + "egulias/email-validator": "^2.1.10|^3|^4", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/intl": "^5.4|^6.0|^7.0", + "symfony/mime": "^5.4|^6.0|^7.0", + "symfony/property-access": "^5.4|^6.0|^7.0", + "symfony/property-info": "^5.4|^6.0|^7.0", + "symfony/translation": "^5.4.35|~6.3.12|^6.4.3|^7.0.3", + "symfony/yaml": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -14627,7 +13137,8 @@ "Symfony\\Component\\Validator\\": "" }, "exclude-from-classmap": [ - "/Tests/" + "/Tests/", + "/Resources/bin/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -14647,7 +13158,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v4.4.48" + "source": "https://github.com/symfony/validator/tree/v6.4.23" }, "funding": [ { @@ -14663,43 +13174,39 @@ "type": "tidelift" } ], - "time": "2022-10-25T13:54:11+00:00" + "time": "2025-06-26T07:25:45+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.48", + "version": "v6.4.23", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "42f18f170aa86d612c3559cfb3bd11a375df32c8" + "reference": "d55b1834cdbfcc31bc2cd7e095ba5ed9a88f6600" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/42f18f170aa86d612c3559cfb3bd11a375df32c8", - "reference": "42f18f170aa86d612c3559cfb3bd11a375df32c8", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d55b1834cdbfcc31bc2cd7e095ba5ed9a88f6600", + "reference": "d55b1834cdbfcc31bc2cd7e095ba5ed9a88f6600", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/console": "<4.4" + "symfony/console": "<5.4" }, "require-dev": { "ext-iconv": "*", - "symfony/console": "^4.4|^5.0|^6.0", - "symfony/http-kernel": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^6.3|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/uid": "^5.4|^6.0|^7.0", "twig/twig": "^2.13|^3.0.4" }, - "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" - }, "bin": [ "Resources/bin/var-dump-server" ], @@ -14736,7 +13243,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.48" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.23" }, "funding": [ { @@ -14752,35 +13259,113 @@ "type": "tidelift" } ], - "time": "2024-11-08T15:21:10+00:00" + "time": "2025-06-27T15:05:27+00:00" }, { - "name": "symfony/yaml", - "version": "v4.4.45", + "name": "symfony/var-exporter", + "version": "v6.4.22", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + "url": "https://github.com/symfony/var-exporter.git", + "reference": "f28cf841f5654955c9f88ceaf4b9dc29571988a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", - "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f28cf841f5654955c9f88ceaf4b9dc29571988a9", + "reference": "f28cf841f5654955c9f88ceaf4b9dc29571988a9", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/console": "<3.4" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { - "symfony/console": "^3.4|^4.0|^5.0" + "symfony/property-access": "^6.4|^7.0", + "symfony/serializer": "^6.4|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, + "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": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "lazy-loading", + "proxy", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v6.4.22" + }, + "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": "2025-05-14T13:00:13+00:00" + }, + { + "name": "symfony/yaml", + "version": "v6.4.23", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "93e29e0deb5f1b2e360adfb389a20d25eb81a27b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/93e29e0deb5f1b2e360adfb389a20d25eb81a27b", + "reference": "93e29e0deb5f1b2e360adfb389a20d25eb81a27b", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<5.4" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0|^7.0" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], "type": "library", "autoload": { "psr-4": { @@ -14807,7 +13392,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.45" + "source": "https://github.com/symfony/yaml/tree/v6.4.23" }, "funding": [ { @@ -14823,42 +13408,41 @@ "type": "tidelift" } ], - "time": "2022-08-02T15:47:23+00:00" + "time": "2025-06-03T06:46:12+00:00" }, { "name": "twig/twig", - "version": "v2.15.6", + "version": "v3.20.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "ad637405a828601a56f32ccab9a85541c4b66c9d" + "reference": "3468920399451a384bef53cf7996965f7cd40183" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/ad637405a828601a56f32ccab9a85541c4b66c9d", - "reference": "ad637405a828601a56f32ccab9a85541c4b66c9d", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/3468920399451a384bef53cf7996965f7cd40183", + "reference": "3468920399451a384bef53cf7996965f7cd40183", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1.0", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.8" + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^5.4.9|^6.3" + "phpstan/phpstan": "^2.0", + "psr/container": "^1.0|^2.0", + "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.15-dev" - } - }, "autoload": { - "psr-0": { - "Twig_": "lib/" - }, + "files": [ + "src/Resources/core.php", + "src/Resources/debug.php", + "src/Resources/escaper.php", + "src/Resources/string_loader.php" + ], "psr-4": { "Twig\\": "src/" } @@ -14891,7 +13475,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.15.6" + "source": "https://github.com/twigphp/Twig/tree/v3.20.0" }, "funding": [ { @@ -14903,89 +13487,36 @@ "type": "tidelift" } ], - "time": "2023-11-21T17:34:48+00:00" - }, - { - "name": "typo3/phar-stream-wrapper", - "version": "v3.1.8", - "source": { - "type": "git", - "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "a931b28f422a60052db85c0a84a05a366453b2c0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/a931b28f422a60052db85c0a84a05a366453b2c0", - "reference": "a931b28f422a60052db85c0a84a05a366453b2c0", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.0 || ~8.0 || ~8.1 || ~8.2 || ~8.3" - }, - "require-dev": { - "ext-xdebug": "*", - "phpspec/prophecy": "^1.10", - "symfony/phpunit-bridge": "^5.1" - }, - "suggest": { - "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "v3.x-dev" - } - }, - "autoload": { - "psr-4": { - "TYPO3\\PharStreamWrapper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Interceptors for PHP's native phar:// stream handling", - "homepage": "https://typo3.org/", - "keywords": [ - "phar", - "php", - "security", - "stream-wrapper" - ], - "support": { - "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues", - "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.8" - }, - "time": "2024-12-09T23:06:33+00:00" + "time": "2025-02-13T08:34:43+00:00" }, { "name": "webflo/drupal-finder", - "version": "1.2.2", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/webflo/drupal-finder.git", - "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee" + "reference": "73045060b0894c77962a10cff047f72872d8810c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee", - "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/73045060b0894c77962a10cff047f72872d8810c", + "reference": "73045060b0894c77962a10cff047f72872d8810c", "shasum": "" }, "require": { - "ext-json": "*" + "composer-runtime-api": "^2.2", + "php": ">=8.1" }, "require-dev": { "mikey179/vfsstream": "^1.6", - "phpunit/phpunit": "^4.8" + "phpunit/phpunit": "^10.4", + "symfony/process": "^6.4" }, "type": "library", "autoload": { - "classmap": [ - "src/DrupalFinder.php" - ] + "psr-4": { + "DrupalFinder\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -14997,134 +13528,25 @@ "email": "florian@webflo.org" } ], - "description": "Helper class to locate a Drupal installation from a given path.", + "description": "Helper class to locate a Drupal installation.", "support": { "issues": "https://github.com/webflo/drupal-finder/issues", - "source": "https://github.com/webflo/drupal-finder/tree/1.2.2" + "source": "https://github.com/webflo/drupal-finder/tree/1.3.1" }, - "time": "2020-10-27T09:42:17+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.11.0", - "source": { - "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "php": "^7.2 || ^8.0" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<4.6.1 || 4.6.2" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.13" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], - "support": { - "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.11.0" - }, - "time": "2022-06-03T18:03:27+00:00" - }, - { - "name": "webmozart/path-util", - "version": "2.3.0", - "source": { - "type": "git", - "url": "https://github.com/webmozart/path-util.git", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "webmozart/assert": "~1.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\PathUtil\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", - "support": { - "issues": "https://github.com/webmozart/path-util/issues", - "source": "https://github.com/webmozart/path-util/tree/2.3.0" - }, - "abandoned": "symfony/filesystem", - "time": "2015-12-17T08:42:14+00:00" + "time": "2024-06-28T13:45:36+00:00" }, { "name": "wikimedia/composer-merge-plugin", - "version": "v2.0.1", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/wikimedia/composer-merge-plugin.git", - "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912" + "reference": "a03d426c8e9fb2c9c569d9deeb31a083292788bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", - "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", + "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/a03d426c8e9fb2c9c569d9deeb31a083292788bc", + "reference": "a03d426c8e9fb2c9c569d9deeb31a083292788bc", "shasum": "" }, "require": { @@ -15133,16 +13555,19 @@ }, "require-dev": { "composer/composer": "^1.1||^2.0", - "php-parallel-lint/php-parallel-lint": "~1.1.0", + "ext-json": "*", + "mediawiki/mediawiki-phan-config": "0.11.1", + "php-parallel-lint/php-parallel-lint": "~1.3.1", + "phpspec/prophecy": "~1.15.0", "phpunit/phpunit": "^8.5||^9.0", - "squizlabs/php_codesniffer": "~3.5.4" + "squizlabs/php_codesniffer": "~3.7.1" }, "type": "composer-plugin", "extra": { + "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin", "branch-alias": { "dev-master": "2.x-dev" - }, - "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin" + } }, "autoload": { "psr-4": { @@ -15162,26 +13587,26 @@ "description": "Composer plugin to merge multiple composer.json files", "support": { "issues": "https://github.com/wikimedia/composer-merge-plugin/issues", - "source": "https://github.com/wikimedia/composer-merge-plugin/tree/v2.0.1" + "source": "https://github.com/wikimedia/composer-merge-plugin/tree/v2.1.0" }, - "time": "2021-02-24T05:28:06+00:00" + "time": "2023-04-15T19:07:00+00:00" }, { "name": "willdurand/geocoder", - "version": "4.5.0", + "version": "4.6.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/php-common.git", - "reference": "b9a27dfbc06d012f4ff52b890fe52789e4978769" + "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/b9a27dfbc06d012f4ff52b890fe52789e4978769", - "reference": "b9a27dfbc06d012f4ff52b890fe52789e4978769", + "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1", + "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "nyholm/nsa": "^1.1", @@ -15224,9 +13649,9 @@ "geoip" ], "support": { - "source": "https://github.com/geocoder-php/php-common/tree/4.5.0" + "source": "https://github.com/geocoder-php/php-common/tree/4.6.0" }, - "time": "2022-01-07T14:44:30+00:00" + "time": "2022-07-30T11:09:43+00:00" } ], "packages-dev": [], @@ -15234,28 +13659,14 @@ "minimum-stability": "stable", "stability-flags": { "drupal/advanced_text_formatter": 5, - "drupal/bulkdelete": 20, "drupal/computed_token_field": 10, - "drupal/config_devel": 20, - "drupal/config_pages": 20, "drupal/config_update": 15, "drupal/context": 5, - "drupal/cshs": 20, "drupal/date_range_formatter": 20, "drupal/email_registration": 5, "drupal/entity_clone": 20, - "drupal/field_group": 20, - "drupal/filefield_sources": 20, - "drupal/filter_perms": 20, "drupal/inline_entity_form": 5, - "drupal/linkit": 10, - "drupal/maillog": 20, - "drupal/manage_display": 20, - "drupal/maxlength": 10, - "drupal/menu_block": 20, - "drupal/page_manager": 20, - "drupal/paragraphs": 20, - "drupal/path_alias_xt": 20, + "drupal/page_manager": 5, "drupal/pathologic": 15, "drupal/smtp": 10, "drupal/synonyms": 10, diff --git a/config/sync/admin_toolbar.settings.yml b/config/sync/admin_toolbar.settings.yml index 0a92b29..4720c3c 100644 --- a/config/sync/admin_toolbar.settings.yml +++ b/config/sync/admin_toolbar.settings.yml @@ -1,8 +1,7 @@ _core: default_config_hash: jvTSppzcgH5wnzBhX5xnAExcp2I1CzkQ_aky65XNfYI -langcode: fr +enable_toggle_shortcut: false menu_depth: 5 hoverintent_behavior: enabled: true timeout: 500 -enable_toggle_shortcut: false diff --git a/config/sync/administerusersbyrole.settings.yml b/config/sync/administerusersbyrole.settings.yml index 1b7d1c2..88a66fb 100644 --- a/config/sync/administerusersbyrole.settings.yml +++ b/config/sync/administerusersbyrole.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw -langcode: fr roles: user: perm editeur: perm diff --git a/config/sync/block.block.adminimal_theme_breadcrumbs.yml b/config/sync/block.block.adminimal_theme_breadcrumbs.yml index fe524d7..0b002ed 100644 --- a/config/sync/block.block.adminimal_theme_breadcrumbs.yml +++ b/config/sync/block.block.adminimal_theme_breadcrumbs.yml @@ -16,7 +16,7 @@ provider: null plugin: system_breadcrumb_block settings: id: system_breadcrumb_block - label: 'Fils d''ariane' + label: "Fils d'ariane" label_display: '0' provider: system visibility: { } diff --git a/config/sync/block.block.adminimal_theme_local_actions.yml b/config/sync/block.block.adminimal_theme_local_actions.yml index cc8f092..72195cf 100644 --- a/config/sync/block.block.adminimal_theme_local_actions.yml +++ b/config/sync/block.block.adminimal_theme_local_actions.yml @@ -14,7 +14,7 @@ provider: null plugin: local_actions_block settings: id: local_actions_block - label: 'Actions d''administration principales' + label: "Actions d'administration principales" label_display: '0' provider: core visibility: { } diff --git a/config/sync/block_class.settings.yml b/config/sync/block_class.settings.yml index 92d761f..2b07605 100644 --- a/config/sync/block_class.settings.yml +++ b/config/sync/block_class.settings.yml @@ -1,4 +1,3 @@ -langcode: fr maxlength_block_class_field: 255 field_type: multiple_textfields default_case: standard diff --git a/config/sync/block_content.type.custom.yml b/config/sync/block_content.type.custom.yml index e039f30..112aaa1 100644 --- a/config/sync/block_content.type.custom.yml +++ b/config/sync/block_content.type.custom.yml @@ -4,5 +4,5 @@ status: true dependencies: { } id: custom label: custom -revision: 0 +revision: false description: '' diff --git a/config/sync/block_content.type.link.yml b/config/sync/block_content.type.link.yml index 5dc9f1b..3dd394e 100644 --- a/config/sync/block_content.type.link.yml +++ b/config/sync/block_content.type.link.yml @@ -4,5 +4,5 @@ status: true dependencies: { } id: link label: link -revision: 0 +revision: false description: '' diff --git a/config/sync/block_content.type.logo_block.yml b/config/sync/block_content.type.logo_block.yml index 57fddfe..72078b9 100644 --- a/config/sync/block_content.type.logo_block.yml +++ b/config/sync/block_content.type.logo_block.yml @@ -4,5 +4,5 @@ status: true dependencies: { } id: logo_block label: 'logo block' -revision: 0 +revision: false description: '' diff --git a/config/sync/config_devel.settings.yml b/config/sync/config_devel.settings.yml index e5e0580..81fc12f 100644 --- a/config/sync/config_devel.settings.yml +++ b/config/sync/config_devel.settings.yml @@ -1,5 +1,4 @@ _core: default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o -langcode: fr auto_import: { } auto_export: { } diff --git a/config/sync/config_ignore.settings.yml b/config/sync/config_ignore.settings.yml index 990de63..1a39ccd 100644 --- a/config/sync/config_ignore.settings.yml +++ b/config/sync/config_ignore.settings.yml @@ -1,5 +1,4 @@ _core: default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk -langcode: fr mode: simple ignored_config_entities: { } diff --git a/config/sync/contact.settings.yml b/config/sync/contact.settings.yml index a7000f5..1c949a6 100644 --- a/config/sync/contact.settings.yml +++ b/config/sync/contact.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8 -langcode: fr default_form: feedback flood: limit: 5 diff --git a/config/sync/content_lock.settings.yml b/config/sync/content_lock.settings.yml index 54b8e05..7112ca9 100644 --- a/config/sync/content_lock.settings.yml +++ b/config/sync/content_lock.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8 -langcode: fr verbose: 0 types: contact_message: { } diff --git a/config/sync/content_lock_timeout.settings.yml b/config/sync/content_lock_timeout.settings.yml index 8903494..da2fd0a 100644 --- a/config/sync/content_lock_timeout.settings.yml +++ b/config/sync/content_lock_timeout.settings.yml @@ -1,5 +1,4 @@ _core: default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ -langcode: fr content_lock_timeout_minutes: '30' content_lock_timeout_on_edit: 0 diff --git a/config/sync/core.base_field_override.node.actualite.promote.yml b/config/sync/core.base_field_override.node.actualite.promote.yml index da858b4..ac23105 100644 --- a/config/sync/core.base_field_override.node.actualite.promote.yml +++ b/config/sync/core.base_field_override.node.actualite.promote.yml @@ -8,7 +8,7 @@ id: node.actualite.promote field_name: promote entity_type: node bundle: actualite -label: 'Promu en page d''accueil' +label: "Promu en page d'accueil" description: '' required: false translatable: true diff --git a/config/sync/core.base_field_override.node.offre_de_service.promote.yml b/config/sync/core.base_field_override.node.offre_de_service.promote.yml index 88c5629..bbdeafb 100644 --- a/config/sync/core.base_field_override.node.offre_de_service.promote.yml +++ b/config/sync/core.base_field_override.node.offre_de_service.promote.yml @@ -8,7 +8,7 @@ id: node.offre_de_service.promote field_name: promote entity_type: node bundle: offre_de_service -label: 'Promu en page d''accueil' +label: "Promu en page d'accueil" description: '' required: false translatable: true diff --git a/config/sync/core.base_field_override.node.partenaires_logo_footer_.promote.yml b/config/sync/core.base_field_override.node.partenaires_logo_footer_.promote.yml index b78bc49..ab514f0 100644 --- a/config/sync/core.base_field_override.node.partenaires_logo_footer_.promote.yml +++ b/config/sync/core.base_field_override.node.partenaires_logo_footer_.promote.yml @@ -8,7 +8,7 @@ id: node.partenaires_logo_footer_.promote field_name: promote entity_type: node bundle: partenaires_logo_footer_ -label: 'Promu en page d''accueil' +label: "Promu en page d'accueil" description: '' required: false translatable: true diff --git a/config/sync/core.base_field_override.node.projet.promote.yml b/config/sync/core.base_field_override.node.projet.promote.yml index b8b24d9..928c6d4 100644 --- a/config/sync/core.base_field_override.node.projet.promote.yml +++ b/config/sync/core.base_field_override.node.projet.promote.yml @@ -8,7 +8,7 @@ id: node.projet.promote field_name: promote entity_type: node bundle: projet -label: 'Promu en page d''accueil' +label: "Promu en page d'accueil" description: '' required: false translatable: true diff --git a/config/sync/core.base_field_override.node.question_reponse.promote.yml b/config/sync/core.base_field_override.node.question_reponse.promote.yml index 3376da6..9c2c850 100644 --- a/config/sync/core.base_field_override.node.question_reponse.promote.yml +++ b/config/sync/core.base_field_override.node.question_reponse.promote.yml @@ -8,7 +8,7 @@ id: node.question_reponse.promote field_name: promote entity_type: node bundle: question_reponse -label: 'Promu en page d''accueil' +label: "Promu en page d'accueil" description: '' required: false translatable: true diff --git a/config/sync/core.base_field_override.node.ressource.promote.yml b/config/sync/core.base_field_override.node.ressource.promote.yml index 2575ce6..8343391 100644 --- a/config/sync/core.base_field_override.node.ressource.promote.yml +++ b/config/sync/core.base_field_override.node.ressource.promote.yml @@ -8,7 +8,7 @@ id: node.ressource.promote field_name: promote entity_type: node bundle: ressource -label: 'Promu en page d''accueil' +label: "Promu en page d'accueil" description: '' required: false translatable: true diff --git a/config/sync/core.base_field_override.node.static.promote.yml b/config/sync/core.base_field_override.node.static.promote.yml index 3f87e28..dcfbea6 100644 --- a/config/sync/core.base_field_override.node.static.promote.yml +++ b/config/sync/core.base_field_override.node.static.promote.yml @@ -10,7 +10,7 @@ id: node.static.promote field_name: promote entity_type: node bundle: static -label: 'Promu en page d''accueil' +label: "Promu en page d'accueil" description: '' required: false translatable: true diff --git a/config/sync/core.entity_form_display.node.ressource.default.yml b/config/sync/core.entity_form_display.node.ressource.default.yml index 23c8eba..927059a 100644 --- a/config/sync/core.entity_form_display.node.ressource.default.yml +++ b/config/sync/core.entity_form_display.node.ressource.default.yml @@ -277,7 +277,7 @@ content: min_length: 0 delimiter: '' not_found_message_allow: false - not_found_message: 'The term ''@term'' will be added' + 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.' third_party_settings: { } diff --git a/config/sync/core.entity_form_mode.user.register.yml b/config/sync/core.entity_form_mode.user.register.yml index ebf2817..b930ef1 100644 --- a/config/sync/core.entity_form_mode.user.register.yml +++ b/config/sync/core.entity_form_mode.user.register.yml @@ -7,6 +7,7 @@ dependencies: _core: default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI id: user.register -label: 'S''inscrire' +label: "S'inscrire" +description: '' targetEntityType: user cache: true diff --git a/config/sync/core.entity_view_display.node.actualite.default.yml b/config/sync/core.entity_view_display.node.actualite.default.yml index 9f2f5f3..15a0a96 100644 --- a/config/sync/core.entity_view_display.node.actualite.default.yml +++ b/config/sync/core.entity_view_display.node.actualite.default.yml @@ -133,7 +133,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: 1 diff --git a/config/sync/core.entity_view_display.node.actualite.teaser.yml b/config/sync/core.entity_view_display.node.actualite.teaser.yml index e5616f0..c2e29ff 100644 --- a/config/sync/core.entity_view_display.node.actualite.teaser.yml +++ b/config/sync/core.entity_view_display.node.actualite.teaser.yml @@ -78,7 +78,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: 0 diff --git a/config/sync/core.entity_view_display.node.offre_de_service.default.yml b/config/sync/core.entity_view_display.node.offre_de_service.default.yml index 96b08b3..34e41ce 100644 --- a/config/sync/core.entity_view_display.node.offre_de_service.default.yml +++ b/config/sync/core.entity_view_display.node.offre_de_service.default.yml @@ -139,7 +139,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: -50 diff --git a/config/sync/core.entity_view_display.node.projet.default.yml b/config/sync/core.entity_view_display.node.projet.default.yml index 100ea31..a97afee 100644 --- a/config/sync/core.entity_view_display.node.projet.default.yml +++ b/config/sync/core.entity_view_display.node.projet.default.yml @@ -187,7 +187,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: -50 diff --git a/config/sync/core.entity_view_display.node.projet.teaser.yml b/config/sync/core.entity_view_display.node.projet.teaser.yml index 207a29f..558ea41 100644 --- a/config/sync/core.entity_view_display.node.projet.teaser.yml +++ b/config/sync/core.entity_view_display.node.projet.teaser.yml @@ -95,7 +95,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: 1 diff --git a/config/sync/core.entity_view_display.node.question_reponse.default.yml b/config/sync/core.entity_view_display.node.question_reponse.default.yml index c9b77fe..57e28f4 100644 --- a/config/sync/core.entity_view_display.node.question_reponse.default.yml +++ b/config/sync/core.entity_view_display.node.question_reponse.default.yml @@ -66,7 +66,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: 0 diff --git a/config/sync/core.entity_view_display.node.question_reponse.teaser.yml b/config/sync/core.entity_view_display.node.question_reponse.teaser.yml index 268328a..21b8b5e 100644 --- a/config/sync/core.entity_view_display.node.question_reponse.teaser.yml +++ b/config/sync/core.entity_view_display.node.question_reponse.teaser.yml @@ -27,7 +27,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: -50 diff --git a/config/sync/core.entity_view_display.node.ressource.default.yml b/config/sync/core.entity_view_display.node.ressource.default.yml index 1753a29..81b636d 100644 --- a/config/sync/core.entity_view_display.node.ressource.default.yml +++ b/config/sync/core.entity_view_display.node.ressource.default.yml @@ -168,7 +168,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: 0 diff --git a/config/sync/core.entity_view_display.node.ressource.sidebar.yml b/config/sync/core.entity_view_display.node.ressource.sidebar.yml index 05452d4..6d781ed 100644 --- a/config/sync/core.entity_view_display.node.ressource.sidebar.yml +++ b/config/sync/core.entity_view_display.node.ressource.sidebar.yml @@ -87,7 +87,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: 1 diff --git a/config/sync/core.entity_view_display.node.ressource.teaser.yml b/config/sync/core.entity_view_display.node.ressource.teaser.yml index 275a0d5..62b1e95 100644 --- a/config/sync/core.entity_view_display.node.ressource.teaser.yml +++ b/config/sync/core.entity_view_display.node.ressource.teaser.yml @@ -117,7 +117,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: 3 diff --git a/config/sync/core.entity_view_display.node.static.default.yml b/config/sync/core.entity_view_display.node.static.default.yml index b90008a..13bbd75 100644 --- a/config/sync/core.entity_view_display.node.static.default.yml +++ b/config/sync/core.entity_view_display.node.static.default.yml @@ -126,7 +126,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: 0 diff --git a/config/sync/core.entity_view_display.node.static.teaser.yml b/config/sync/core.entity_view_display.node.static.teaser.yml index 2d90588..e14a213 100644 --- a/config/sync/core.entity_view_display.node.static.teaser.yml +++ b/config/sync/core.entity_view_display.node.static.teaser.yml @@ -54,7 +54,7 @@ content: type: title label: hidden settings: - linked: true + link_to_entity: true tag: h2 third_party_settings: { } weight: 1 diff --git a/config/sync/core.entity_view_mode.block.token.yml b/config/sync/core.entity_view_mode.block.token.yml index da43fd4..3b99ce6 100644 --- a/config/sync/core.entity_view_mode.block.token.yml +++ b/config/sync/core.entity_view_mode.block.token.yml @@ -8,5 +8,6 @@ _core: default_config_hash: AJ4KPUipTz1VsDPfMT_D9pamgbfXUJBgvYVel4P1DHE id: block.token label: 'Jeton (token)' +description: '' targetEntityType: block cache: true diff --git a/config/sync/core.entity_view_mode.block_content.full.yml b/config/sync/core.entity_view_mode.block_content.full.yml index 116014c..c187a2d 100644 --- a/config/sync/core.entity_view_mode.block_content.full.yml +++ b/config/sync/core.entity_view_mode.block_content.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg id: block_content.full label: Full +description: '' targetEntityType: block_content cache: true diff --git a/config/sync/core.entity_view_mode.config_pages.docs.yml b/config/sync/core.entity_view_mode.config_pages.docs.yml index 205dbe5..81bc5dc7 100644 --- a/config/sync/core.entity_view_mode.config_pages.docs.yml +++ b/config/sync/core.entity_view_mode.config_pages.docs.yml @@ -6,5 +6,6 @@ dependencies: - config_pages id: config_pages.docs label: Docs +description: '' targetEntityType: config_pages cache: true diff --git a/config/sync/core.entity_view_mode.config_pages.full.yml b/config/sync/core.entity_view_mode.config_pages.full.yml index 0f5d1c4..7ab29e4 100644 --- a/config/sync/core.entity_view_mode.config_pages.full.yml +++ b/config/sync/core.entity_view_mode.config_pages.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0 id: config_pages.full label: Full +description: '' targetEntityType: config_pages cache: true diff --git a/config/sync/core.entity_view_mode.config_pages.intro.yml b/config/sync/core.entity_view_mode.config_pages.intro.yml index 08a6218..de3bbbb 100644 --- a/config/sync/core.entity_view_mode.config_pages.intro.yml +++ b/config/sync/core.entity_view_mode.config_pages.intro.yml @@ -6,5 +6,6 @@ dependencies: - config_pages id: config_pages.intro label: Intro +description: '' targetEntityType: config_pages cache: true diff --git a/config/sync/core.entity_view_mode.config_pages.toc.yml b/config/sync/core.entity_view_mode.config_pages.toc.yml index bef93b0..6189d41 100644 --- a/config/sync/core.entity_view_mode.config_pages.toc.yml +++ b/config/sync/core.entity_view_mode.config_pages.toc.yml @@ -6,5 +6,6 @@ dependencies: - config_pages id: config_pages.toc label: Toc +description: '' targetEntityType: config_pages cache: true diff --git a/config/sync/core.entity_view_mode.contact_message.token.yml b/config/sync/core.entity_view_mode.contact_message.token.yml index e502ef0..47bcbeb 100644 --- a/config/sync/core.entity_view_mode.contact_message.token.yml +++ b/config/sync/core.entity_view_mode.contact_message.token.yml @@ -8,5 +8,6 @@ _core: default_config_hash: X-u-oHfskJg3f8koTCKJndfJyBWavJ5aWeHGYn2arnE id: contact_message.token label: 'Jeton (token)' +description: '' targetEntityType: contact_message cache: true diff --git a/config/sync/core.entity_view_mode.file.token.yml b/config/sync/core.entity_view_mode.file.token.yml index d2dfd43..0ea7fc5 100644 --- a/config/sync/core.entity_view_mode.file.token.yml +++ b/config/sync/core.entity_view_mode.file.token.yml @@ -8,5 +8,6 @@ _core: default_config_hash: T6IiNXJhdrBudWJ_guxnUz3p71T0lFcidLSTM9VlFl8 id: file.token label: 'Jeton (token)' +description: '' targetEntityType: file cache: true diff --git a/config/sync/core.entity_view_mode.menu_link_content.token.yml b/config/sync/core.entity_view_mode.menu_link_content.token.yml index 5bd24f4..c49ae5d 100644 --- a/config/sync/core.entity_view_mode.menu_link_content.token.yml +++ b/config/sync/core.entity_view_mode.menu_link_content.token.yml @@ -8,5 +8,6 @@ _core: default_config_hash: TTHbJnnmzx02KP2FNkAlzqP_BFdKZwAVb8hfUbRbxuk id: menu_link_content.token label: 'Jeton (token)' +description: '' targetEntityType: menu_link_content cache: true diff --git a/config/sync/core.entity_view_mode.node.annuaire_de_recherche.yml b/config/sync/core.entity_view_mode.node.annuaire_de_recherche.yml index a0b9b75..4bde668 100644 --- a/config/sync/core.entity_view_mode.node.annuaire_de_recherche.yml +++ b/config/sync/core.entity_view_mode.node.annuaire_de_recherche.yml @@ -6,5 +6,6 @@ dependencies: - node id: node.annuaire_de_recherche label: 'Annuaire de recherche' +description: '' targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.node.full.yml b/config/sync/core.entity_view_mode.node.full.yml index aa9c596..5d6ce0a 100644 --- a/config/sync/core.entity_view_mode.node.full.yml +++ b/config/sync/core.entity_view_mode.node.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk id: node.full label: 'Contenu complet' +description: '' targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.node.logo.yml b/config/sync/core.entity_view_mode.node.logo.yml index f9e3e9a..36b7d72 100644 --- a/config/sync/core.entity_view_mode.node.logo.yml +++ b/config/sync/core.entity_view_mode.node.logo.yml @@ -6,5 +6,6 @@ dependencies: - node id: node.logo label: logo +description: '' targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.node.rss.yml b/config/sync/core.entity_view_mode.node.rss.yml index 68985b4..14f9b27 100644 --- a/config/sync/core.entity_view_mode.node.rss.yml +++ b/config/sync/core.entity_view_mode.node.rss.yml @@ -8,5 +8,6 @@ _core: default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU id: node.rss label: RSS +description: '' targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.node.search_index.yml b/config/sync/core.entity_view_mode.node.search_index.yml index 0bb41db..68d803f 100644 --- a/config/sync/core.entity_view_mode.node.search_index.yml +++ b/config/sync/core.entity_view_mode.node.search_index.yml @@ -8,5 +8,6 @@ _core: default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY id: node.search_index label: 'Index de recherche' +description: '' targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.node.search_result.yml b/config/sync/core.entity_view_mode.node.search_result.yml index 7e5d6d7..07359c3 100644 --- a/config/sync/core.entity_view_mode.node.search_result.yml +++ b/config/sync/core.entity_view_mode.node.search_result.yml @@ -8,5 +8,6 @@ _core: default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM id: node.search_result label: 'RĂ©sultat de recherche mettant en Ă©vidence la saisie' +description: '' targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.node.sidebar.yml b/config/sync/core.entity_view_mode.node.sidebar.yml index d903fd9..ba1fa5b 100644 --- a/config/sync/core.entity_view_mode.node.sidebar.yml +++ b/config/sync/core.entity_view_mode.node.sidebar.yml @@ -6,5 +6,6 @@ dependencies: - node id: node.sidebar label: Sidebar +description: '' targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.node.teaser.yml b/config/sync/core.entity_view_mode.node.teaser.yml index 0abd774..348f7f8 100644 --- a/config/sync/core.entity_view_mode.node.teaser.yml +++ b/config/sync/core.entity_view_mode.node.teaser.yml @@ -8,5 +8,6 @@ _core: default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4 id: node.teaser label: Accroche +description: '' targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.node.token.yml b/config/sync/core.entity_view_mode.node.token.yml index a41defe..ffc1ebf 100644 --- a/config/sync/core.entity_view_mode.node.token.yml +++ b/config/sync/core.entity_view_mode.node.token.yml @@ -8,5 +8,6 @@ _core: default_config_hash: vIX64lRX14_lPePewHfWVFSyTfJt0Yh-Lja05UgP8N0 id: node.token label: 'Jeton (token)' +description: '' targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.paragraph.preview.yml b/config/sync/core.entity_view_mode.paragraph.preview.yml index 89d7183..a217fce 100644 --- a/config/sync/core.entity_view_mode.paragraph.preview.yml +++ b/config/sync/core.entity_view_mode.paragraph.preview.yml @@ -8,5 +8,6 @@ _core: default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg id: paragraph.preview label: Preview +description: '' targetEntityType: paragraph cache: true diff --git a/config/sync/core.entity_view_mode.paragraph.textes_toc.yml b/config/sync/core.entity_view_mode.paragraph.textes_toc.yml index 760d576..2373a77 100644 --- a/config/sync/core.entity_view_mode.paragraph.textes_toc.yml +++ b/config/sync/core.entity_view_mode.paragraph.textes_toc.yml @@ -6,5 +6,6 @@ dependencies: - paragraphs id: paragraph.textes_toc label: 'textes TOC' +description: '' targetEntityType: paragraph cache: true diff --git a/config/sync/core.entity_view_mode.path_alias.token.yml b/config/sync/core.entity_view_mode.path_alias.token.yml index 358213a..6c76fa3 100644 --- a/config/sync/core.entity_view_mode.path_alias.token.yml +++ b/config/sync/core.entity_view_mode.path_alias.token.yml @@ -6,5 +6,6 @@ dependencies: - path_alias id: path_alias.token label: Token +description: '' targetEntityType: path_alias cache: true diff --git a/config/sync/core.entity_view_mode.taxonomy_term.full.yml b/config/sync/core.entity_view_mode.taxonomy_term.full.yml index e910276..7f76a2e 100644 --- a/config/sync/core.entity_view_mode.taxonomy_term.full.yml +++ b/config/sync/core.entity_view_mode.taxonomy_term.full.yml @@ -7,6 +7,7 @@ dependencies: _core: default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE' id: taxonomy_term.full -label: 'Page d''un terme de taxonomie' +label: "Page d'un terme de taxonomie" +description: '' targetEntityType: taxonomy_term cache: true diff --git a/config/sync/core.entity_view_mode.taxonomy_term.token.yml b/config/sync/core.entity_view_mode.taxonomy_term.token.yml index 257835d..218d020 100644 --- a/config/sync/core.entity_view_mode.taxonomy_term.token.yml +++ b/config/sync/core.entity_view_mode.taxonomy_term.token.yml @@ -8,5 +8,6 @@ _core: default_config_hash: AQZt3mTM-HGFLxai2IPOFFyGtOVC-P26IQaOLYmI1b8 id: taxonomy_term.token label: 'Jeton (token)' +description: '' targetEntityType: taxonomy_term cache: true diff --git a/config/sync/core.entity_view_mode.user.compact.yml b/config/sync/core.entity_view_mode.user.compact.yml index 9ba2bd2..8874888 100644 --- a/config/sync/core.entity_view_mode.user.compact.yml +++ b/config/sync/core.entity_view_mode.user.compact.yml @@ -8,5 +8,6 @@ _core: default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g id: user.compact label: Compact +description: '' targetEntityType: user cache: true diff --git a/config/sync/core.entity_view_mode.user.full.yml b/config/sync/core.entity_view_mode.user.full.yml index 3b1f9ae..7912282 100644 --- a/config/sync/core.entity_view_mode.user.full.yml +++ b/config/sync/core.entity_view_mode.user.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM id: user.full label: 'Compte utilisateur' +description: '' targetEntityType: user cache: true diff --git a/config/sync/core.entity_view_mode.user.token.yml b/config/sync/core.entity_view_mode.user.token.yml index b0c8524..0c5aa17 100644 --- a/config/sync/core.entity_view_mode.user.token.yml +++ b/config/sync/core.entity_view_mode.user.token.yml @@ -8,5 +8,6 @@ _core: default_config_hash: Ta5_n_jXyfP3WcRw_Rmp1QPg-aSHbXzg3_Qr5UE1ieY id: user.token label: 'Jeton (token)' +description: '' targetEntityType: user cache: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 46e8278..5466b2e 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -1,6 +1,5 @@ _core: default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc -langcode: fr module: actions_permissions: 0 address: 0 @@ -17,8 +16,7 @@ module: block_class: 0 block_content: 0 breakpoint: 0 - bulkdelete: 0 - ckeditor: 0 + ckeditor5: 0 computed_field: 0 computed_token_field: 0 config: 0 @@ -34,7 +32,6 @@ module: context: 0 context_ui: 0 contextual: 0 - cshs: 0 ctools: 0 ctools_block: 0 ctools_views: 0 @@ -70,9 +67,6 @@ module: image_field_caption: 0 inline_entity_form: 0 jquery_ui: 0 - jquery_ui_button: 0 - jquery_ui_checkboxradio: 0 - jquery_ui_controlgroup: 0 jquery_ui_datepicker: 0 jquery_ui_slider: 0 jquery_ui_touch_punch: 0 @@ -87,7 +81,6 @@ module: link_attributes: 0 linkit: 0 locale: 0 - maillog: 0 mailsystem: 0 matomo: 0 maxlength: 0 @@ -100,13 +93,12 @@ module: page_cache: 0 page_manager: 0 page_manager_ui: 0 - pagerer: 0 panels: 0 path: 0 path_alias: 0 - path_alias_xt: 0 pathologic: 0 persistent_login: 0 + phpass: 0 redirect: 0 redis: 0 responsive_image: 0 @@ -125,7 +117,6 @@ module: translation_views: 0 update: 0 upgrade_status: 0 - url_to_video_filter: 0 user: 0 video_embed_field: 0 views_bulk_edit: 0 @@ -136,7 +127,6 @@ module: webform: 0 webform_ui: 0 extlink: 1 - filefield_sources: 1 manage_display: 1 menu_admin_per_menu: 1 pathauto: 1 diff --git a/config/sync/core.menu.static_menu_link_overrides.yml b/config/sync/core.menu.static_menu_link_overrides.yml index a0ccdd9..917d880 100644 --- a/config/sync/core.menu.static_menu_link_overrides.yml +++ b/config/sync/core.menu.static_menu_link_overrides.yml @@ -1,6 +1,5 @@ _core: default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM -langcode: fr definitions: system__admin_structure: menu_name: admin diff --git a/config/sync/dblog.settings.yml b/config/sync/dblog.settings.yml index 33ef139..fbd17ea 100644 --- a/config/sync/dblog.settings.yml +++ b/config/sync/dblog.settings.yml @@ -1,4 +1,3 @@ _core: default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 -langcode: fr row_limit: 1000 diff --git a/config/sync/devel.settings.yml b/config/sync/devel.settings.yml index 1b3fe95..5ef4f44 100644 --- a/config/sync/devel.settings.yml +++ b/config/sync/devel.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI -langcode: fr page_alter: false raw_names: false error_handlers: diff --git a/config/sync/devel.toolbar.settings.yml b/config/sync/devel.toolbar.settings.yml index a8b4e5b..8b603c1 100644 --- a/config/sync/devel.toolbar.settings.yml +++ b/config/sync/devel.toolbar.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: IDzCy0l7vH5sENShziSE_TwGo7oDfS1yB4c26KU6WnE -langcode: fr toolbar_items: - devel.cache_clear - devel.phpinfo diff --git a/config/sync/editor.editor.webform_default.yml b/config/sync/editor.editor.webform_default.yml new file mode 100644 index 0000000..5f8eb03 --- /dev/null +++ b/config/sync/editor.editor.webform_default.yml @@ -0,0 +1,50 @@ +uuid: 63cd7f9f-3e2c-427b-87fb-4572c2e1ddf5 +langcode: en +status: true +dependencies: + config: + - filter.format.webform_default + module: + - ckeditor5 +format: webform_default +editor: ckeditor5 +settings: + toolbar: + items: + - heading + - '|' + - bold + - italic + - subscript + - superscript + - '|' + - specialCharacters + - '|' + - numberedList + - bulletedList + - '|' + - link + - '|' + - indent + - outdent + - '|' + - blockQuote + - '|' + - sourceEditing + plugins: + ckeditor5_heading: + enabled_headings: + - heading2 + - heading3 + - heading4 + - heading5 + - heading6 + ckeditor5_list: + properties: + reversed: true + startIndex: true + multiBlock: true + ckeditor5_sourceEditing: + allowed_tags: { } +image_upload: + status: false diff --git a/config/sync/editor.editor.wysiwyg.yml b/config/sync/editor.editor.wysiwyg.yml index 8427bca..cdebb03 100644 --- a/config/sync/editor.editor.wysiwyg.yml +++ b/config/sync/editor.editor.wysiwyg.yml @@ -1,64 +1,53 @@ -uuid: 0b448044-22d4-49e6-9d45-d849b3b4d154 +uuid: cb09e5e1-dbca-45f6-a4be-c2e2debac9a9 langcode: fr status: true dependencies: config: - filter.format.wysiwyg module: - - ckeditor -_core: - default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs + - ckeditor5 format: wysiwyg -editor: ckeditor +editor: ckeditor5 settings: toolbar: - rows: - - - - - name: Formats - items: - - Styles - - Bold - - Italic - - Underline - - - name: Liens - items: - - DrupalLink - - DrupalUnlink - - - name: Listes - items: - - BulletedList - - NumberedList - - - name: MĂ©dia - items: - - Blockquote - - DrupalImage - - - name: Outils - items: - - Source - - - name: Copy/Paste - items: - - Copy - - Cut - - Paste - - PasteText - - PasteFromWord + items: + - style + - bold + - italic + - underline + - '|' + - link + - '|' + - bulletedList + - numberedList + - '|' + - blockQuote + - drupalInsertImage + - '|' + - sourceEditing plugins: - drupallink: + ckeditor5_imageResize: + allow_resize: true + ckeditor5_list: + properties: + reversed: true + startIndex: true + multiBlock: true + ckeditor5_sourceEditing: + allowed_tags: { } + ckeditor5_style: + styles: + - + label: Inter-titre + element: '

' + linkit_extension: linkit_enabled: true linkit_profile: default - stylescombo: - styles: h4.inter-titre|Inter-titre image_upload: status: true scheme: public directory: wysiwyg-images - max_size: '' + max_size: null max_dimensions: width: null height: null diff --git a/config/sync/email_registration.settings.yml b/config/sync/email_registration.settings.yml index 7278b2b..5435825 100644 --- a/config/sync/email_registration.settings.yml +++ b/config/sync/email_registration.settings.yml @@ -1,5 +1,4 @@ _core: default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao -langcode: fr login_with_username: false require_username_on_registration: false diff --git a/config/sync/embed.settings.yml b/config/sync/embed.settings.yml index cfaa8c6..787a303 100644 --- a/config/sync/embed.settings.yml +++ b/config/sync/embed.settings.yml @@ -1,5 +1,4 @@ _core: default_config_hash: Ed6LXVlKotwVS4tx7_rnsL-6NlBoD-PLu3KFPAvpNMc -langcode: fr file_scheme: public upload_directory: embed_buttons diff --git a/config/sync/extlink.settings.yml b/config/sync/extlink.settings.yml index c40ff3f..27b56dd 100644 --- a/config/sync/extlink.settings.yml +++ b/config/sync/extlink.settings.yml @@ -3,17 +3,26 @@ _core: langcode: fr extlink_target: false extlink_target_no_override: false +extlink_title_no_override: false extlink_nofollow: false extlink_follow_no_override: false extlink_subdomains: true extlink_alert: false extlink_alert_text: 'Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.' +extlink_additional_link_classes: '' +extlink_additional_mailto_classes: '' +extlink_additional_tel_classes: '' extlink_exclude: '' extlink_include: '' +extlink_exclude_noreferrer: '' extlink_class: ext extlink_label: '(le lien est externe)' extlink_img_class: false extlink_css_exclude: '' +extlink_css_include: '' extlink_css_explicit: '' extlink_mailto_class: mailto extlink_mailto_label: '(link sends email)' +extlink_tel_class: '' +extlink_tel_label: '(link is a phone number)' +extlink_prevent_orphan: false diff --git a/config/sync/field.field.node.actualite.field_actu_type.yml b/config/sync/field.field.node.actualite.field_actu_type.yml index 1698d90..53dfb3e 100644 --- a/config/sync/field.field.node.actualite.field_actu_type.yml +++ b/config/sync/field.field.node.actualite.field_actu_type.yml @@ -10,7 +10,7 @@ id: node.actualite.field_actu_type field_name: field_actu_type entity_type: node bundle: actualite -label: 'Type d''actu' +label: "Type d'actu" description: '' required: true translatable: false diff --git a/config/sync/field.settings.yml b/config/sync/field.settings.yml index 886599c..2225b8f 100644 --- a/config/sync/field.settings.yml +++ b/config/sync/field.settings.yml @@ -1,4 +1,3 @@ _core: default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 -langcode: fr purge_batch_size: 50 diff --git a/config/sync/field.storage.node.field_region.yml b/config/sync/field.storage.node.field_region.yml index 825952b..10a5b62 100644 --- a/config/sync/field.storage.node.field_region.yml +++ b/config/sync/field.storage.node.field_region.yml @@ -49,7 +49,7 @@ settings: label: 'Pays de la Loire' - value: 12 - label: 'Provence-Alpes-CĂŽte d''Azur' + label: "Provence-Alpes-CĂŽte d'Azur" - value: 13 label: Guadeloupe diff --git a/config/sync/field_ui.settings.yml b/config/sync/field_ui.settings.yml index 0bc470f..bd5cf51 100644 --- a/config/sync/field_ui.settings.yml +++ b/config/sync/field_ui.settings.yml @@ -1,4 +1,3 @@ _core: default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs -langcode: fr field_prefix: field_ diff --git a/config/sync/file.settings.yml b/config/sync/file.settings.yml index 92982f7..9432f47 100644 --- a/config/sync/file.settings.yml +++ b/config/sync/file.settings.yml @@ -1,9 +1,15 @@ _core: default_config_hash: _5293QOM-Perj4qDT33F4EmNlI9Ge0bNd_WYrZilDPA -langcode: fr description: type: textfield length: 128 icon: directory: core/modules/file/icons make_unused_managed_files_temporary: false +filename_sanitization: + transliterate: false + replace_whitespace: false + replace_non_alphanumeric: false + deduplicate_separators: false + lowercase: false + replacement_character: '-' diff --git a/config/sync/filter.format.plain_text.yml b/config/sync/filter.format.plain_text.yml index 46afa58..aaf41ed 100644 --- a/config/sync/filter.format.plain_text.yml +++ b/config/sync/filter.format.plain_text.yml @@ -8,6 +8,12 @@ name: 'Texte brut' format: plain_text weight: 10 filters: + filter_autop: + id: filter_autop + provider: filter + status: true + weight: 0 + settings: { } filter_html_escape: id: filter_html_escape provider: filter @@ -21,9 +27,3 @@ filters: weight: 0 settings: filter_url_length: 72 - filter_autop: - id: filter_autop - provider: filter - status: true - weight: 0 - settings: { } diff --git a/config/sync/filter.format.webform_default.yml b/config/sync/filter.format.webform_default.yml new file mode 100644 index 0000000..104fc7a --- /dev/null +++ b/config/sync/filter.format.webform_default.yml @@ -0,0 +1,11 @@ +uuid: ac1217b3-4157-439e-9b6d-872de892e226 +langcode: fr +status: true +dependencies: + enforced: + module: + - webform +name: 'Webform (Default) - DO NOT EDIT' +format: webform_default +weight: 100 +filters: { } diff --git a/config/sync/filter.format.wysiwyg.yml b/config/sync/filter.format.wysiwyg.yml index f3fbd5a..6431ad5 100644 --- a/config/sync/filter.format.wysiwyg.yml +++ b/config/sync/filter.format.wysiwyg.yml @@ -4,7 +4,7 @@ status: true dependencies: module: - editor - - url_to_video_filter + - pathologic _core: default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g name: wysiwyg @@ -17,65 +17,72 @@ filters: status: true weight: -50 settings: { } - filter_html_image_secure: - id: filter_html_image_secure - provider: filter - status: true - weight: -48 - settings: { } - filter_url: - id: filter_url - provider: filter - status: true - weight: -45 - settings: - filter_url_length: 72 - filter_autop: - id: filter_autop - provider: filter - status: true - weight: -49 - settings: { } - filter_htmlcorrector: - id: filter_htmlcorrector - provider: filter - status: true - weight: -47 - settings: { } - filter_html: - id: filter_html - provider: filter - status: false - weight: -43 - settings: - allowed_html: '
    1.  

      ' - filter_html_help: true - filter_html_nofollow: false filter_align: id: filter_align provider: filter status: false weight: -41 settings: { } + filter_autop: + id: filter_autop + provider: filter + status: true + weight: -49 + settings: { } filter_caption: id: filter_caption provider: filter status: false weight: -40 settings: { } + filter_html: + id: filter_html + provider: filter + status: false + weight: -43 + settings: + allowed_html: '

      ' + filter_html_help: true + filter_html_nofollow: false filter_html_escape: id: filter_html_escape provider: filter status: false weight: -42 settings: { } - filter_url_to_video: - id: filter_url_to_video - provider: url_to_video_filter + filter_html_image_secure: + id: filter_html_image_secure + provider: filter status: true - weight: -46 + weight: -48 + settings: { } + filter_htmlcorrector: + id: filter_htmlcorrector + provider: filter + status: true + weight: -47 + settings: { } + filter_image_lazy_load: + id: filter_image_lazy_load + provider: filter + status: true + weight: -49 + settings: { } + filter_pathologic: + id: filter_pathologic + provider: pathologic + status: false + weight: 50 settings: - youtube: '1' - youtube_webp_preview: '0' - vimeo: '1' - autoload: '0' + settings_source: global + local_settings: + protocol_style: full + local_paths: '' + keep_language_prefix: true + filter_url: + id: filter_url + provider: filter + status: true + weight: -45 + settings: + filter_url_length: 72 diff --git a/config/sync/filter.settings.yml b/config/sync/filter.settings.yml index f530ffe..ec4903c 100644 --- a/config/sync/filter.settings.yml +++ b/config/sync/filter.settings.yml @@ -1,5 +1,4 @@ _core: default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM -langcode: fr fallback_format: plain_text always_show_fallback_choice: false diff --git a/config/sync/geocoder.settings.yml b/config/sync/geocoder.settings.yml index 4817487..48dffb7 100644 --- a/config/sync/geocoder.settings.yml +++ b/config/sync/geocoder.settings.yml @@ -1,5 +1,5 @@ _core: default_config_hash: 5P0QjCOMc-OzCEJUXsMfJWVEj_K97A4OFOhGqnb5Seg -langcode: fr geocoder_presave_disabled: false cache: true +queue: false diff --git a/config/sync/honeypot.settings.yml b/config/sync/honeypot.settings.yml index ac9759a..89841b5 100644 --- a/config/sync/honeypot.settings.yml +++ b/config/sync/honeypot.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw -langcode: fr protect_all_forms: false unprotected_forms: - user_login_form diff --git a/config/sync/image.settings.yml b/config/sync/image.settings.yml index 11720eb..5fbd8ba 100644 --- a/config/sync/image.settings.yml +++ b/config/sync/image.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: 7CnygMhc8yrEJGdPf_5QRmPsMvr4QoXlsmMo3te3nbw -langcode: fr preview_image: core/modules/image/sample.png allow_insecure_derivatives: false suppress_itok_output: false diff --git a/config/sync/language.mappings.yml b/config/sync/language.mappings.yml index e2da6ed..bdfaae2 100644 --- a/config/sync/language.mappings.yml +++ b/config/sync/language.mappings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: EMWe7Yu4Q5eD-NUfNuQAWGBvYUNZPIinztEtONSmsDc -langcode: fr map: 'no': nb pt: pt-pt diff --git a/config/sync/language.negotiation.yml b/config/sync/language.negotiation.yml index 5c8719c..bfd5e28 100644 --- a/config/sync/language.negotiation.yml +++ b/config/sync/language.negotiation.yml @@ -1,6 +1,5 @@ _core: default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM -langcode: fr session: parameter: language url: diff --git a/config/sync/language.types.yml b/config/sync/language.types.yml index 5c1b320..1808f38 100644 --- a/config/sync/language.types.yml +++ b/config/sync/language.types.yml @@ -1,6 +1,5 @@ _core: default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8 -langcode: fr all: - language_interface - language_content diff --git a/config/sync/locale.settings.yml b/config/sync/locale.settings.yml index 9c57d66..54902c0 100644 --- a/config/sync/locale.settings.yml +++ b/config/sync/locale.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: pefQIx7YdI1zQU_NSZMEY6gyZyFqvH3mhAFVYSeZjdg -langcode: fr cache_strings: true translate_english: false javascript: diff --git a/config/sync/maillog.settings.yml b/config/sync/maillog.settings.yml deleted file mode 100644 index 752fc8f..0000000 --- a/config/sync/maillog.settings.yml +++ /dev/null @@ -1,6 +0,0 @@ -_core: - default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI -langcode: fr -send: false -log: true -verbose: true diff --git a/config/sync/mailsystem.settings.yml b/config/sync/mailsystem.settings.yml index 9adfb0f..77640b6 100644 --- a/config/sync/mailsystem.settings.yml +++ b/config/sync/mailsystem.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s -langcode: fr theme: current defaults: sender: php_mail diff --git a/config/sync/matomo.settings.yml b/config/sync/matomo.settings.yml index c7343bb..880c163 100644 --- a/config/sync/matomo.settings.yml +++ b/config/sync/matomo.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY -langcode: fr site_id: '6' url_http: 'http://analytics.figureslibres.io/' url_https: 'https://analytics.figureslibres.io/' diff --git a/config/sync/menu_ui.settings.yml b/config/sync/menu_ui.settings.yml index 347bf05..d8455dd 100644 --- a/config/sync/menu_ui.settings.yml +++ b/config/sync/menu_ui.settings.yml @@ -1,4 +1,3 @@ _core: default_config_hash: ENUzSsLjtl0THWvptK2LZ7BJtRbb032hiy3VTvjR7Pw -langcode: fr override_parent_selector: false diff --git a/config/sync/node.settings.yml b/config/sync/node.settings.yml index e8d0810..911c9f0 100644 --- a/config/sync/node.settings.yml +++ b/config/sync/node.settings.yml @@ -1,4 +1,3 @@ _core: default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0 -langcode: fr use_admin_theme: true diff --git a/config/sync/node.type.actualite.yml b/config/sync/node.type.actualite.yml index 9667e05..55b5cfc 100644 --- a/config/sync/node.type.actualite.yml +++ b/config/sync/node.type.actualite.yml @@ -10,8 +10,8 @@ third_party_settings: parent: '' name: ActualitĂ© type: actualite -description: '' -help: '' +description: null +help: null new_revision: true preview_mode: 0 display_submitted: false diff --git a/config/sync/node.type.offre_de_service.yml b/config/sync/node.type.offre_de_service.yml index 8f58f47..6d2ace3 100644 --- a/config/sync/node.type.offre_de_service.yml +++ b/config/sync/node.type.offre_de_service.yml @@ -10,8 +10,8 @@ third_party_settings: parent: '' name: 'Offre de service' type: offre_de_service -description: '' -help: '' +description: null +help: null new_revision: false preview_mode: 1 display_submitted: true diff --git a/config/sync/node.type.partenaires_logo_footer_.yml b/config/sync/node.type.partenaires_logo_footer_.yml index 3dc7bfd..45606ec 100644 --- a/config/sync/node.type.partenaires_logo_footer_.yml +++ b/config/sync/node.type.partenaires_logo_footer_.yml @@ -11,7 +11,7 @@ third_party_settings: name: Partenaires type: partenaires_logo_footer_ description: 'Partennaires pour footer et annuaire' -help: '' +help: null new_revision: false preview_mode: 1 display_submitted: true diff --git a/config/sync/node.type.projet.yml b/config/sync/node.type.projet.yml index 0404000..99fcda9 100644 --- a/config/sync/node.type.projet.yml +++ b/config/sync/node.type.projet.yml @@ -11,8 +11,8 @@ third_party_settings: parent: 'main:' name: Projet type: projet -description: '' -help: '' +description: null +help: null new_revision: false preview_mode: 1 display_submitted: true diff --git a/config/sync/node.type.question_reponse.yml b/config/sync/node.type.question_reponse.yml index 14d70bc..8f38d58 100644 --- a/config/sync/node.type.question_reponse.yml +++ b/config/sync/node.type.question_reponse.yml @@ -10,8 +10,8 @@ third_party_settings: parent: '' name: 'question rĂ©ponse' type: question_reponse -description: '' -help: '' +description: null +help: null new_revision: false preview_mode: 1 display_submitted: true diff --git a/config/sync/node.type.ressource.yml b/config/sync/node.type.ressource.yml index c293399..1d23c17 100644 --- a/config/sync/node.type.ressource.yml +++ b/config/sync/node.type.ressource.yml @@ -10,8 +10,8 @@ third_party_settings: parent: '' name: Ressource type: ressource -description: '' -help: '' +description: null +help: null new_revision: true preview_mode: 1 display_submitted: false diff --git a/config/sync/node.type.static.yml b/config/sync/node.type.static.yml index e7e9348..25f200c 100644 --- a/config/sync/node.type.static.yml +++ b/config/sync/node.type.static.yml @@ -13,7 +13,7 @@ _core: name: Statique type: static description: 'Static Page' -help: '' +help: null new_revision: true preview_mode: 0 display_submitted: false diff --git a/config/sync/page_manager.page_variant.node_view-panels_variant-1.yml b/config/sync/page_manager.page_variant.node_view-panels_variant-1.yml index 34ea882..ed8acc6 100644 --- a/config/sync/page_manager.page_variant.node_view-panels_variant-1.yml +++ b/config/sync/page_manager.page_variant.node_view-panels_variant-1.yml @@ -178,7 +178,7 @@ variant_settings: uuid: 01ff0621-0f45-465b-b57f-96d5f37bc9ff ef21849c-33bc-4903-8803-eb031dcbe5fe: id: 'entity_field:node:field_actu_type' - label: 'Type d''actu' + label: "Type d'actu" label_display: '0' provider: ctools_block context_mapping: diff --git a/config/sync/pagerer.preset.default.yml b/config/sync/pagerer.preset.default.yml deleted file mode 100644 index 7295e88..0000000 --- a/config/sync/pagerer.preset.default.yml +++ /dev/null @@ -1,50 +0,0 @@ -uuid: 0833cf6f-6127-4117-a532-39f99467ba62 -langcode: fr -status: true -dependencies: { } -_core: - default_config_hash: iqELjKI7buiSyUfLs0cgSDbx7dvVI2StrGj0OaNLgSo -id: default -label: Default -panes: - left: - style: none - config: { } - center: - style: mini - config: - display: pages - display_restriction: 2 - prefix_display: true - suffix_display: true - first_link: always - previous_link: always - next_link: always - last_link: always - display_mode: widget - widget_resize: true - widget_button: auto - tags: - pages: - prefix_label: Page - suffix_label: 'of @total' - page_current: '@number' - page_current_title: 'Page courante' - page_current_reader: 'Page courante' - first: « - first_title: 'Aller Ă  la premiĂšre page' - first_reader: 'PremiĂšre page' - previous: â€č - previous_title: 'Aller Ă  la page prĂ©cĂ©dente' - previous_reader: 'Page prĂ©cĂ©dente' - next: â€ș - next_title: 'Aller Ă  la page suivante' - next_reader: 'Page suivante' - last: » - last_title: 'Aller Ă  la derniĂšre page' - last_reader: 'DerniĂšre page' - pageset_empty: 'No pages to display.' - widget_title: 'Enter page, then press Return.' - right: - style: none - config: { } diff --git a/config/sync/pagerer.settings.yml b/config/sync/pagerer.settings.yml deleted file mode 100644 index 1b2d042..0000000 --- a/config/sync/pagerer.settings.yml +++ /dev/null @@ -1,4 +0,0 @@ -_core: - default_config_hash: s5EG3R84ts1be1Extldumd9mVDIzXmlznK_DMK5GWT8 -langcode: fr -core_override_preset: core diff --git a/config/sync/pagerer.style.adaptive.yml b/config/sync/pagerer.style.adaptive.yml deleted file mode 100644 index b7cfb0b..0000000 --- a/config/sync/pagerer.style.adaptive.yml +++ /dev/null @@ -1,96 +0,0 @@ -_core: - default_config_hash: XqfeitZGhwKIz1gscA6pkmztUVl4yTyQkdQxhWCa9K0 -langcode: fr -default_config: - display: pages - display_restriction: 2 - prefix_display: false - suffix_display: false - first_link: never - previous_link: never - next_link: never - last_link: never - quantity: 5 - fl_breakers: true - display_mode: normal - separator_display: false - breaker_display: true - progr_links: relative - tags: - page_breaker: 
 - page_separator: '|' - pages: - prefix_label: Page - suffix_label: 'of @total' - page_current: '@number' - page_current_title: 'Page courante' - page_current_reader: 'Page courante' - first: « - first_title: 'Aller Ă  la premiĂšre page' - first_reader: 'PremiĂšre page' - previous: â€č - previous_title: 'Aller Ă  la page prĂ©cĂ©dente' - previous_reader: 'Page prĂ©cĂ©dente' - next: â€ș - next_title: 'Aller Ă  la page suivante' - next_reader: 'Page suivante' - last: » - last_title: 'Aller Ă  la derniĂšre page' - last_reader: 'DerniĂšre page' - pageset_empty: 'No pages to display.' - page_previous: '@number' - page_next: '@number' - page_title: 'Aller Ă  la page @number' - page_reader: Page - page_previous_relative: '-@offset' - page_next_relative: +@offset - items: - prefix_label: ÉlĂ©ment - suffix_label: 'of @total_items' - page_current: '@item' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: « - first_title: 'Go to first item' - first_reader: 'Premier Ă©lĂ©ment' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last item' - last_reader: 'Last item' - pageset_empty: 'No items to display.' - page_previous: '@item' - page_next: '@item' - page_title: 'Go to item @item' - page_reader: ÉlĂ©ment - page_previous_relative: '-@item_offset' - page_next_relative: +@item_offset - item_ranges: - prefix_label: ÉlĂ©ments - suffix_label: 'of @total_items' - page_current: '@item_low-@item_high' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: « - first_title: 'Go to first items' - first_reader: 'First items' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last items' - last_reader: 'Last items' - pageset_empty: 'No items to display.' - page_previous: '@item_low-@item_high' - page_next: '@item_low-@item_high' - page_title: 'Go to items @item_low-@item_high' - page_reader: ÉlĂ©ments - page_previous_relative: '-@item_offset' - page_next_relative: +@item_offset diff --git a/config/sync/pagerer.style.basic.yml b/config/sync/pagerer.style.basic.yml deleted file mode 100644 index 446d6df..0000000 --- a/config/sync/pagerer.style.basic.yml +++ /dev/null @@ -1,57 +0,0 @@ -_core: - default_config_hash: NY7q7PWa0WKG8j6KikrXPnQW0T24jkylHz6EetKm0f8 -langcode: fr -default_config: - display: pages - display_restriction: 2 - prefix_display: true - first_link: never - previous_link: not_on_first - next_link: not_on_last - last_link: never - tags: - pages: - prefix_label: 'Page @number of @total' - first: « - first_title: 'Aller Ă  la premiĂšre page' - first_reader: 'PremiĂšre page' - previous: â€č - previous_title: 'Aller Ă  la page prĂ©cĂ©dente' - previous_reader: 'Page prĂ©cĂ©dente' - next: â€ș - next_title: 'Aller Ă  la page suivante' - next_reader: 'Page suivante' - last: » - last_title: 'Aller Ă  la derniĂšre page' - last_reader: 'DerniĂšre page' - pageset_empty: 'No pages to display.' - items: - prefix_label: 'Item @item of @total_items' - first: « - first_title: 'Go to first item' - first_reader: 'Premier Ă©lĂ©ment' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last item' - last_reader: 'Last item' - pageset_empty: 'No items to display.' - item_ranges: - prefix_label: 'Items @item_low-@item_high of @total_items' - first: « - first_title: 'Go to first items' - first_reader: 'First items' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last items' - last_reader: 'Last items' - pageset_empty: 'No items to display.' diff --git a/config/sync/pagerer.style.mini.yml b/config/sync/pagerer.style.mini.yml deleted file mode 100644 index 37b2a1d..0000000 --- a/config/sync/pagerer.style.mini.yml +++ /dev/null @@ -1,56 +0,0 @@ -_core: - default_config_hash: 8uZaLZeDG8Iz6_vkG24zU0hE9iPuOCywOMCbGHWbGTY -langcode: fr -default_config: - display: pages - display_restriction: 2 - prefix_display: true - suffix_display: true - first_link: always - previous_link: always - next_link: always - last_link: always - display_mode: widget - widget_resize: true - widget_button: auto - tags: - pages: - prefix_label: Page - suffix_label: 'of @total' - page_current: '@number' - page_current_title: 'Page courante' - page_current_reader: 'Page courante' - first: « - first_title: 'Aller Ă  la premiĂšre page' - first_reader: 'PremiĂšre page' - previous: â€č - previous_title: 'Aller Ă  la page prĂ©cĂ©dente' - previous_reader: 'Page prĂ©cĂ©dente' - next: â€ș - next_title: 'Aller Ă  la page suivante' - next_reader: 'Page suivante' - last: » - last_title: 'Aller Ă  la derniĂšre page' - last_reader: 'DerniĂšre page' - pageset_empty: 'No pages to display.' - widget_title: 'Enter page, then press Return.' - items: - prefix_label: ÉlĂ©ment - suffix_label: 'of @total_items' - page_current: '@item' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: « - first_title: 'Go to first item' - first_reader: 'Premier Ă©lĂ©ment' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last item' - last_reader: 'Last item' - pageset_empty: 'No items to display.' - widget_title: 'Enter item, then press Return.' diff --git a/config/sync/pagerer.style.multipane.yml b/config/sync/pagerer.style.multipane.yml deleted file mode 100644 index 03b2bc7..0000000 --- a/config/sync/pagerer.style.multipane.yml +++ /dev/null @@ -1,14 +0,0 @@ -_core: - default_config_hash: ZgT7eV23Z9-PF9KXVlaxAboDUaFogZ3dbpuXUCTs5mY -langcode: fr -default_config: - panes: - left: - style: none - config: { } - center: - style: standard - config: { } - right: - style: none - config: { } diff --git a/config/sync/pagerer.style.progressive.yml b/config/sync/pagerer.style.progressive.yml deleted file mode 100644 index d369463..0000000 --- a/config/sync/pagerer.style.progressive.yml +++ /dev/null @@ -1,97 +0,0 @@ -_core: - default_config_hash: y74JVrQmRdF3bx2Ia4i_LX0HRS7qZK-tfspF1vPNAxM -langcode: fr -default_config: - display: pages - display_restriction: 2 - prefix_display: false - suffix_display: false - first_link: never - previous_link: never - next_link: never - last_link: never - quantity: 5 - fl_breakers: true - display_mode: normal - separator_display: false - breaker_display: true - progr_links: relative - factors: '2.5,5,10' - tags: - page_breaker: 
 - page_separator: '|' - pages: - prefix_label: Page - suffix_label: 'of @total' - page_current: '@number' - page_current_title: 'Page courante' - page_current_reader: 'Page courante' - first: « - first_title: 'Aller Ă  la premiĂšre page' - first_reader: 'PremiĂšre page' - previous: â€č - previous_title: 'Aller Ă  la page prĂ©cĂ©dente' - previous_reader: 'Page prĂ©cĂ©dente' - next: â€ș - next_title: 'Aller Ă  la page suivante' - next_reader: 'Page suivante' - last: » - last_title: 'Aller Ă  la derniĂšre page' - last_reader: 'DerniĂšre page' - pageset_empty: 'No pages to display.' - page_previous: '@number' - page_next: '@number' - page_title: 'Aller Ă  la page @number' - page_reader: Page - page_previous_relative: '-@offset' - page_next_relative: +@offset - items: - prefix_label: ÉlĂ©ment - suffix_label: 'of @total_items' - page_current: '@item' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: « - first_title: 'Go to first item' - first_reader: 'Premier Ă©lĂ©ment' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last item' - last_reader: 'Last item' - pageset_empty: 'No items to display.' - page_previous: '@item' - page_next: '@item' - page_title: 'Go to item @item' - page_reader: ÉlĂ©ment - page_previous_relative: '-@item_offset' - page_next_relative: +@item_offset - item_ranges: - prefix_label: ÉlĂ©ments - suffix_label: 'of @total_items' - page_current: '@item_low-@item_high' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: « - first_title: 'Go to first items' - first_reader: 'First items' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last items' - last_reader: 'Last items' - pageset_empty: 'No items to display.' - page_previous: '@item_low-@item_high' - page_next: '@item_low-@item_high' - page_title: 'Go to items @item_low-@item_high' - page_reader: ÉlĂ©ments - page_previous_relative: '-@item_offset' - page_next_relative: +@item_offset diff --git a/config/sync/pagerer.style.scrollpane.yml b/config/sync/pagerer.style.scrollpane.yml deleted file mode 100644 index e2f5e2b..0000000 --- a/config/sync/pagerer.style.scrollpane.yml +++ /dev/null @@ -1,85 +0,0 @@ -_core: - default_config_hash: x8t6opn_2YmjBJkd2fBMvGOcx8f6mOLFZuveHlk2NxE -langcode: fr -default_config: - display: pages - display_restriction: 2 - prefix_display: false - suffix_display: false - first_link: never - previous_link: never - next_link: never - last_link: never - quantity: 9 - separator_display: false - tags: - page_separator: '|' - pages: - prefix_label: Page - suffix_label: 'of @total' - page_current: '@number' - page_current_title: 'Page courante' - page_current_reader: 'Page courante' - first: « - first_title: 'Aller Ă  la premiĂšre page' - first_reader: 'PremiĂšre page' - previous: â€č - previous_title: 'Aller Ă  la page prĂ©cĂ©dente' - previous_reader: 'Page prĂ©cĂ©dente' - next: â€ș - next_title: 'Aller Ă  la page suivante' - next_reader: 'Page suivante' - last: » - last_title: 'Aller Ă  la derniĂšre page' - last_reader: 'DerniĂšre page' - pageset_empty: 'No pages to display.' - page_previous: '@number' - page_next: '@number' - page_title: 'Aller Ă  la page @number' - page_reader: Page - items: - prefix_label: ÉlĂ©ment - suffix_label: 'of @total_items' - page_current: '@item' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: « - first_title: 'Go to first item' - first_reader: 'Premier Ă©lĂ©ment' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last item' - last_reader: 'Last item' - pageset_empty: 'No items to display.' - page_previous: '@item' - page_next: '@item' - page_title: 'Go to item @item' - page_reader: ÉlĂ©ment - item_ranges: - prefix_label: ÉlĂ©ments - suffix_label: 'of @total_items' - page_current: '@item_low-@item_high' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: « - first_title: 'Go to first items' - first_reader: 'First items' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last items' - last_reader: 'Last items' - pageset_empty: 'No items to display.' - page_previous: '@item_low-@item_high' - page_next: '@item_low-@item_high' - page_title: 'Go to items @item_low-@item_high' - page_reader: ÉlĂ©ments diff --git a/config/sync/pagerer.style.slider.yml b/config/sync/pagerer.style.slider.yml deleted file mode 100644 index 4221885..0000000 --- a/config/sync/pagerer.style.slider.yml +++ /dev/null @@ -1,86 +0,0 @@ -_core: - default_config_hash: O1a0vCgcVUbnCCrqbizt9pYNBg7f39hsw1PlIDrVCSA -langcode: fr -default_config: - display: pages - display_restriction: 2 - prefix_display: true - suffix_display: true - first_link: never - previous_link: never - next_link: never - last_link: never - slider_width: 27 - slider_action: tickmark - slider_action_timeout: 0 - slider_navigation_icons: 'yes' - tags: - pages: - prefix_label: Page - suffix_label: 'of @total' - page_current: '@number' - page_current_title: 'Page courante' - page_current_reader: 'Page courante' - first: « - first_title: 'Aller Ă  la premiĂšre page' - first_reader: 'PremiĂšre page' - previous: â€č - previous_title: 'Aller Ă  la page prĂ©cĂ©dente' - previous_reader: 'Page prĂ©cĂ©dente' - next: â€ș - next_title: 'Aller Ă  la page suivante' - next_reader: 'Page suivante' - last: » - last_title: 'Aller Ă  la derniĂšre page' - last_reader: 'DerniĂšre page' - pageset_empty: 'No pages to display.' - page_previous: '@number' - page_next: '@number' - slider_title: 'Drag the handle to the page required.' - slider_tickmark_title: 'Then, click on the tickmark.' - items: - prefix_label: ÉlĂ©ment - suffix_label: 'of @total_items' - page_current: '@item' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: « - first_title: 'Go to first item' - first_reader: 'Premier Ă©lĂ©ment' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last item' - last_reader: 'Last item' - pageset_empty: 'No items to display.' - page_previous: '@item' - page_next: '@item' - slider_title: 'Drag the handle to the item required.' - slider_tickmark_title: 'Then, click on the tickmark.' - item_ranges: - prefix_label: ÉlĂ©ments - suffix_label: 'of @total_items' - page_current: '@item_low-@item_high' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: « - first_title: 'Go to first items' - first_reader: 'First items' - previous: â€č - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: â€ș - next_title: 'Go to next items' - next_reader: 'Next items' - last: » - last_title: 'Go to last items' - last_reader: 'Last items' - pageset_empty: 'No items to display.' - page_previous: '@item_low-@item_high' - page_next: '@item_low-@item_high' - slider_title: 'Drag the handle to the item range required.' - slider_tickmark_title: 'Then, click on the tickmark.' diff --git a/config/sync/pagerer.style.standard.yml b/config/sync/pagerer.style.standard.yml deleted file mode 100644 index 522edf2..0000000 --- a/config/sync/pagerer.style.standard.yml +++ /dev/null @@ -1,89 +0,0 @@ -_core: - default_config_hash: PGnx80lkS6RYGwnRq0y3Xt_cX8GuoqZ_o-YjSu5FQqM -langcode: fr -default_config: - display: pages - display_restriction: 2 - prefix_display: false - suffix_display: false - first_link: not_on_first - previous_link: not_on_first - next_link: not_on_last - last_link: not_on_last - quantity: 9 - fl_breakers: true - display_mode: normal - separator_display: false - breaker_display: true - tags: - page_breaker: 
 - page_separator: '|' - pages: - prefix_label: Page - suffix_label: 'of @total' - page_current: '@number' - page_current_title: 'Page courante' - page_current_reader: 'Page courante' - first: '« First' - first_title: 'Aller Ă  la premiĂšre page' - first_reader: 'PremiĂšre page' - previous: 'â€č Previous' - previous_title: 'Aller Ă  la page prĂ©cĂ©dente' - previous_reader: 'Page prĂ©cĂ©dente' - next: 'Next â€ș' - next_title: 'Aller Ă  la page suivante' - next_reader: 'Page suivante' - last: 'Last »' - last_title: 'Aller Ă  la derniĂšre page' - last_reader: 'DerniĂšre page' - pageset_empty: 'No pages to display.' - page_previous: '@number' - page_next: '@number' - page_title: 'Aller Ă  la page @number' - page_reader: Page - items: - prefix_label: ÉlĂ©ment - suffix_label: 'of @total_items' - page_current: '@item' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: '« First' - first_title: 'Go to first item' - first_reader: 'Premier Ă©lĂ©ment' - previous: 'â€č Previous' - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: 'Next â€ș' - next_title: 'Go to next items' - next_reader: 'Next items' - last: 'Last »' - last_title: 'Go to last item' - last_reader: 'Last item' - pageset_empty: 'No items to display.' - page_previous: '@item' - page_next: '@item' - page_title: 'Go to item @item' - page_reader: ÉlĂ©ment - item_ranges: - prefix_label: ÉlĂ©ments - suffix_label: 'of @total_items' - page_current: '@item_low-@item_high' - page_current_title: 'Current items' - page_current_reader: 'Current items' - first: '« First' - first_title: 'Go to first items' - first_reader: 'First items' - previous: 'â€č Previous' - previous_title: 'Go to previous items' - previous_reader: 'Previous items' - next: 'Next â€ș' - next_title: 'Go to next items' - next_reader: 'Next items' - last: 'Last »' - last_title: 'Go to last items' - last_reader: 'Last items' - pageset_empty: 'No items to display.' - page_previous: '@item_low-@item_high' - page_next: '@item_low-@item_high' - page_title: 'Go to items @item_low-@item_high' - page_reader: ÉlĂ©ments diff --git a/config/sync/paragraphs.settings.yml b/config/sync/paragraphs.settings.yml index 26d0dd3..c43733b 100644 --- a/config/sync/paragraphs.settings.yml +++ b/config/sync/paragraphs.settings.yml @@ -1,4 +1,3 @@ _core: default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8 -langcode: fr show_unpublished: true diff --git a/config/sync/path_alias_xt.settings.yml b/config/sync/path_alias_xt.settings.yml deleted file mode 100644 index a7188fa..0000000 --- a/config/sync/path_alias_xt.settings.yml +++ /dev/null @@ -1,5 +0,0 @@ -_core: - default_config_hash: Eee2yPxbx-GtTowlxw6bfEtn5JdpohybL_OOCy3aUEE -langcode: fr -user_special: true -regex_pattern: '{(^node|^user|^taxonomy/term)/([0-9]+)/(.+)}' diff --git a/config/sync/pathauto.pattern.actu.yml b/config/sync/pathauto.pattern.actu.yml index 23bb0bb..907fa4d 100644 --- a/config/sync/pathauto.pattern.actu.yml +++ b/config/sync/pathauto.pattern.actu.yml @@ -10,7 +10,7 @@ type: 'canonical_entities:node' pattern: 'actus/[node:title]' selection_criteria: aaa1540e-3c81-430f-b75d-8ecc84f14a08: - id: node_type + id: 'entity_bundle:node' negate: false uuid: aaa1540e-3c81-430f-b75d-8ecc84f14a08 context_mapping: diff --git a/config/sync/pathauto.pattern.ressources.yml b/config/sync/pathauto.pattern.ressources.yml index 43e4c4a..a8a1017 100644 --- a/config/sync/pathauto.pattern.ressources.yml +++ b/config/sync/pathauto.pattern.ressources.yml @@ -10,7 +10,7 @@ type: 'canonical_entities:node' pattern: 'ressources/[node:title]' selection_criteria: d6cdb357-4722-45ca-8a64-2a3f2a92a963: - id: node_type + id: 'entity_bundle:node' negate: false uuid: d6cdb357-4722-45ca-8a64-2a3f2a92a963 context_mapping: diff --git a/config/sync/pathauto.pattern.static.yml b/config/sync/pathauto.pattern.static.yml index debe796..2897a15 100644 --- a/config/sync/pathauto.pattern.static.yml +++ b/config/sync/pathauto.pattern.static.yml @@ -10,7 +10,7 @@ type: 'canonical_entities:node' pattern: '[node:title]' selection_criteria: d3c0e436-3760-4e9c-947b-2a9eeb782a98: - id: node_type + id: 'entity_bundle:node' negate: false uuid: d3c0e436-3760-4e9c-947b-2a9eeb782a98 context_mapping: diff --git a/config/sync/pathauto.settings.yml b/config/sync/pathauto.settings.yml index 63be590..3f7709d 100644 --- a/config/sync/pathauto.settings.yml +++ b/config/sync/pathauto.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: QDedIRjSYDH1ZiuQZ1LIkF9_wOwsokd_Cidr-mXA25E -langcode: fr enabled_entity_types: - user punctuation: diff --git a/config/sync/pathologic.settings.yml b/config/sync/pathologic.settings.yml index 85de6e1..710b226 100644 --- a/config/sync/pathologic.settings.yml +++ b/config/sync/pathologic.settings.yml @@ -1,10 +1,10 @@ _core: default_config_hash: EKYCulG-Y3pcObfUpVbl-D9T5DDX6d4hpQ-BVlSBAmw -langcode: fr -scheme_whitelist: +scheme_allow_list: - http - https - files - internal protocol_style: full local_paths: '' +keep_language_prefix: false diff --git a/config/sync/redirect.settings.yml b/config/sync/redirect.settings.yml index cb6a11d..9be5c33 100644 --- a/config/sync/redirect.settings.yml +++ b/config/sync/redirect.settings.yml @@ -1,4 +1,3 @@ -langcode: fr _core: default_config_hash: R7HmKRbuDsDQNpqEWt7wWcf0ygaE3u-NQQr-w_LhHJk auto_redirect: true diff --git a/config/sync/search_api.settings.yml b/config/sync/search_api.settings.yml index 812a761..bba3702 100644 --- a/config/sync/search_api.settings.yml +++ b/config/sync/search_api.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: '-ts6YP3HWiO8vbWrV8j1VxyAgtOrC6LJAT-lqw3GFpM' -langcode: fr default_cron_limit: 50 cron_worker_runtime: 15 default_tracker: default diff --git a/config/sync/search_api_db.settings.yml b/config/sync/search_api_db.settings.yml index 025b981..34950ea 100644 --- a/config/sync/search_api_db.settings.yml +++ b/config/sync/search_api_db.settings.yml @@ -1,4 +1,3 @@ _core: default_config_hash: I7OvOT30AHPJTjtFh59agVjIr3wZ3fxIaTNefRF3-OQ -langcode: fr autocomplete_max_occurrences: 0.9 diff --git a/config/sync/smtp.settings.yml b/config/sync/smtp.settings.yml index 0988d1e..2255cbf 100644 --- a/config/sync/smtp.settings.yml +++ b/config/sync/smtp.settings.yml @@ -14,7 +14,7 @@ smtp_from: '' smtp_fromname: '' smtp_client_hostname: '' smtp_client_helo: '' -smtp_allowhtml: '' +smtp_allowhtml: false smtp_test_address: '' smtp_debugging: false prev_mail_system: php_mail diff --git a/config/sync/structure_sync.data.yml b/config/sync/structure_sync.data.yml index 4dabef7..a70b016 100644 --- a/config/sync/structure_sync.data.yml +++ b/config/sync/structure_sync.data.yml @@ -1,225 +1,35 @@ -menus: - - - menu_name: header-menu - title: 'l''appel a manifestation gĂ©nĂ©rale' - parent: null - uri: 'internal:/node/3' - link_title: '' - description: null - enabled: '1' - expanded: '1' - weight: '-50' - langcode: fr - uuid: 846d1e85-d797-4ccd-9779-f8a55c3350a9 - - - menu_name: header-menu - title: 'le programme' - parent: null - uri: 'internal:/node/4' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '-49' - langcode: fr - uuid: d277f356-74ba-4963-b8fd-7c67d49e524e - - - menu_name: burger - title: 'l''appel a manifestation gĂ©nĂ©rale' - parent: null - uri: 'internal:/node/3' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '-50' - langcode: fr - uuid: 32fc154b-4a5d-4d36-a31a-a3b2823fe72d - - - menu_name: burger - title: 'L''AMI en dĂ©tail' - parent: 'menu_link_content:32fc154b-4a5d-4d36-a31a-a3b2823fe72d' - uri: 'internal:/node/3' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '0' - langcode: fr - uuid: c10e12d1-38c3-4df4-8b4a-238a1f2fba65 - - - menu_name: burger - title: 'La foire aux questions' - parent: 'menu_link_content:32fc154b-4a5d-4d36-a31a-a3b2823fe72d' - uri: 'internal:/faq' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '1' - langcode: fr - uuid: 918602ac-b918-45bc-b36e-4fa8fb483a71 - - - menu_name: header-menu - title: 'L''AMI en dĂ©tail' - parent: 'menu_link_content:846d1e85-d797-4ccd-9779-f8a55c3350a9' - uri: 'internal:/node/3' - link_title: '' - description: null - enabled: '0' - expanded: '0' - weight: '0' - langcode: fr - uuid: 8b514c94-abf9-48eb-acba-637156837380 - - - menu_name: header-menu - title: 'La foire aux questions' - parent: 'menu_link_content:846d1e85-d797-4ccd-9779-f8a55c3350a9' - uri: 'internal:/faq' - link_title: '' - description: null - enabled: '0' - expanded: '0' - weight: '1' - langcode: fr - uuid: 0a630b2b-73fe-47d0-8957-84c2e25ff941 - - - menu_name: footer - title: Contact - parent: null - uri: 'internal:/node/5' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '0' - langcode: fr - uuid: 7061edd7-5301-4a4a-87bc-3488241ab669 - - - menu_name: footer - title: 'Mentions lĂ©gales' - parent: null - uri: 'internal:/node/6' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '1' - langcode: fr - uuid: a2dd6094-e7cf-49c2-875b-74b4fef2a06d - - - menu_name: burger - title: Contact - parent: null - uri: 'internal:/node/5' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '-47' - langcode: fr - uuid: 9b2cf729-d7a1-4a6f-9353-fe51733118c4 - - - menu_name: burger - title: 'mentions lĂ©gales' - parent: null - uri: 'internal:/node/6' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '-46' - langcode: fr - uuid: 1c1464a9-00b1-4e53-9d46-62d80f8fad03 - - - menu_name: burger - title: 'Toutes les actualitĂ©s' - parent: null - uri: 'internal:/actualites' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '-48' - langcode: fr - uuid: e8d19d85-3505-4dfd-9448-0edf3c6ccce6 - - - menu_name: burger - title: 'le programme "EngagĂ© pour la qualitĂ© du logement de demain"' - parent: null - uri: 'entity:node/4' - link_title: '' - description: null - enabled: '1' - expanded: '1' - weight: '-49' - langcode: fr - uuid: 85d9efb4-2521-4b19-bf76-6ae49e72552a - - - menu_name: burger - title: 'le programme en dĂ©tail' - parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' - uri: 'entity:node/4' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '0' - langcode: fr - uuid: e74a8d20-5d60-427d-9721-eafcbc58fcef - - - menu_name: burger - title: 'La gouvernance' - parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' - uri: 'entity:node/35' - link_title: '' - description: null - enabled: '1' - expanded: '1' - weight: '1' - langcode: fr - uuid: 34240afe-8646-429d-b4dc-9a08e9a802e3 - - - menu_name: burger - title: 'Les partenaires' - parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' - uri: 'entity:node/20' - link_title: '' - description: null - enabled: '1' - expanded: '1' - weight: '2' - langcode: fr - uuid: 1f10b8b7-05dd-4cc7-9dad-a94fe3bb2856 - - - menu_name: header-menu - title: 'Les actualitĂ©s' - parent: null - uri: 'internal:/actualites' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '-47' - langcode: fr - uuid: 92db1d8f-22a2-436c-814f-8904338621ad - - - menu_name: header-menu - title: 'Les ressources' - parent: null - uri: 'internal:/ressources' - link_title: '' - description: null - enabled: '1' - expanded: '0' - weight: '-48' - langcode: fr - uuid: 4d296aca-5316-4106-828a-01624ca7853e +langcode: fr blocks: - - info: 'ActualitĂ© Link' + info: 'Les actualitĂ©s lien' langcode: fr - uuid: 3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 + uuid: e6f826c7-4a3e-479b-8e83-2245dee7f931 + bundle: custom + revision_id: null + rev_id_current: null + fields: + body: + - + value: "

      Les Actualités

      \r\n" + summary: '' + format: wysiwyg + - + info: 'Projets lauréats' + langcode: fr + uuid: bfb4368c-4f85-4329-88f1-8769161aa66f + bundle: custom + revision_id: null + rev_id_current: null + fields: + body: + - + value: "

      Voir tous les projets lauréats

      \r\n" + summary: '' + format: wysiwyg + - + info: 'Projets incubés link' + langcode: fr + uuid: affaf220-dd27-4c9d-ae02-8044c2662220 bundle: link revision_id: null rev_id_current: null @@ -227,29 +37,124 @@ blocks: field_description: { } field_lien: - - uri: 'internal:/actualites' - title: 'Voir toutes les actualités' + uri: 'internal:/incubateur' + title: 'En savoir plus sur les projets incubés' options: { } - - info: 'logo gouv' + info: 'Les actualités' langcode: fr - uuid: c7d5e705-b1c9-41f0-af19-a54357bf64c4 - bundle: logo_block + uuid: acfaf4e3-d7d0-42a6-a2a6-3c6ccd0e9344 + bundle: custom revision_id: null rev_id_current: null fields: - field_link: + body: - - uri: 'internal:/' - title: '' + value: "

      Les actualités

      \r\n" + summary: '' + format: wysiwyg + - + info: 'Ressource form' + langcode: fr + uuid: 82917d0c-5004-4bfb-af66-ce334782d82d + bundle: link + revision_id: null + rev_id_current: null + fields: + field_description: { } + field_lien: + - + uri: 'internal:/form/deposer-une-contribution' + title: 'Proposer une ressource' options: { } - field_logo: + - + info: 'Offres de services block link' + langcode: fr + uuid: 7dc5bc6b-f5ca-4815-b689-49382aafa2dc + bundle: link + revision_id: null + rev_id_current: null + fields: + field_description: { } + field_lien: - - target_id: '45' - alt: '' - title: '' - width: '92' - height: '33' + uri: 'internal:/form/offre-de-service' + title: 'Déposer une offre de service' + options: { } + - + info: 'date limite de candidature' + langcode: fr + uuid: 7db64d87-3e22-4fbd-9c11-2b95f5bef695 + bundle: custom + revision_id: null + rev_id_current: null + fields: + body: + - + value: "

      Date limite de candidature

      \r\n\r\n

      18 FEV. 2022

      \r\n" + summary: '' + format: wysiwyg + - + info: 'social network' + langcode: fr + uuid: dbcf6df0-ddee-477d-a97e-c4a29e06781d + bundle: custom + revision_id: null + rev_id_current: null + fields: + body: + - + value: "youtube \r\nlinkedin \r\ntwitter

      \r\n" + summary: '' + format: wysiwyg + - + info: 'FAQ question link' + langcode: fr + uuid: 10aba627-5586-4529-b44e-c0b4551a4398 + bundle: link + revision_id: null + rev_id_current: null + fields: + field_description: + - + value: "

      Déposer une question

      \r\n" + format: wysiwyg + field_lien: + - + uri: 'internal:/form/question' + title: 'Foire aux questions' + options: { } + - + info: 'Candidature link' + langcode: fr + uuid: 9448ca2a-90e3-488b-89cf-8ec6a986a9ca + bundle: link + revision_id: null + rev_id_current: null + fields: + field_description: { } + field_lien: + - + uri: 'https://epau.wiin.io/fr/applications/engag%C3%A9s-pour-la-qualit%C3%A9-du-logement-de-demain?programId=615c5b13ad97935a4da867ea' + title: 'Déposer sa candidature' + options: { } + - + info: 'Faq link' + langcode: fr + uuid: 1bb9024b-d95f-4137-894c-362abf10a483 + bundle: link + revision_id: null + rev_id_current: null + fields: + field_description: + - + value: "

      Retrouvez toutes vos questions pour rĂ©pondre Ă  l'appel Ă  manifestation d'intĂ©rĂȘt.

      \r\n" + format: wysiwyg + field_lien: + - + uri: 'internal:/faq' + title: 'Foire aux questions' + options: { } - info: 'logo eql' langcode: fr @@ -271,26 +176,29 @@ blocks: width: '4592' height: '4592' - - info: 'Faq link' + info: 'logo gouv' langcode: fr - uuid: 1bb9024b-d95f-4137-894c-362abf10a483 - bundle: link + uuid: c7d5e705-b1c9-41f0-af19-a54357bf64c4 + bundle: logo_block revision_id: null rev_id_current: null fields: - field_description: + field_link: - - value: "

      Retrouvez toutes vos questions pour rĂ©pondre Ă  l'appel Ă  manifestation d'intĂ©rĂȘt.

      \r\n" - format: wysiwyg - field_lien: - - - uri: 'internal:/faq' - title: 'Foire aux questions' + uri: 'internal:/' + title: '' options: { } + field_logo: + - + target_id: '45' + alt: '' + title: '' + width: '92' + height: '33' - - info: 'Candidature link' + info: 'Actualité Link' langcode: fr - uuid: 9448ca2a-90e3-488b-89cf-8ec6a986a9ca + uuid: 3ee1f633-aaa7-4b4c-a42a-02206e26d3a2 bundle: link revision_id: null rev_id_current: null @@ -298,133 +206,548 @@ blocks: field_description: { } field_lien: - - uri: 'https://epau.wiin.io/fr/applications/engag%C3%A9s-pour-la-qualit%C3%A9-du-logement-de-demain?programId=615c5b13ad97935a4da867ea' - title: 'Déposer sa candidature' + uri: 'internal:/actualites' + title: 'Voir toutes les actualités' options: { } +menus: - - info: 'FAQ question link' + menu_name: admin + title: Formulaires + parent: system.admin + uri: 'internal:/admin/structure/webform/manage/question/results/submissions' + link_title: '' + description: null + enabled: true + expanded: true + weight: -3 langcode: fr - uuid: 10aba627-5586-4529-b44e-c0b4551a4398 - bundle: link - revision_id: null - rev_id_current: null - fields: - field_description: - - - value: "

      Déposer une question

      \r\n" - format: wysiwyg - field_lien: - - - uri: 'internal:/form/question' - title: 'Foire aux questions' - options: { } + uuid: 482881ef-5c06-4a9b-ba1d-268664a19c8c + options: + attributes: + class: + - '' - - info: 'social network' + menu_name: admin + title: 'Faq qestions' + parent: 'menu_link_content:482881ef-5c06-4a9b-ba1d-268664a19c8c' + uri: 'internal:/admin/structure/webform/manage/question/results/submissions' + link_title: '' + description: null + enabled: true + expanded: true + weight: 0 langcode: fr - uuid: dbcf6df0-ddee-477d-a97e-c4a29e06781d - bundle: custom - revision_id: null - rev_id_current: null - fields: - body: - - - value: "youtube \r\nlinkedin \r\ntwitter

      \r\n" - summary: '' - format: wysiwyg + uuid: 9bc98ac7-a290-438e-97a2-a9517d74c53a + options: + attributes: + class: + - '' - - info: 'date limite de candidature' + menu_name: admin + title: 'Offres de services' + parent: 'menu_link_content:482881ef-5c06-4a9b-ba1d-268664a19c8c' + uri: 'internal:/admin/structure/webform/manage/offre_de_service/results/submissions' + link_title: '' + description: null + enabled: true + expanded: false + weight: 1 langcode: fr - uuid: 7db64d87-3e22-4fbd-9c11-2b95f5bef695 - bundle: custom - revision_id: null - rev_id_current: null - fields: - body: - - - value: "

      Date limite de candidature

      \r\n\r\n

      18 FEV. 2022

      \r\n" - summary: '' - format: wysiwyg + uuid: 605ebc75-d0c7-4ed8-8906-9baf3e250992 + options: + attributes: + class: + - '' - - info: 'Offres de services block link' + menu_name: admin + title: 'Form ressource' + parent: 'menu_link_content:482881ef-5c06-4a9b-ba1d-268664a19c8c' + uri: 'internal:/admin/structure/webform/manage/deposer_une_contribution/results/submissions' + link_title: '' + description: null + enabled: true + expanded: false + weight: 2 langcode: fr - uuid: 7dc5bc6b-f5ca-4815-b689-49382aafa2dc - bundle: link - revision_id: null - rev_id_current: null - fields: - field_description: { } - field_lien: - - - uri: 'internal:/form/offre-de-service' - title: 'Déposer une offre de service' - options: { } + uuid: 5fe317a1-f498-4500-b101-0738c823a42c + options: + attributes: + class: + - '' - - info: 'Ressource form' + menu_name: admin + title: Contacts + parent: 'menu_link_content:482881ef-5c06-4a9b-ba1d-268664a19c8c' + uri: 'internal:/admin/structure/webform/manage/contact/results/submissions' + link_title: '' + description: null + enabled: true + expanded: false + weight: 3 langcode: fr - uuid: 82917d0c-5004-4bfb-af66-ce334782d82d - bundle: link - revision_id: null - rev_id_current: null - fields: - field_description: { } - field_lien: - - - uri: 'internal:/form/deposer-une-contribution' - title: 'Proposer une ressource' - options: { } + uuid: a16bbd36-a220-43c4-b36c-6feed0afd44e + options: + attributes: + class: + - '' - - info: 'Les actualités' + menu_name: footer + title: Contact + parent: null + uri: 'internal:/node/5' + link_title: '' + description: null + enabled: true + expanded: false + weight: 0 langcode: fr - uuid: acfaf4e3-d7d0-42a6-a2a6-3c6ccd0e9344 - bundle: custom - revision_id: null - rev_id_current: null - fields: - body: - - - value: "

      Les actualités

      \r\n" - summary: '' - format: wysiwyg + uuid: 7061edd7-5301-4a4a-87bc-3488241ab669 + options: + attributes: + class: + - '' - - info: 'Projets incubés link' + menu_name: footer + title: 'Mentions légales' + parent: null + uri: 'internal:/node/6' + link_title: '' + description: null + enabled: true + expanded: false + weight: 1 langcode: fr - uuid: affaf220-dd27-4c9d-ae02-8044c2662220 - bundle: link - revision_id: null - rev_id_current: null - fields: - field_description: { } - field_lien: - - - uri: 'internal:/incubateur' - title: 'En savoir plus sur les projets incubés' - options: { } + uuid: a2dd6094-e7cf-49c2-875b-74b4fef2a06d + options: + attributes: + class: + - '' - - info: 'Projets lauréats' + menu_name: burger + title: Contact + parent: null + uri: 'internal:/node/5' + link_title: '' + description: null + enabled: true + expanded: false + weight: -44 langcode: fr - uuid: bfb4368c-4f85-4329-88f1-8769161aa66f - bundle: custom - revision_id: null - rev_id_current: null - fields: - body: - - - value: "

      Voir tous les projets lauréats

      \r\n" - summary: '' - format: wysiwyg + uuid: 9b2cf729-d7a1-4a6f-9353-fe51733118c4 + options: { } - - info: 'Les actualités lien' + menu_name: burger + title: 'Mentions légales' + parent: null + uri: 'internal:/node/6' + link_title: '' + description: null + enabled: true + expanded: false + weight: -43 langcode: fr - uuid: e6f826c7-4a3e-479b-8e83-2245dee7f931 - bundle: custom - revision_id: null - rev_id_current: null - fields: - body: - - - value: "

      Les Actualités

      \r\n" - summary: '' - format: wysiwyg + uuid: 1c1464a9-00b1-4e53-9d46-62d80f8fad03 + options: + attributes: + class: + - '' + - + menu_name: burger + title: ActualitĂ©s + parent: null + uri: 'internal:/actualites' + link_title: '' + description: null + enabled: true + expanded: false + weight: -49 + langcode: fr + uuid: e8d19d85-3505-4dfd-9448-0edf3c6ccce6 + options: + attributes: + class: + - '' + - + menu_name: burger + title: 'Programme ' + parent: null + uri: 'entity:node/4' + link_title: '' + description: null + enabled: true + expanded: true + weight: -48 + langcode: fr + uuid: 85d9efb4-2521-4b19-bf76-6ae49e72552a + options: + attributes: + class: + - '' + - + menu_name: burger + title: "L'AMI (2021)" + parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' + uri: 'internal:/node/3' + link_title: '' + description: null + enabled: true + expanded: false + weight: -46 + langcode: fr + uuid: c10e12d1-38c3-4df4-8b4a-238a1f2fba65 + options: + attributes: + class: + - '' + - + menu_name: burger + title: 'Foire aux questions' + parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' + uri: 'internal:/faq' + link_title: '' + description: null + enabled: false + expanded: false + weight: -45 + langcode: fr + uuid: 918602ac-b918-45bc-b36e-4fa8fb483a71 + options: + attributes: + class: + - '' + - + menu_name: burger + title: 'Programme en dĂ©tail' + parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' + uri: 'entity:node/4' + link_title: '' + description: null + enabled: true + expanded: false + weight: -50 + langcode: fr + uuid: e74a8d20-5d60-427d-9721-eafcbc58fcef + options: + attributes: + class: + - '' + - + menu_name: burger + title: Gouvernance + parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' + uri: 'entity:node/35' + link_title: '' + description: null + enabled: true + expanded: true + weight: 1 + langcode: fr + uuid: 34240afe-8646-429d-b4dc-9a08e9a802e3 + options: + attributes: + class: + - '' + - + menu_name: burger + title: Gouvernance + parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' + uri: 'entity:node/20' + link_title: '' + description: null + enabled: true + expanded: true + weight: -49 + langcode: fr + uuid: 1f10b8b7-05dd-4cc7-9dad-a94fe3bb2856 + options: + attributes: + class: + - '' + - + menu_name: burger + title: "L'inucubateur" + parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' + uri: 'internal:/incubateur' + link_title: '' + description: null + enabled: false + expanded: false + weight: -47 + langcode: fr + uuid: d3528dfc-0198-44ff-8214-671269df7fb8 + options: + attributes: + class: + - '' + - + menu_name: burger + title: "L'incubateur" + parent: 'menu_link_content:85d9efb4-2521-4b19-bf76-6ae49e72552a' + uri: 'entity:node/201' + link_title: '' + description: null + enabled: true + expanded: false + weight: -48 + langcode: fr + uuid: d578c09f-a165-48a1-a50d-21fe3312384a + options: + attributes: + class: + - '' + - + menu_name: burger + title: Ressources + parent: null + uri: 'internal:/ressources' + link_title: '' + description: null + enabled: true + expanded: false + weight: -45 + langcode: fr + uuid: a6920f20-cd57-4041-8d67-0021ca7a50ae + options: + attributes: + class: + - '' + - + menu_name: burger + title: "l'appel a manifestation gĂ©nĂ©rale" + parent: null + uri: 'internal:/node/3' + link_title: '' + description: null + enabled: false + expanded: false + weight: -50 + langcode: fr + uuid: 32fc154b-4a5d-4d36-a31a-a3b2823fe72d + options: { } + - + menu_name: burger + title: 'Projets laurĂ©ats' + parent: null + uri: 'internal:/projets' + link_title: '' + description: null + enabled: false + expanded: true + weight: -47 + langcode: fr + uuid: 9969d8bd-6ec7-4356-b3da-7ee4b32aacfb + options: + attributes: + class: + - '' + - + menu_name: burger + title: LaurĂ©ats + parent: null + uri: 'internal:/projets' + link_title: '' + description: null + enabled: true + expanded: false + weight: -46 + langcode: fr + uuid: 62628d83-8b19-4965-9b32-b3532bf1283b + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: "Appel Ă  manifestation d'intĂ©rĂȘt" + parent: null + uri: 'internal:/node/3' + link_title: '' + description: null + enabled: false + expanded: true + weight: -50 + langcode: fr + uuid: 846d1e85-d797-4ccd-9779-f8a55c3350a9 + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: Programme + parent: null + uri: 'internal:/node/4' + link_title: '' + description: null + enabled: true + expanded: true + weight: -48 + langcode: fr + uuid: d277f356-74ba-4963-b8fd-7c67d49e524e + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: "L'AMI (2021)" + parent: 'menu_link_content:d277f356-74ba-4963-b8fd-7c67d49e524e' + uri: 'internal:/node/3' + link_title: '' + description: null + enabled: true + expanded: false + weight: -46 + langcode: fr + uuid: 8b514c94-abf9-48eb-acba-637156837380 + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: 'Foire aux questions' + parent: 'menu_link_content:d277f356-74ba-4963-b8fd-7c67d49e524e' + uri: 'internal:/faq' + link_title: '' + description: null + enabled: false + expanded: false + weight: -45 + langcode: fr + uuid: 0a630b2b-73fe-47d0-8957-84c2e25ff941 + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: 'Programme en dĂ©tail' + parent: 'menu_link_content:d277f356-74ba-4963-b8fd-7c67d49e524e' + uri: 'entity:node/4' + link_title: '' + description: null + enabled: true + expanded: false + weight: -50 + langcode: fr + uuid: 95704200-43b3-4c48-9798-d3ff6340caf0 + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: Gouvernance + parent: 'menu_link_content:d277f356-74ba-4963-b8fd-7c67d49e524e' + uri: 'entity:node/35' + link_title: '' + description: null + enabled: true + expanded: false + weight: -49 + langcode: fr + uuid: db68dfe2-7afd-4d0d-95ff-89c1e0b7db70 + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: Gouvernance + parent: 'menu_link_content:d277f356-74ba-4963-b8fd-7c67d49e524e' + uri: 'entity:node/20' + link_title: '' + description: null + enabled: true + expanded: false + weight: -48 + langcode: fr + uuid: 9a45556a-8e03-4cc4-8a82-43a97f53f23a + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: "L'incubateur" + parent: 'menu_link_content:d277f356-74ba-4963-b8fd-7c67d49e524e' + uri: 'entity:node/201' + link_title: '' + description: null + enabled: true + expanded: false + weight: -47 + langcode: fr + uuid: 6ae96df2-7e2d-4e77-8da7-6f975c40e097 + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: ActualitĂ©s + parent: null + uri: 'internal:/actualites' + link_title: '' + description: null + enabled: true + expanded: false + weight: -49 + langcode: fr + uuid: 92db1d8f-22a2-436c-814f-8904338621ad + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: Ressources + parent: null + uri: 'internal:/ressources' + link_title: '' + description: null + enabled: true + expanded: true + weight: -45 + langcode: fr + uuid: 4d296aca-5316-4106-828a-01624ca7853e + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: LaurĂ©ats + parent: null + uri: 'internal:/projets' + link_title: '' + description: null + enabled: false + expanded: true + weight: -46 + langcode: fr + uuid: b0c7971c-aae2-4898-9e99-1cadc9400db9 + options: + attributes: + class: + - '' + - + menu_name: header-menu + title: LaurĂ©ats + parent: null + uri: 'internal:/projets' + link_title: '' + description: null + enabled: true + expanded: false + weight: -47 + langcode: fr + uuid: ab86e6fe-9db1-40fd-95c4-ad14b573787b + options: + attributes: + class: + - '' taxonomies: actu_type: - @@ -452,7 +775,7 @@ taxonomies: vid: collection tid: '29' langcode: fr - name: '50 ans d''expĂ©rimentations sur le logement en Europe' + name: "50 ans d'expĂ©rimentations sur le logement en Europe" description__value: "

      Cet espace propose en accĂšs libre des ressources permettant de retracer 50 ans d’histoire sur les expĂ©rimentations rĂ©alisĂ©es en matiĂšre de logement en Europe. Cet Ă©tat de l'art sur les expĂ©rimentations du logement est rĂ©alisĂ© par un post-doctorant, sous l'encadrement scientifique des responsables de la Chaire Le logement demain, rattachĂ©s aux Ă©quipes du LAVUE, UMR CNRS 7218.

      \r\n\r\n

      LabellisĂ©e et soutenue par le ministĂšre de la Culture, la Chaire Le logement de demain a pour ambition d'alimenter les rĂ©flexions sur les  Ă©volutions  de  la  production,  de  la gestion, des transformations du logement et des pratiques de l'habitat. Cet espace est portĂ© et financĂ© par le Bureau de la recherche architecturale, urbaine et paysagĂšre (BRAUP).

      \r\n\r\n

       

      \r\n\r\n

      Présentation de la recherche doctorale

      \r\n\r\n

      La question de la qualitĂ© du logement n’est pas nouvelle.

      \r\n\r\n

      Depuis une cinquantaine d’annĂ©es, les rĂ©flexions se dĂ©veloppent autour d’objectifs pluriels : amĂ©lioration du confort, rĂ©duction des nuisances, nouveaux modes de production, rĂ©ponse aux questions environnementales et aux usages sociaux de l’habitat, diversification des typologies, etc. Par la multiplicitĂ© de ces enjeux, diffĂ©rentes disciplines convergent : du projet architectural et urbain, des sciences humaines et sociales Ă  celles de l’ingĂ©nieur. Souvent initiĂ©es par les pouvoirs publics elles sont aussi portĂ©es par des partenaires privĂ©s.

      \r\n\r\n

      Etudier les expĂ©rimentations comme des formes d’action publique, c’est interroger un foisonnement d’idĂ©es et d’initiatives, des modes de narration des projets, des dĂ©marches de questionnement de l’acte de conception, des mĂ©thodes d’apprĂ©ciation des rĂ©sultats.

      \r\n\r\n

      En analysant, dans leur contexte, la constitution des connaissances et des idĂ©es sur l’habitat, l’ambition de ce travail est de contribuer au dĂ©veloppement d’un savoir cumulatif sur le logement et sur les processus d’innovation, d’expĂ©rimentation et de normalisation qui sous-tendent sa fabrique.

      \r\n\r\n

      \r\n\r\n

      En premier lieu, cette analyse, portant sur le rĂŽle de l’action publique, est enrichie par l’étude dĂ©taillĂ©e de certains programmes gouvernementaux supports de cette production, tels que le Programme Architecture Nouvelle (PAN) et les RĂ©alisations ExpĂ©rimentales (REX). En s’appuyant sur les archives relatives Ă  ces projets et sur des entretiens menĂ©s avec des acteurs tĂ©moins, il s’agit de comprendre les Ă©volutions des thĂ©matiques abordĂ©es ainsi que des modes de reprĂ©sentation et d’évaluation des projets.

      \r\n\r\n

      Dans un second temps, l’étude est Ă©largie au rĂŽle des acteurs du logement social, ainsi qu’aux initiatives privĂ©es repĂ©rĂ©es dans la littĂ©rature spĂ©cialisĂ©e, notamment les revues d’architecture.

      \r\n\r\n

      Enfin, ces Ă©volutions sont mises en regard du contexte europĂ©en afin de tracer les grandes lignes des transferts de connaissances Ă  l’international et de contribuer Ă  une gĂ©ohistoire de l’expĂ©rimentation dans le logement.

      \r\n" description__format: wysiwyg weight: '0' @@ -473,7 +796,7 @@ taxonomies: vid: structure tid: '319' langcode: fr - name: 'Agence d''architecture et d''urbanisme RETHINK' + name: "Agence d'architecture et d'urbanisme RETHINK" description__value: null description__format: null weight: '0' @@ -513,7 +836,7 @@ taxonomies: vid: structure tid: '224' langcode: fr - name: 'Groupement composĂ© de la collectivitĂ© de Berre l''etang, du maitre d''ouvrage ERILIA, du maĂźtre d''ouvrage VILLENOVA et de l''Agence JĂ©rome Siame Architectes' + name: "Groupement composĂ© de la collectivitĂ© de Berre l'etang, du maitre d'ouvrage ERILIA, du maĂźtre d'ouvrage VILLENOVA et de l'Agence JĂ©rome Siame Architectes" description__value: null description__format: null weight: '0' @@ -523,7 +846,7 @@ taxonomies: vid: structure tid: '304' langcode: fr - name: 'Le 23 : CoopĂ©rative d''habitants ' + name: "Le 23 : CoopĂ©rative d'habitants " description__value: null description__format: null weight: '0' @@ -533,7 +856,7 @@ taxonomies: vid: structure tid: '303' langcode: fr - name: 'Le 23 : CoopĂ©rative d''habitants - SCIC SAS, MOE, CollectivitĂ©s locales' + name: "Le 23 : CoopĂ©rative d'habitants - SCIC SAS, MOE, CollectivitĂ©s locales" description__value: null description__format: null weight: '0' @@ -553,7 +876,7 @@ taxonomies: vid: structure tid: '320' langcode: fr - name: 'Membre de l''unitĂ© de recherche Architecture, Milieu, Paysage de l''ENSA Paris-la-Villette' + name: "Membre de l'unitĂ© de recherche Architecture, Milieu, Paysage de l'ENSA Paris-la-Villette" description__value: null description__format: null weight: '0' @@ -570,26 +893,6 @@ taxonomies: parent: '0' uuid: 66b28626-5cb4-489e-ac93-17e86d2380ad tag_ressource: - - - vid: tag_ressource - tid: '659' - langcode: und - name: '3 fenĂȘtres' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: d8edb6ba-5925-479d-a8c6-fd71b0ca13f4 - - - vid: tag_ressource - tid: '673' - langcode: und - name: ACE - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: c3ad7a43-ae8b-4fe7-95bc-b76daad62e5c - vid: tag_ressource tid: '88' @@ -602,109 +905,29 @@ taxonomies: uuid: a6a436d9-e3fb-4e26-a69e-96f38e1e5945 - vid: tag_ressource - tid: '677' + tid: '699' langcode: und - name: 'bioclimatisme ' + name: 'Co-conception et participation habitante' description__value: null description__format: null weight: '0' parent: '0' - uuid: b468f414-821d-4131-b3ef-3ac299d6bb16 + uuid: 9e30f735-767a-4f41-b0a8-99e76615e666 - vid: tag_ressource - tid: '678' + tid: '700' langcode: und - name: BiodiversitĂ© + name: 'Économie circulaire' description__value: null description__format: null weight: '0' parent: '0' - uuid: 3639333a-7cfc-4669-9608-f9eccc693ce1 - - - vid: tag_ressource - tid: '665' - langcode: und - name: BiosourcĂ©s - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 5f5b60c7-5cf1-4655-835d-403d9d671989 - - - vid: tag_ressource - tid: '666' - langcode: und - name: Bois - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 54169a36-a92e-4405-a0b5-799649556a25 - - - vid: tag_ressource - tid: '668' - langcode: und - name: contrat - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: c83393cc-5093-4dfb-a324-dd8c8386df1a - - - vid: tag_ressource - tid: '672' - langcode: und - name: coopĂ©ratives - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 3b849a69-e36d-4307-a417-6b1a8fae7110 - - - vid: tag_ressource - tid: '667' - langcode: und - name: 'Documents d''urbanisme' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 375fb056-e0dc-4dd7-afa6-81bec759ae64 - - - vid: tag_ressource - tid: '661' - langcode: und - name: 'Economie circulaire' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: cafefeac-dc53-4b36-848c-e26181ffd354 - - - vid: tag_ressource - tid: '660' - langcode: und - name: EgalitĂ© - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 7666b323-4c38-454b-ae7e-0bc49ce58538 - - - vid: tag_ressource - tid: '633' - langcode: und - name: EQLD - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 18d1e33e-8e64-4c51-9b82-a17f22ce366d + uuid: 6985dd1f-44e4-41f5-b9b3-e78018137fc0 - vid: tag_ressource tid: '679' langcode: und - name: 'espaces partagĂ©s' + name: 'Espaces partagĂ©s' description__value: null description__format: null weight: '0' @@ -712,44 +935,34 @@ taxonomies: uuid: 30b4d189-4f3a-44c0-93b5-ec3b960ab5b2 - vid: tag_ressource - tid: '647' + tid: '91' langcode: und - name: Etude + name: ExpĂ©rimentation description__value: null description__format: null weight: '0' parent: '0' - uuid: 060684be-5f4f-460a-862b-6e0be46b003d + uuid: 99cea1b8-8684-4320-ab78-cb699d88f835 - vid: tag_ressource - tid: '634' + tid: '701' langcode: und - name: EvĂšnements + name: Financement description__value: null description__format: null weight: '0' parent: '0' - uuid: 43c8e61d-ec89-4185-878f-6fc832af041c + uuid: 7c25ff12-de36-4f45-bb8c-687c859e763b - vid: tag_ressource - tid: '664' + tid: '703' langcode: und - name: Finances + name: 'Habitat modulaire' description__value: null description__format: null weight: '0' parent: '0' - uuid: f4542ecc-0c4e-4aa3-90f5-1a4ca886322f - - - vid: tag_ressource - tid: '652' - langcode: und - name: freins - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: c34dfccd-c3ee-47a9-83d6-78c4c89211fb + uuid: 093880f2-5978-4f91-a07a-e242ca50469a - vid: tag_ressource tid: '674' @@ -762,79 +975,29 @@ taxonomies: uuid: e95627b6-f54f-4414-b11d-4c0db74672a8 - vid: tag_ressource - tid: '651' + tid: '704' langcode: und - name: incubation + name: 'Hors site' description__value: null description__format: null weight: '0' parent: '0' - uuid: 3ece33c9-3648-470d-830c-6a573c7c6907 + uuid: 93641b85-ffa5-458b-9570-3351ed4e0798 - vid: tag_ressource - tid: '670' + tid: '83' langcode: und - name: juridique + name: 'Logement social' description__value: null description__format: null weight: '0' parent: '0' - uuid: 37fdfa33-3f43-4e67-ab4f-3492a8776cf8 - - - vid: tag_ressource - tid: '654' - langcode: und - name: 'lab 2051' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 70b736cc-3c1f-4abd-899d-3d923c38ca65 - - - vid: tag_ressource - tid: '657' - langcode: und - name: LaurĂ©ats - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 2f70d565-4577-43bc-9f6c-4b48b70400b9 - - - vid: tag_ressource - tid: '653' - langcode: und - name: leviers - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 0bd08032-3862-401c-9925-2e3d2924beaa - - - vid: tag_ressource - tid: '669' - langcode: und - name: MAPA - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 07cc37e7-81c5-4d17-a117-ea7844b3d264 - - - vid: tag_ressource - tid: '658' - langcode: und - name: Marseille - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: cc5a2421-c6e8-427c-bb0f-2b95f71172e8 + uuid: afe6d635-3cdf-4ad4-8b6d-ee183cff3e42 - vid: tag_ressource tid: '632' langcode: und - name: MatĂ©riaux + name: 'MatĂ©riaux biosourcĂ©s et gĂ©osourcĂ©s' description__value: null description__format: null weight: '0' @@ -842,44 +1005,34 @@ taxonomies: uuid: 3757a188-151d-4893-b909-d26e3b76401f - vid: tag_ressource - tid: '671' + tid: '85' langcode: und - name: 'modĂšle de rĂ©glement de consultation' + name: 'Politiques publiques' description__value: null description__format: null weight: '0' parent: '0' - uuid: b876a6de-c4f2-43d5-bb6b-20da78580674 + uuid: 16c34305-dc46-437d-b091-e0c3f4e8ee27 - vid: tag_ressource - tid: '649' + tid: '87' langcode: und - name: Modulaire + name: 'Processus de projet' description__value: null description__format: null weight: '0' parent: '0' - uuid: f2018889-8480-4701-9fe0-bf6c64ae6b55 + uuid: c8c08ae0-5666-400e-8a0d-a961802a0e81 - vid: tag_ressource - tid: '655' + tid: '705' langcode: und - name: qualitĂ© + name: Recherche description__value: null description__format: null weight: '0' parent: '0' - uuid: a9060cd1-36fd-4ecc-b27d-c85d71e8db37 - - - vid: tag_ressource - tid: '680' - langcode: und - name: 'recherche ' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 2bbcb50d-6d98-4223-8509-6d43b6c2e1fe + uuid: 463b83b4-1499-40c9-95d6-20019cfe896d - vid: tag_ressource tid: '662' @@ -904,7 +1057,7 @@ taxonomies: vid: tag_ressource tid: '676' langcode: und - name: 'RĂ©versibilitĂ© ' + name: 'RĂ©versibilitĂ© et Ă©volutivitĂ©' description__value: null description__format: null weight: '0' @@ -912,57 +1065,27 @@ taxonomies: uuid: c6ac86a3-9766-4818-9689-814ffc8c9ab5 - vid: tag_ressource - tid: '635' + tid: '706' langcode: und - name: SynthĂšse + name: RuralitĂ© description__value: null description__format: null weight: '0' parent: '0' - uuid: bdced173-23a6-4596-868a-6b9108af1d46 + uuid: 1fe5f87a-01ac-48af-847a-44a95a5151fe - vid: tag_ressource - tid: '650' + tid: '707' langcode: und - name: Transitoire + name: 'Transition Ă©cologique' description__value: null description__format: null weight: '0' parent: '0' - uuid: 8e0085af-9d34-4e2e-9ba4-439fad65430a + uuid: 52684f54-dbcd-4bfb-a384-909194ddb026 - vid: tag_ressource - tid: '663' - langcode: und - name: Transparence - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: b0ae0667-823d-45bc-8087-d1b25527c183 - - - vid: tag_ressource - tid: '646' - langcode: und - name: Villes - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: d9a2eec6-c876-46b9-bcf8-480252337b92 - - - vid: tag_ressource - tid: '648' - langcode: und - name: Workshops - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: ff69bdbc-20b7-4b6c-ab3d-c6608bc6615e - - - vid: tag_ressource - tid: '82' + tid: '710' langcode: und name: Architecture description__value: null @@ -972,27 +1095,7 @@ taxonomies: uuid: 69827476-21da-4966-8b31-da9b4e06b60f - vid: tag_ressource - tid: '91' - langcode: und - name: ExpĂ©rimentation - description__value: null - description__format: null - weight: '2' - parent: '0' - uuid: 99cea1b8-8684-4320-ab78-cb699d88f835 - - - vid: tag_ressource - tid: '92' - langcode: und - name: Habitat - description__value: null - description__format: null - weight: '3' - parent: '0' - uuid: 6d2d3c05-3295-4bbd-bcbb-e0eb48592800 - - - vid: tag_ressource - tid: '80' + tid: '708' langcode: und name: Histoire description__value: null @@ -1002,7 +1105,7 @@ taxonomies: uuid: 9f5b0a6e-e6dd-4fab-8230-1342b4fdc004 - vid: tag_ressource - tid: '81' + tid: '709' langcode: und name: Logement description__value: null @@ -1012,17 +1115,7 @@ taxonomies: uuid: 5e77ead2-a9da-4b3e-ad3e-441e68805451 - vid: tag_ressource - tid: '83' - langcode: und - name: 'Logement social' - description__value: null - description__format: null - weight: '6' - parent: '0' - uuid: afe6d635-3cdf-4ad4-8b6d-ee183cff3e42 - - - vid: tag_ressource - tid: '86' + tid: '712' langcode: und name: 'Politique du logement' description__value: null @@ -1030,31 +1123,11 @@ taxonomies: weight: '7' parent: '0' uuid: ab93d831-9878-4954-9d01-2bb53be33ad5 - - - vid: tag_ressource - tid: '85' - langcode: und - name: 'Politiques publiques' - description__value: null - description__format: null - weight: '8' - parent: '0' - uuid: 16c34305-dc46-437d-b091-e0c3f4e8ee27 - - - vid: tag_ressource - tid: '87' - langcode: und - name: 'Processus de conception' - description__value: null - description__format: null - weight: '9' - parent: '0' - uuid: c8c08ae0-5666-400e-8a0d-a961802a0e81 - vid: tag_ressource tid: '89' langcode: und - name: 'QualitĂ© architecturale' + name: "QualitĂ© d'usage et architecturale" description__value: null description__format: null weight: '10' @@ -1062,17 +1135,7 @@ taxonomies: uuid: bc730054-8f4f-4411-9d6a-856adad2f466 - vid: tag_ressource - tid: '90' - langcode: und - name: 'QualitĂ© d’usage' - description__value: null - description__format: null - weight: '11' - parent: '0' - uuid: c7bd8bd3-ec55-4ac3-b2fc-fe946ff5b918 - - - vid: tag_ressource - tid: '84' + tid: '711' langcode: und name: 'Recherche architecturale' description__value: null @@ -1083,54 +1146,14 @@ taxonomies: types_de_ressource: - vid: types_de_ressource - tid: '594' + tid: '717' langcode: fr - name: 'Actes des workshop' + name: 'Les projets en images' description__value: null description__format: null weight: '0' parent: '0' - uuid: 7ce6a606-7e44-45bc-9d9a-85024805199e - - - vid: types_de_ressource - tid: '55' - langcode: fr - name: Article - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: ef2e5ac8-3ccd-46c3-a77f-b2f420dbf155 - - - vid: types_de_ressource - tid: '62' - langcode: fr - name: Autres - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: f9290a69-f7ad-4cd3-bbed-aff39fe564bb - - - vid: types_de_ressource - tid: '119' - langcode: fr - name: 'Documentation partenariale' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 2d9c5ba1-f92c-4f95-99ac-9de5d627dae8 - - - vid: types_de_ressource - tid: '57' - langcode: fr - name: Livre - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: dc8f2db6-9885-4c45-aa86-b3b2589e82d5 + uuid: e25c59a1-62c2-48bc-be8b-8cc04ed9d70e - vid: types_de_ressource tid: '675' @@ -1138,9 +1161,39 @@ taxonomies: name: 'Paroles de laurĂ©ats' description__value: null description__format: null - weight: '0' + weight: '1' parent: '0' uuid: 703da02d-00b8-43b4-9b90-d1995b3ded11 + - + vid: types_de_ressource + tid: '119' + langcode: fr + name: 'Publications des partenaires et laurĂ©ats' + description__value: null + description__format: null + weight: '2' + parent: '0' + uuid: 2d9c5ba1-f92c-4f95-99ac-9de5d627dae8 + - + vid: types_de_ressource + tid: '595' + langcode: fr + name: 'Publications issues du programme' + description__value: null + description__format: null + weight: '3' + parent: '0' + uuid: 9e9153dd-557d-4e36-bfea-ddf7d408487c + - + vid: types_de_ressource + tid: '725' + langcode: fr + name: ÉvĂšnements + description__value: null + description__format: null + weight: '4' + parent: '0' + uuid: 091ed404-43c2-4503-adf7-b177c148da83 - vid: types_de_ressource tid: '60' @@ -1148,73 +1201,23 @@ taxonomies: name: Presse description__value: null description__format: null - weight: '0' + weight: '5' parent: '0' uuid: 88acdbdb-3f6c-4d77-8ad4-21ef93d96e94 - vid: types_de_ressource - tid: '61' + tid: '62' langcode: fr - name: Projet + name: Autres description__value: null description__format: null - weight: '0' + weight: '6' parent: '0' - uuid: b9028503-b71f-45cb-9265-bf06ef1016a9 - - - vid: types_de_ressource - tid: '588' - langcode: fr - name: 'Publication du programme' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: dbe22e83-c41b-45f2-91ed-06453533f21f - - - vid: types_de_ressource - tid: '595' - langcode: fr - name: 'Publication issue du programme EQLD' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 9e9153dd-557d-4e36-bfea-ddf7d408487c - - - vid: types_de_ressource - tid: '56' - langcode: fr - name: Revue - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: f40fb41d-f27b-41f0-b61c-256456e08d30 - - - vid: types_de_ressource - tid: '58' - langcode: fr - name: 'ThĂšse et mĂ©moire' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: d84e6228-bf75-4e70-9edb-81da9451c940 - - - vid: types_de_ressource - tid: '59' - langcode: fr - name: 'VidĂ©o / Podcast / Replay' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 3db117a4-39df-4c2a-95d9-cef188429f50 + uuid: f9290a69-f7ad-4cd3-bbed-aff39fe564bb type_de_media: - vid: type_de_media - tid: '682' + tid: '694' langcode: fr name: Articles description__value: null @@ -1224,7 +1227,17 @@ taxonomies: uuid: 162e6054-ca95-4a60-8d72-3eedfc4fa356 - vid: type_de_media - tid: '684' + tid: '695' + langcode: fr + name: 'Images / Photos' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: b25a083c-1af4-4e15-894c-3a270fa0457c + - + vid: type_de_media + tid: '696' langcode: fr name: Livres description__value: null @@ -1234,7 +1247,7 @@ taxonomies: uuid: ad3d2330-093d-43ff-a73e-adb96b0cb01a - vid: type_de_media - tid: '686' + tid: '698' langcode: fr name: Podcasts description__value: null @@ -1244,7 +1257,7 @@ taxonomies: uuid: e579d581-53fd-4e45-b953-e8b4dac21019 - vid: type_de_media - tid: '685' + tid: '697' langcode: fr name: 'Publications / Rapports' description__value: null @@ -1254,17 +1267,7 @@ taxonomies: uuid: 4bdb2b15-d470-4442-8559-5696d1987ee9 - vid: type_de_media - tid: '683' - langcode: fr - name: 'Reportage photos' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: b25a083c-1af4-4e15-894c-3a270fa0457c - - - vid: type_de_media - tid: '681' + tid: '693' langcode: fr name: VidĂ©os description__value: null @@ -1273,16 +1276,6 @@ taxonomies: parent: '0' uuid: 6e0b5264-297c-4bfb-90e3-cab68aea746c type_de_moa: - - - vid: type_de_moa - tid: '600' - langcode: fr - name: Association - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 1b0beb85-e019-4ba3-bead-8043c231f752 - vid: type_de_moa tid: '558' @@ -1295,124 +1288,44 @@ taxonomies: uuid: 6c812dfd-ec09-41e6-8e0f-9b86f2a87190 - vid: type_de_moa - tid: '597' + tid: '686' langcode: fr - name: CollectivitĂ© + name: Copromotion description__value: null description__format: null weight: '0' parent: '0' - uuid: 6dff802e-03c4-4475-b29a-8d378a69207a + uuid: e469587e-ff3e-4717-b52b-f84331b6fdea - vid: type_de_moa - tid: '602' + tid: '690' langcode: fr - name: 'Etablissement public' + name: 'MOA collectivitĂ© / amĂ©nageur' description__value: null description__format: null weight: '0' parent: '0' - uuid: 36ef04c6-19ed-426f-a88e-9d5774f7f6eb + uuid: 10770547-c4c2-4ee3-9bc7-76ad86dc6ff2 - vid: type_de_moa - tid: '599' + tid: '691' langcode: fr - name: GĂ©rante + name: 'MOA privĂ©e autre que promotion ' description__value: null description__format: null weight: '0' parent: '0' - uuid: 8009e8f5-7a9c-4bc1-b7cc-3f774ca531c7 + uuid: 7ec1fbc8-52d6-48c1-8e43-0d2573c94543 - vid: type_de_moa - tid: '604' + tid: '715' langcode: fr - name: HES + name: 'Promotion privĂ©e' description__value: null description__format: null weight: '0' parent: '0' - uuid: 3c9d41a9-718e-45a3-aa48-6a911407da88 - - - vid: type_de_moa - tid: '601' - langcode: fr - name: Mixte - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: bde8970a-00ef-4c7e-a722-ad8de0a6c741 - - - vid: type_de_moa - tid: '593' - langcode: fr - name: 'OpĂ©rateur social' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 5db2257f-2640-48ee-be30-d9c559e62146 - - - vid: type_de_moa - tid: '589' - langcode: fr - name: Promoteur - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: d03d6b63-5eb3-4b95-9d18-f0b0c0c8e9de - - - vid: type_de_moa - tid: '591' - langcode: fr - name: 'SAS coopĂ©rative' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: a821c237-c572-4722-8d80-f4847cc633f1 - - - vid: type_de_moa - tid: '596' - langcode: fr - name: 'SAS privĂ©e' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: d0637c88-e9cd-4314-ae3f-92f6aa18f93d - - - vid: type_de_moa - tid: '603' - langcode: fr - name: SCI - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 3531341d-e2c7-4a26-bc3f-0e597244bbb2 - - - vid: type_de_moa - tid: '605' - langcode: fr - name: SCIC - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: ba1171c7-36e3-4758-8266-cb99957a3586 - - - vid: type_de_moa - tid: '606' - langcode: fr - name: SCPI - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 22fdf7bf-fc46-4a7f-bbb0-184a3966fc35 + uuid: 1f1eae39-f3f3-498b-a091-3c8cdaf2755b type_de_projet: - vid: type_de_projet @@ -1424,16 +1337,6 @@ taxonomies: weight: '0' parent: '0' uuid: f6de821e-3e7a-4492-adce-7b95491c1d82 - - - vid: type_de_projet - tid: '592' - langcode: fr - name: HLM - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 9329a623-5ccf-47ac-8a9d-1b0071bcc312 - vid: type_de_projet tid: '598' @@ -1441,7 +1344,7 @@ taxonomies: name: Mixte description__value: null description__format: null - weight: '0' + weight: '1' parent: '0' uuid: 2b380ef5-670a-490d-8b46-163dc2f4b972 - @@ -1451,7 +1354,7 @@ taxonomies: name: Neuf description__value: null description__format: null - weight: '0' + weight: '2' parent: '0' uuid: f0bb1f17-2397-457b-b002-0276d06fa66d type_de_protagoniste: @@ -1479,7 +1382,7 @@ taxonomies: vid: type_de_protagoniste tid: '643' langcode: und - name: 'MaĂźtre d''ouvrage' + name: "MaĂźtre d'ouvrage" description__value: null description__format: null weight: '0' @@ -1509,7 +1412,7 @@ taxonomies: vid: type_de_protagoniste tid: '6' langcode: und - name: 'MaĂźtrise d''ouvrage' + name: "MaĂźtrise d'ouvrage" description__value: null description__format: null weight: '3' diff --git a/config/sync/system.action.node_promote_action.yml b/config/sync/system.action.node_promote_action.yml index 53fdca2..b5eeb29 100644 --- a/config/sync/system.action.node_promote_action.yml +++ b/config/sync/system.action.node_promote_action.yml @@ -7,7 +7,7 @@ dependencies: _core: default_config_hash: N0RDBTqiK4dKoN4p4oW2j0SGWycdHyALUe9M-Ofp89U id: node_promote_action -label: 'Promouvoir le contenu en page d''accueil' +label: "Promouvoir le contenu en page d'accueil" type: node plugin: node_promote_action configuration: { } diff --git a/config/sync/system.action.node_unpromote_action.yml b/config/sync/system.action.node_unpromote_action.yml index 40a35b8..aa2bae7 100644 --- a/config/sync/system.action.node_unpromote_action.yml +++ b/config/sync/system.action.node_unpromote_action.yml @@ -7,7 +7,7 @@ dependencies: _core: default_config_hash: JBptjnfuOMtsdKygklXxoOgeOCTMtQxlkymjnnj-cC0 id: node_unpromote_action -label: 'Retirer un contenu de la page d''accueil' +label: "Retirer un contenu de la page d'accueil" type: node plugin: node_unpromote_action configuration: { } diff --git a/config/sync/system.action.pathauto_update_alias_node.yml b/config/sync/system.action.pathauto_update_alias_node.yml index 66d936e..7fe2126 100644 --- a/config/sync/system.action.pathauto_update_alias_node.yml +++ b/config/sync/system.action.pathauto_update_alias_node.yml @@ -10,7 +10,7 @@ dependencies: _core: default_config_hash: lno8QThS348UX-kaUsagJtCnuPHKLXYnTQiF_9HSDWA id: pathauto_update_alias_node -label: 'Mettre Ă  jour l''alias d''URL' +label: "Mettre Ă  jour l'alias d'URL" type: node plugin: pathauto_update_alias configuration: { } diff --git a/config/sync/system.action.pathauto_update_alias_user.yml b/config/sync/system.action.pathauto_update_alias_user.yml index 6d748d6..94a3e3b 100644 --- a/config/sync/system.action.pathauto_update_alias_user.yml +++ b/config/sync/system.action.pathauto_update_alias_user.yml @@ -10,7 +10,7 @@ dependencies: _core: default_config_hash: x_ok_ZsfA4Xk4B_hVW3O4-3PcNoK57nXLz_Dlletidg id: pathauto_update_alias_user -label: 'Mettre Ă  jour l''alias d''URL' +label: "Mettre Ă  jour l'alias d'URL" type: user plugin: pathauto_update_alias configuration: { } diff --git a/config/sync/system.action.user_cancel_user_action.yml b/config/sync/system.action.user_cancel_user_action.yml index d2eccc7..bc3ee27 100644 --- a/config/sync/system.action.user_cancel_user_action.yml +++ b/config/sync/system.action.user_cancel_user_action.yml @@ -7,7 +7,7 @@ dependencies: _core: default_config_hash: nvrL9bFilzBvm2bjO9rQnFDpBA7dBBUjShSSt6NS-DU id: user_cancel_user_action -label: 'Annuler l''(les) utilisateur(s) sĂ©lectionnĂ©(s)' +label: "Annuler l'(les) utilisateur(s) sĂ©lectionnĂ©(s)" type: user plugin: user_cancel_user_action configuration: { } diff --git a/config/sync/system.advisories.yml b/config/sync/system.advisories.yml index 6ff6ed4..2ad53d6 100644 --- a/config/sync/system.advisories.yml +++ b/config/sync/system.advisories.yml @@ -1,5 +1,4 @@ _core: default_config_hash: x0FuQ_7Cg81mSDQwG028_Z0CjH3R9ib5IDlHeV2BbAo -langcode: fr enabled: true interval_hours: 6 diff --git a/config/sync/system.cron.yml b/config/sync/system.cron.yml index c6ca6e2..6a2da68 100644 --- a/config/sync/system.cron.yml +++ b/config/sync/system.cron.yml @@ -1,7 +1,6 @@ _core: default_config_hash: 0CLCLyauRdR7iXOd-8irNf7IzFv7I2DZKjqkIYwk2Yo -langcode: fr threshold: requirements_warning: 172800 requirements_error: 1209600 -logging: 1 +logging: true diff --git a/config/sync/system.date.yml b/config/sync/system.date.yml index 4918db7..ea2a27e 100644 --- a/config/sync/system.date.yml +++ b/config/sync/system.date.yml @@ -1,6 +1,5 @@ _core: default_config_hash: GQGMdkmApapP8hCC1EBknnYV7rkIOfLs62l0ucgCkns -langcode: fr first_day: 1 country: default: FR diff --git a/config/sync/system.diff.yml b/config/sync/system.diff.yml index 543feae..8c25d35 100644 --- a/config/sync/system.diff.yml +++ b/config/sync/system.diff.yml @@ -1,6 +1,5 @@ _core: default_config_hash: 7LA2fD9dNbf3WkO63uWgUshS6L-gq2vg8e9-ZUE6dq0 -langcode: fr context: lines_leading: 2 lines_trailing: 2 diff --git a/config/sync/system.feature_flags.yml b/config/sync/system.feature_flags.yml new file mode 100644 index 0000000..7169df0 --- /dev/null +++ b/config/sync/system.feature_flags.yml @@ -0,0 +1 @@ +linkset_endpoint: false diff --git a/config/sync/system.file.yml b/config/sync/system.file.yml index d8773fe..cfcc927 100644 --- a/config/sync/system.file.yml +++ b/config/sync/system.file.yml @@ -1,6 +1,5 @@ _core: default_config_hash: iVCUEmCQO_uzT2ReHxUBVpC1NjO4I3wb8-zF1a4vyKI -langcode: fr allow_insecure_uploads: false default_scheme: public path: diff --git a/config/sync/system.image.gd.yml b/config/sync/system.image.gd.yml index 1994c8f..e1b902d 100644 --- a/config/sync/system.image.gd.yml +++ b/config/sync/system.image.gd.yml @@ -1,4 +1,3 @@ _core: default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ -langcode: fr jpeg_quality: 95 diff --git a/config/sync/system.image.yml b/config/sync/system.image.yml index cd0481a..4e2a9cd 100644 --- a/config/sync/system.image.yml +++ b/config/sync/system.image.yml @@ -1,4 +1,3 @@ _core: default_config_hash: EW8tidlqZYQNfMoVepuU-s2zgp-M4WI4W6mhvmNNeeE -langcode: fr toolkit: gd diff --git a/config/sync/system.logging.yml b/config/sync/system.logging.yml index 0bf9e36..0eb82ab 100644 --- a/config/sync/system.logging.yml +++ b/config/sync/system.logging.yml @@ -1,4 +1,3 @@ _core: default_config_hash: vWBxifROGDjDcIRD_9OAODkutkPss2kpPrFdCMNZU9g -langcode: fr error_level: hide diff --git a/config/sync/system.mail.yml b/config/sync/system.mail.yml index 3336b1e..94837d9 100644 --- a/config/sync/system.mail.yml +++ b/config/sync/system.mail.yml @@ -1,5 +1,11 @@ _core: default_config_hash: lCmomLfOMrVmswIaFN0SimRdg6H1_a0nU60SauWb2WA -langcode: fr interface: - default: maillog + default: php_mail +mailer_dsn: + scheme: sendmail + host: default + user: null + password: null + port: null + options: { } diff --git a/config/sync/system.menu.account.yml b/config/sync/system.menu.account.yml index e237f7f..839da44 100644 --- a/config/sync/system.menu.account.yml +++ b/config/sync/system.menu.account.yml @@ -5,6 +5,6 @@ dependencies: { } _core: default_config_hash: M_Bh81osDyUQ4wV0GgU_NdBNqkzM87sLxjaCdFj9mnw id: account -label: 'Menu du compte de l''utilisateur' +label: "Menu du compte de l'utilisateur" description: 'Liens associĂ©s au compte utilisateur courant' locked: true diff --git a/config/sync/system.menu.admin.yml b/config/sync/system.menu.admin.yml index 03082e8..b33de64 100644 --- a/config/sync/system.menu.admin.yml +++ b/config/sync/system.menu.admin.yml @@ -6,5 +6,5 @@ _core: default_config_hash: u1TaJgGuI7dfEk7c8RFSSOoA3uK9BldKjI0uaV5kIpg id: admin label: Administration -description: 'Liens des tĂąches d''administration' +description: "Liens des tĂąches d'administration" locked: true diff --git a/config/sync/system.menu.footer.yml b/config/sync/system.menu.footer.yml index b01487c..9374389 100644 --- a/config/sync/system.menu.footer.yml +++ b/config/sync/system.menu.footer.yml @@ -6,5 +6,5 @@ _core: default_config_hash: 7yrlW5z9zdg2eBucB2GPqXKSMQfH9lSRSO4DbWF7AFc id: footer label: 'Pied de page' -description: 'Liens d''informations sur le site' +description: "Liens d'informations sur le site" locked: true diff --git a/config/sync/system.menu.tools.yml b/config/sync/system.menu.tools.yml index 95fafd0..a10a001 100644 --- a/config/sync/system.menu.tools.yml +++ b/config/sync/system.menu.tools.yml @@ -6,5 +6,5 @@ _core: default_config_hash: BCM-vV1zzRaLHN18dqAR_CuGOj8AFJvTx7BKl_8Gcxc id: tools label: Outils -description: 'Liens outils de l''utilisateur, souvent ajoutĂ©s par des modules' +description: "Liens outils de l'utilisateur, souvent ajoutĂ©s par des modules" locked: true diff --git a/config/sync/system.performance.yml b/config/sync/system.performance.yml index 583db55..9cf3471 100644 --- a/config/sync/system.performance.yml +++ b/config/sync/system.performance.yml @@ -1,6 +1,5 @@ _core: default_config_hash: bUb8UUGCJnZ5aiph4NCUr8rnJay_s8sKGe2JK_7_mzg -langcode: fr cache: page: max_age: 0 @@ -15,4 +14,3 @@ fast_404: js: preprocess: false gzip: true -stale_file_threshold: 2592000 diff --git a/config/sync/system.rss.yml b/config/sync/system.rss.yml index 10fcc3c..4fdaa7f 100644 --- a/config/sync/system.rss.yml +++ b/config/sync/system.rss.yml @@ -1,6 +1,5 @@ _core: default_config_hash: S5uQkVe5wkt0j4O7sfCxOPi4fX8a0aUfJd9o2bNfImM -langcode: fr items: view_mode: rss limit: 10 diff --git a/config/sync/system.site.yml b/config/sync/system.site.yml index 5dd3474..b3eac17 100644 --- a/config/sync/system.site.yml +++ b/config/sync/system.site.yml @@ -12,3 +12,4 @@ page: admin_compact_mode: false weight_select_max: 100 default_langcode: fr +mail_notification: null diff --git a/config/sync/system.theme.global.yml b/config/sync/system.theme.global.yml index ca0beab..ed5836b 100644 --- a/config/sync/system.theme.global.yml +++ b/config/sync/system.theme.global.yml @@ -1,6 +1,5 @@ _core: default_config_hash: jm-1OD80QyXhj_1lyq6IEPXdggFjmpWKrLGixMkbFcw -langcode: fr favicon: mimetype: image/vnd.microsoft.icon path: '' @@ -13,5 +12,5 @@ features: node_user_picture: false logo: path: '' - url: '' + url: null use_default: true diff --git a/config/sync/system.theme.yml b/config/sync/system.theme.yml index e892741..190cfd4 100644 --- a/config/sync/system.theme.yml +++ b/config/sync/system.theme.yml @@ -1,5 +1,4 @@ _core: default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg -langcode: fr admin: adminimal_theme default: eql diff --git a/config/sync/taxonomy.settings.yml b/config/sync/taxonomy.settings.yml index 7f12109..0e3837d 100644 --- a/config/sync/taxonomy.settings.yml +++ b/config/sync/taxonomy.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias -langcode: fr maintain_index_table: true override_selector: false terms_per_page_admin: 100 diff --git a/config/sync/taxonomy.vocabulary.actu_type.yml b/config/sync/taxonomy.vocabulary.actu_type.yml index 484b3eb..39e48ea 100644 --- a/config/sync/taxonomy.vocabulary.actu_type.yml +++ b/config/sync/taxonomy.vocabulary.actu_type.yml @@ -2,7 +2,8 @@ uuid: e0682e00-07f5-41f7-9d89-f02929e9b165 langcode: und status: true dependencies: { } -name: 'Type d''actu' +name: "Type d'actu" vid: actu_type -description: '' +description: null weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.collection.yml b/config/sync/taxonomy.vocabulary.collection.yml index 303ec5a..c128fd7 100644 --- a/config/sync/taxonomy.vocabulary.collection.yml +++ b/config/sync/taxonomy.vocabulary.collection.yml @@ -4,5 +4,6 @@ status: true dependencies: { } name: Collection vid: collection -description: '' +description: null weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.structure.yml b/config/sync/taxonomy.vocabulary.structure.yml index 31361bc..7f90ee2 100644 --- a/config/sync/taxonomy.vocabulary.structure.yml +++ b/config/sync/taxonomy.vocabulary.structure.yml @@ -4,5 +4,6 @@ status: true dependencies: { } name: Structure vid: structure -description: '' +description: null weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.tag_ressource.yml b/config/sync/taxonomy.vocabulary.tag_ressource.yml index 5feddfa..000d706 100644 --- a/config/sync/taxonomy.vocabulary.tag_ressource.yml +++ b/config/sync/taxonomy.vocabulary.tag_ressource.yml @@ -4,5 +4,6 @@ status: true dependencies: { } name: 'tag ressource' vid: tag_ressource -description: '' +description: null weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.type_de_media.yml b/config/sync/taxonomy.vocabulary.type_de_media.yml index 31d2e20..7796248 100644 --- a/config/sync/taxonomy.vocabulary.type_de_media.yml +++ b/config/sync/taxonomy.vocabulary.type_de_media.yml @@ -4,5 +4,6 @@ status: true dependencies: { } name: 'type de media' vid: type_de_media -description: '' +description: null weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.type_de_moa.yml b/config/sync/taxonomy.vocabulary.type_de_moa.yml index 9e213d3..624be61 100644 --- a/config/sync/taxonomy.vocabulary.type_de_moa.yml +++ b/config/sync/taxonomy.vocabulary.type_de_moa.yml @@ -4,5 +4,6 @@ status: true dependencies: { } name: 'Type de MOA' vid: type_de_moa -description: '' +description: null weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.type_de_projet.yml b/config/sync/taxonomy.vocabulary.type_de_projet.yml index 38a3cfb..339b99d 100644 --- a/config/sync/taxonomy.vocabulary.type_de_projet.yml +++ b/config/sync/taxonomy.vocabulary.type_de_projet.yml @@ -4,5 +4,6 @@ status: true dependencies: { } name: 'Type de projet' vid: type_de_projet -description: '' +description: null weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.type_de_protagoniste.yml b/config/sync/taxonomy.vocabulary.type_de_protagoniste.yml index cae20c9..ba1c41f 100644 --- a/config/sync/taxonomy.vocabulary.type_de_protagoniste.yml +++ b/config/sync/taxonomy.vocabulary.type_de_protagoniste.yml @@ -4,5 +4,6 @@ status: true dependencies: { } name: 'Type de protagoniste' vid: type_de_protagoniste -description: '' +description: null weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.types_de_ressource.yml b/config/sync/taxonomy.vocabulary.types_de_ressource.yml index b209c37..ed6d841 100644 --- a/config/sync/taxonomy.vocabulary.types_de_ressource.yml +++ b/config/sync/taxonomy.vocabulary.types_de_ressource.yml @@ -4,5 +4,6 @@ status: true dependencies: { } name: 'Types de ressource' vid: types_de_ressource -description: '' +description: null weight: 0 +new_revision: false diff --git a/config/sync/text.settings.yml b/config/sync/text.settings.yml index 4ecc0fe..46992a7 100644 --- a/config/sync/text.settings.yml +++ b/config/sync/text.settings.yml @@ -1,4 +1,3 @@ _core: default_config_hash: LZ0H1Rt9gdNtb0VBlKOx7XC9_u4i3nEAyuWmmkld8Ao -langcode: fr default_summary_length: 600 diff --git a/config/sync/update.settings.yml b/config/sync/update.settings.yml index dcf1fa4..bea63d3 100644 --- a/config/sync/update.settings.yml +++ b/config/sync/update.settings.yml @@ -1,11 +1,10 @@ _core: default_config_hash: g88bppZh2Uimhd8nWIoRyNIqCPNQ-ywV5hXa_f4Av8k -langcode: fr check: disabled_extensions: false interval_days: 1 fetch: - url: '' + url: null max_attempts: 2 timeout: 30 notification: diff --git a/config/sync/upgrade_status.settings.yml b/config/sync/upgrade_status.settings.yml index a3633c9..c5e8744 100644 --- a/config/sync/upgrade_status.settings.yml +++ b/config/sync/upgrade_status.settings.yml @@ -1,4 +1,3 @@ _core: default_config_hash: BqkUHiXXGvu2L7NR_nblxtP6f03MdD16XSMWwVM0QEc -langcode: fr paths_per_scan: 30 diff --git a/config/sync/user.flood.yml b/config/sync/user.flood.yml index 9030616..4eb3644 100644 --- a/config/sync/user.flood.yml +++ b/config/sync/user.flood.yml @@ -1,6 +1,5 @@ _core: default_config_hash: UYfMzeP1S8jKm9PSvxf7nQNe8DsNS-3bc2WSNNXBQWs -langcode: fr uid_only: false ip_limit: 50 ip_window: 3600 diff --git a/config/sync/user.mail.yml b/config/sync/user.mail.yml index 4e8d38a..1f6fa46 100644 --- a/config/sync/user.mail.yml +++ b/config/sync/user.mail.yml @@ -2,7 +2,7 @@ _core: default_config_hash: IWzNdUVX2YSiflxrGSTLIiqTrhgIzbV2C-hRL5DniJM langcode: fr cancel_confirm: - subject: 'Demande d''annulation du compte [user:display-name] sur [site:name]' + subject: "Demande d'annulation du compte [user:display-name] sur [site:name]" body: |- [user:display-name], @@ -27,10 +27,10 @@ register_no_approval_required: subject: 'DĂ©tails du compte [user:display-name] sur [site:name]' body: "[user:display-name],\r\n\r\nNous vous remercions pour votre inscription sur [site:name]. Vous pouvez maintenant vous connecter en utilisant le lien ci-dessous ou en le copiant dans votre navigateur : \r\n\r\n[user:one-time-login-url]\r\n\r\nCe lien ne peut ĂȘtre utilisĂ© qu'une seule fois et vous redirigera vers une page oĂč vous pourrez choisir votre mot de passe.\r\n\r\nAprĂšs avoir choisi votre mot de passe, vous pourrez vous connecter sur [site:login-url] en utilisant : \r\n\r\nNom d'utilisateur : [user:name]\r\nmot de passe : Votre mot de passe\r\n\r\n-- L'Ă©quipe de [site:name]" register_pending_approval: - subject: 'DĂ©tails du compte [user:display-name] sur [site:name] (en attente de validation d''un administrateur)' + subject: "DĂ©tails du compte [user:display-name] sur [site:name] (en attente de validation d'un administrateur)" body: "[user:display-name],\r\n\r\nNous vous remercions pour votre demande d'inscription sur [site:name]. Votre demande est actuellement en cours de validation. Une fois la validation faite, vous recevrez un autre courriel de confirmation contenant les informations vous permettant de vous connecter, choisir votre mot de passe ainsi que d'autres dĂ©tails.\r\n\r\n\r\n-- L'Ă©quipe de [site:name]" register_pending_approval_admin: - subject: 'DĂ©tails du compte [user:display-name] sur [site:name] (en attente de validation d''un administrateur)' + subject: "DĂ©tails du compte [user:display-name] sur [site:name] (en attente de validation d'un administrateur)" body: "[user:display-name] a fait une demande de compte.\r\n\r\n[user:edit-url]" status_activated: subject: 'DĂ©tails du compte pour [user:display-name] sur [site:name]' diff --git a/config/sync/user.role.admin.yml b/config/sync/user.role.admin.yml index 8bb5b03..8f75c80 100644 --- a/config/sync/user.role.admin.yml +++ b/config/sync/user.role.admin.yml @@ -24,6 +24,7 @@ dependencies: - content_lock - file - filter + - help - menu_admin_per_menu - node - role_delegation @@ -41,6 +42,7 @@ permissions: - 'access administration pages' - 'access content overview' - 'access files overview' + - 'access help pages' - 'access taxonomy overview' - 'access toolbar' - 'access users overview' @@ -70,6 +72,7 @@ permissions: - 'create terms in type_de_protagoniste' - 'create terms in types_de_ressource' - 'create users' + - 'delete own files' - 'delete terms in actu_type' - 'delete terms in collection' - 'delete terms in structure' @@ -109,7 +112,6 @@ permissions: - 'execute entity:save_action node' - 'execute entity:save_action taxonomy_term' - 'execute entity:save_action user' - - 'execute node_assign_owner_action node' - 'execute node_promote_action node' - 'execute node_unpromote_action node' - 'execute user_add_role_action user' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index bd14421..e21137f 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -3,10 +3,12 @@ langcode: fr status: true dependencies: config: + - filter.format.webform_default - filter.format.wysiwyg module: - config_pages - devel + - file - filter - matomo - system @@ -19,7 +21,9 @@ is_admin: false permissions: - 'access content' - 'access devel information' + - 'delete own files' - 'opt-in or out of matomo tracking' + - 'use text format webform_default' - 'use text format wysiwyg' - 'view annuaire_de_recherche config page entity' - 'view base_de_donnees config page entity' diff --git a/config/sync/user.role.editeur.yml b/config/sync/user.role.editeur.yml index 1bbed36..da02ac3 100644 --- a/config/sync/user.role.editeur.yml +++ b/config/sync/user.role.editeur.yml @@ -13,6 +13,8 @@ dependencies: module: - config_pages - content_lock + - file + - help - node - system - toolbar @@ -24,6 +26,7 @@ is_admin: null permissions: - 'access administration pages' - 'access content overview' + - 'access help pages' - 'access toolbar' - 'access webform submission user' - 'administer nodes' @@ -35,6 +38,7 @@ permissions: - 'create question_reponse content' - 'create ressource content' - 'create static content' + - 'delete own files' - 'edit annuaire_de_recherche config page entity' - 'edit any actualite content' - 'edit any offre_de_service content' diff --git a/config/sync/user.role.user.yml b/config/sync/user.role.user.yml index 7c81356..04e7e1c 100644 --- a/config/sync/user.role.user.yml +++ b/config/sync/user.role.user.yml @@ -1,11 +1,14 @@ uuid: 79d39165-c29b-4ca5-a151-d80a773d9573 langcode: fr status: true -dependencies: { } +dependencies: + module: + - file _core: default_config_hash: i1HX2g6ycNxMoSaVKRrMZtmApin-bVKG1d0FG04peQw id: user label: User weight: -4 is_admin: null -permissions: { } +permissions: + - 'delete own files' diff --git a/config/sync/views.settings.yml b/config/sync/views.settings.yml index daeffec..f02dfbe 100644 --- a/config/sync/views.settings.yml +++ b/config/sync/views.settings.yml @@ -1,9 +1,7 @@ _core: default_config_hash: uZHsLrDp1ThO0RvupHKcPzLOyVvWexm58JTTHNDo7yc -langcode: fr display_extenders: - views_ef_fieldset -skip_cache: false sql_signature: false ui: show: diff --git a/config/sync/views.view.actus_blocks_pages.yml b/config/sync/views.view.actus_blocks_pages.yml index 6983bb9..61f0c51 100644 --- a/config/sync/views.view.actus_blocks_pages.yml +++ b/config/sync/views.view.actus_blocks_pages.yml @@ -337,7 +337,6 @@ display: contexts: - 'languages:language_content' - 'languages:language_interface' - - user - 'user.node_grants:view' - user.permissions tags: { } @@ -442,7 +441,6 @@ display: contexts: - 'languages:language_content' - 'languages:language_interface' - - user - 'user.node_grants:view' - user.permissions tags: { } @@ -495,7 +493,7 @@ display: exposed: false expose: operator_id: field_actu_type_target_id_op - label: 'Type d''actualitĂ©s' + label: "Type d'actualitĂ©s" description: '' use_operator: false operator: field_actu_type_target_id_op @@ -553,7 +551,6 @@ display: contexts: - 'languages:language_content' - 'languages:language_interface' - - user - 'user.node_grants:view' - user.permissions tags: { } diff --git a/config/sync/views.view.administerusersbyrole_people.yml b/config/sync/views.view.administerusersbyrole_people.yml index a36a839..b9b96e6 100644 --- a/config/sync/views.view.administerusersbyrole_people.yml +++ b/config/sync/views.view.administerusersbyrole_people.yml @@ -480,6 +480,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/config/sync/views.view.archive.yml b/config/sync/views.view.archive.yml index 410048c..2b17b9c 100644 --- a/config/sync/views.view.archive.yml +++ b/config/sync/views.view.archive.yml @@ -43,6 +43,7 @@ display: items_per_page_options_all_label: '- All -' offset: false offset_label: Offset + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/config/sync/views.view.base_de_donnees.yml b/config/sync/views.view.base_de_donnees.yml index 4e0af97..d0c7e8c 100644 --- a/config/sync/views.view.base_de_donnees.yml +++ b/config/sync/views.view.base_de_donnees.yml @@ -964,7 +964,6 @@ display: - 'languages:language_content' - 'languages:language_interface' - url - - user - 'user.node_grants:view' - user.permissions tags: @@ -1079,7 +1078,6 @@ display: - 'languages:language_content' - 'languages:language_interface' - url - - user - 'user.node_grants:view' - user.permissions tags: diff --git a/config/sync/views.view.block_content.yml b/config/sync/views.view.block_content.yml index 84d51af..2db6282 100644 --- a/config/sync/views.view.block_content.yml +++ b/config/sync/views.view.block_content.yml @@ -8,7 +8,7 @@ dependencies: _core: default_config_hash: P7mydegwqGbeXpLHAlS1BTJBFfvX8tQ62dIECLLklb8 id: block_content -label: 'Custom block library' +label: 'Content blocks' module: views description: 'Find and manage custom blocks.' tag: default @@ -209,6 +209,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 operations: id: operations table: block_content @@ -264,6 +273,7 @@ display: type: mini options: offset: 0 + pagination_heading_level: h4 items_per_page: 50 total_pages: null id: 0 @@ -291,7 +301,7 @@ display: access: type: perm options: - perm: 'administer blocks' + perm: 'access block library' cache: type: tag options: { } @@ -523,14 +533,15 @@ display: position: 1 display_options: display_extenders: { } - path: admin/structure/block/block-content + path: admin/content/block menu: type: tab - title: 'Custom block library' - description: '' + title: Blocks + description: 'Create and edit block content.' weight: 0 + expanded: false menu_name: admin - parent: block.admin_display + parent: system.admin_content context: '0' cache_metadata: max-age: -1 diff --git a/config/sync/views.view.collection_.yml b/config/sync/views.view.collection_.yml index 12c9c5b..22cb88b 100644 --- a/config/sync/views.view.collection_.yml +++ b/config/sync/views.view.collection_.yml @@ -134,7 +134,6 @@ display: default_argument_options: index: 2 use_alias: false - default_argument_skip_url: false summary_options: base_path: '' count: true diff --git a/config/sync/views.view.content.yml b/config/sync/views.view.content.yml index bf514e9..112179b 100644 --- a/config/sync/views.view.content.yml +++ b/config/sync/views.view.content.yml @@ -187,6 +187,15 @@ display: date_format: short custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 operations: id: operations table: node @@ -246,6 +255,7 @@ display: previous: 'â€č Previous' first: '« First' last: 'Last »' + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/config/sync/views.view.content_translations.yml b/config/sync/views.view.content_translations.yml index db3046c..37dd8db 100644 --- a/config/sync/views.view.content_translations.yml +++ b/config/sync/views.view.content_translations.yml @@ -420,6 +420,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: @@ -473,7 +474,7 @@ display: exposed: true expose: operator_id: langcode_op - label: 'Langue d''origine' + label: "Langue d'origine" description: '' use_operator: false operator: langcode_op diff --git a/config/sync/views.view.files.yml b/config/sync/views.view.files.yml index 6773c41..7ed5510 100644 --- a/config/sync/views.view.files.yml +++ b/config/sync/views.view.files.yml @@ -335,6 +335,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 changed: id: changed table: file_managed @@ -391,6 +400,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 count: id: count table: file_usage @@ -466,6 +484,7 @@ display: items_per_page_options_all_label: '- All -' offset: false offset_label: Offset + pagination_heading_level: h4 exposed_form: type: basic options: @@ -735,7 +754,7 @@ display: tags: { } page_1: id: page_1 - display_title: 'Vue d''ensemble des fichiers' + display_title: "Vue d'ensemble des fichiers" display_plugin: page position: 1 display_options: @@ -836,7 +855,7 @@ display: group_type: group admin_label: '' plugin_id: standard - label: 'Type d''entitĂ©' + label: "Type d'entitĂ©" exclude: false alter: alter_text: false @@ -934,7 +953,7 @@ display: group_type: group admin_label: '' plugin_id: numeric - label: 'Nombre d''utilisations' + label: "Nombre d'utilisations" exclude: false alter: alter_text: false @@ -1001,6 +1020,7 @@ display: items_per_page_options_all_label: '- All -' offset: false offset_label: Offset + pagination_heading_level: h4 empty: { } arguments: fid: @@ -1019,11 +1039,10 @@ display: title_enable: false title: All title_enable: true - title: 'Information d''utilisation du fichier {{ arguments.fid }}' + title: "Information d'utilisation du fichier {{ arguments.fid }}" default_argument_type: fixed default_argument_options: argument: '' - default_argument_skip_url: false summary_options: base_path: '' count: true diff --git a/config/sync/views.view.frontpage.yml b/config/sync/views.view.frontpage.yml index c890610..65c6527 100644 --- a/config/sync/views.view.frontpage.yml +++ b/config/sync/views.view.frontpage.yml @@ -11,9 +11,9 @@ dependencies: _core: default_config_hash: HAnuLuk87TQ6QDwuJNjLTJYoBftdp6XtJh8RdBx3-TY id: frontpage -label: 'Page d''accueil' +label: "Page d'accueil" module: node -description: 'Tout le contenu promu en page d''accueil.' +description: "Tout le contenu promu en page d'accueil." tag: default base_table: node_field_data base_field: nid @@ -47,6 +47,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: @@ -75,7 +76,7 @@ display: plugin_id: text_custom label: '' empty: true - 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.' + 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." tokenize: false node_listing_empty: id: node_listing_empty diff --git a/config/sync/views.view.glossary.yml b/config/sync/views.view.glossary.yml index f846b37..405f854 100644 --- a/config/sync/views.view.glossary.yml +++ b/config/sync/views.view.glossary.yml @@ -183,6 +183,15 @@ display: date_format: long custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 pager: type: mini options: @@ -201,6 +210,7 @@ display: items_per_page_options_all_label: '- All -' offset: false offset_label: Offset + pagination_heading_level: h4 exposed_form: type: basic options: @@ -239,7 +249,6 @@ display: default_argument_type: fixed default_argument_options: argument: a - default_argument_skip_url: false summary_options: { } summary: format: default_summary @@ -406,7 +415,6 @@ display: default_argument_type: fixed default_argument_options: argument: a - default_argument_skip_url: false summary_options: items_per_page: 25 inline: true diff --git a/config/sync/views.view.locked_content.yml b/config/sync/views.view.locked_content.yml index e748695..6ffaebd 100644 --- a/config/sync/views.view.locked_content.yml +++ b/config/sync/views.view.locked_content.yml @@ -385,6 +385,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/config/sync/views.view.maillog_overview.yml b/config/sync/views.view.maillog_overview.yml deleted file mode 100644 index c59ef97..0000000 --- a/config/sync/views.view.maillog_overview.yml +++ /dev/null @@ -1,445 +0,0 @@ -uuid: 2ec4a1de-2cc7-4b24-9879-117ca09434db -langcode: fr -status: true -dependencies: - config: - - system.menu.admin - module: - - maillog - - user - enforced: - module: - - maillog -_core: - default_config_hash: xQe_9UDnOYMgxHaQU_vAbBAt_2NfDnyCjJ_ue6vh_uA -id: maillog_overview -label: 'Maillog overview' -module: views -description: '' -tag: '' -base_table: maillog -base_field: id -display: - default: - id: default - display_title: Master - display_plugin: default - position: 1 - display_options: - title: 'Maillog overview' - fields: - id: - id: id - table: maillog - field: id - relationship: none - group_type: group - admin_label: '' - plugin_id: standard - label: '#' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: null - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: 'There are currently no mails to report.' - hide_empty: false - empty_zero: false - hide_alter_empty: true - sent_date: - id: sent_date - table: maillog - field: sent_date - relationship: none - group_type: group - admin_label: '' - plugin_id: date - label: Date - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: null - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - date_format: short - custom_date_format: '' - timezone: '' - subject: - id: subject - table: maillog - field: subject - relationship: none - group_type: group - admin_label: '' - plugin_id: standard - label: Objet - exclude: false - alter: - alter_text: false - text: '' - make_link: true - path: '/admin/reports/maillog/details/{{id}}' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: null - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - header_from: - id: header_from - table: maillog - field: header_from - relationship: none - group_type: group - admin_label: '' - plugin_id: standard - label: 'A partir de' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: null - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - header_to: - id: header_to - table: maillog - field: header_to - relationship: none - group_type: group - admin_label: '' - plugin_id: standard - label: À - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: null - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - pager: - type: full - options: - offset: 0 - items_per_page: 10 - total_pages: null - id: 0 - tags: - next: "suivant\_â€ș" - previous: "â€č\_prĂ©cĂ©dent" - first: "«\_premier" - last: "dernier\_»" - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 20, 40, 60' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - quantity: 9 - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - access: - type: perm - options: - perm: 'view maillog' - cache: - type: none - options: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - plugin_id: text_custom - empty: true - content: 'There are no mail logs in the database.' - tokenize: false - sorts: - sent_date: - id: sent_date - table: maillog - field: sent_date - relationship: none - group_type: group - admin_label: '' - plugin_id: date - order: DESC - expose: - label: '' - field_identifier: sent_date - exposed: false - granularity: second - arguments: { } - filters: { } - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - columns: - id: id - sent_date: sent_date - subject: subject - header_from: header_from - header_to: header_to - default: '-1' - info: - id: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - sent_date: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - subject: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - header_from: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - header_to: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - override: true - sticky: false - summary: '' - empty_table: true - caption: '' - description: '' - row: - type: fields - query: - type: views_query - options: - query_comment: '' - disable_sql_rewrite: false - distinct: false - query_tags: { } - relationships: { } - header: { } - footer: { } - display_extenders: { } - cache_metadata: - max-age: 0 - contexts: - - 'languages:language_interface' - - url.query_args - - user.permissions - tags: { } - cacheable: false - page_1: - id: page_1 - display_title: Page - display_plugin: page - position: 1 - display_options: - display_extenders: { } - path: admin/reports/maillog - menu: - type: normal - title: Maillog - description: '' - weight: 0 - menu_name: admin - parent: system.admin_reports - context: '0' - cache_metadata: - max-age: 0 - contexts: - - 'languages:language_interface' - - url.query_args - - user.permissions - tags: { } - cacheable: false diff --git a/config/sync/views.view.offres_de_.yml b/config/sync/views.view.offres_de_.yml index 682a15d..30c60f4 100644 --- a/config/sync/views.view.offres_de_.yml +++ b/config/sync/views.view.offres_de_.yml @@ -278,7 +278,6 @@ display: - 'languages:language_content' - 'languages:language_interface' - url - - user - 'user.node_grants:view' - user.permissions tags: { } @@ -360,7 +359,6 @@ display: - 'languages:language_content' - 'languages:language_interface' - url - - user - 'user.node_grants:view' - user.permissions tags: { } diff --git a/config/sync/views.view.projets.yml b/config/sync/views.view.projets.yml index 392601c..54cdac1 100644 --- a/config/sync/views.view.projets.yml +++ b/config/sync/views.view.projets.yml @@ -11,6 +11,74 @@ dependencies: - node.type.projet - taxonomy.vocabulary.type_de_moa - taxonomy.vocabulary.type_de_projet + content: + - 'taxonomy_term:actu_type:72d2b968-0581-4b4b-99d9-2e4ddfd360cc' + - 'taxonomy_term:actu_type:95dcbd7e-7f1f-48ad-9bb1-42022a29b18d' + - 'taxonomy_term:collection:1ca945e2-5c86-42c8-bb2f-3f62d5a13885' + - 'taxonomy_term:collection:28b7611e-89e5-432c-8397-14f903dec313' + - 'taxonomy_term:structure:0a985774-0b9c-4909-9d60-385a8480f9b1' + - 'taxonomy_term:structure:0cac3c7e-8728-47e4-83a1-bb8950ded351' + - 'taxonomy_term:structure:414a4bbb-7d12-485b-8511-ae2bde055a69' + - 'taxonomy_term:structure:66b28626-5cb4-489e-ac93-17e86d2380ad' + - 'taxonomy_term:structure:7d997340-eaa4-4eea-9108-4203d81b9736' + - 'taxonomy_term:structure:97763eeb-0984-465b-aef3-d36acef94c13' + - 'taxonomy_term:structure:9f4d4587-b0e4-47fc-b65f-c2c5c9e19b27' + - 'taxonomy_term:structure:b9d19eaa-def6-4ffa-9c29-24eced15ee8c' + - 'taxonomy_term:structure:dcb89cd2-fce2-4d12-8baf-5836873c7337' + - 'taxonomy_term:structure:dd1039f7-e087-4b23-9010-5fc26d418c18' + - 'taxonomy_term:tag_ressource:093880f2-5978-4f91-a07a-e242ca50469a' + - 'taxonomy_term:tag_ressource:16c34305-dc46-437d-b091-e0c3f4e8ee27' + - 'taxonomy_term:tag_ressource:1fe5f87a-01ac-48af-847a-44a95a5151fe' + - 'taxonomy_term:tag_ressource:2218f054-c908-4daf-8695-b5c01463f4a3' + - 'taxonomy_term:tag_ressource:30b4d189-4f3a-44c0-93b5-ec3b960ab5b2' + - 'taxonomy_term:tag_ressource:3757a188-151d-4893-b909-d26e3b76401f' + - 'taxonomy_term:tag_ressource:463b83b4-1499-40c9-95d6-20019cfe896d' + - 'taxonomy_term:tag_ressource:52684f54-dbcd-4bfb-a384-909194ddb026' + - 'taxonomy_term:tag_ressource:5e77ead2-a9da-4b3e-ad3e-441e68805451' + - 'taxonomy_term:tag_ressource:69827476-21da-4966-8b31-da9b4e06b60f' + - 'taxonomy_term:tag_ressource:6985dd1f-44e4-41f5-b9b3-e78018137fc0' + - 'taxonomy_term:tag_ressource:7c25ff12-de36-4f45-bb8c-687c859e763b' + - 'taxonomy_term:tag_ressource:93641b85-ffa5-458b-9570-3351ed4e0798' + - 'taxonomy_term:tag_ressource:99cea1b8-8684-4320-ab78-cb699d88f835' + - 'taxonomy_term:tag_ressource:9e30f735-767a-4f41-b0a8-99e76615e666' + - 'taxonomy_term:tag_ressource:9f5b0a6e-e6dd-4fab-8230-1342b4fdc004' + - 'taxonomy_term:tag_ressource:a6a436d9-e3fb-4e26-a69e-96f38e1e5945' + - 'taxonomy_term:tag_ressource:ab93d831-9878-4954-9d01-2bb53be33ad5' + - 'taxonomy_term:tag_ressource:afe6d635-3cdf-4ad4-8b6d-ee183cff3e42' + - 'taxonomy_term:tag_ressource:bc730054-8f4f-4411-9d6a-856adad2f466' + - 'taxonomy_term:tag_ressource:c6ac86a3-9766-4818-9689-814ffc8c9ab5' + - 'taxonomy_term:tag_ressource:c8c08ae0-5666-400e-8a0d-a961802a0e81' + - 'taxonomy_term:tag_ressource:dfc8464f-7902-46b6-8ac6-3a662b8ba5a0' + - 'taxonomy_term:tag_ressource:e95627b6-f54f-4414-b11d-4c0db74672a8' + - 'taxonomy_term:tag_ressource:fe450e3b-800c-4d7c-9462-d41452e212d9' + - 'taxonomy_term:type_de_media:162e6054-ca95-4a60-8d72-3eedfc4fa356' + - 'taxonomy_term:type_de_media:4bdb2b15-d470-4442-8559-5696d1987ee9' + - 'taxonomy_term:type_de_media:6e0b5264-297c-4bfb-90e3-cab68aea746c' + - 'taxonomy_term:type_de_media:ad3d2330-093d-43ff-a73e-adb96b0cb01a' + - 'taxonomy_term:type_de_media:b25a083c-1af4-4e15-894c-3a270fa0457c' + - 'taxonomy_term:type_de_media:e579d581-53fd-4e45-b953-e8b4dac21019' + - 'taxonomy_term:type_de_moa:10770547-c4c2-4ee3-9bc7-76ad86dc6ff2' + - 'taxonomy_term:type_de_moa:1f1eae39-f3f3-498b-a091-3c8cdaf2755b' + - 'taxonomy_term:type_de_moa:6c812dfd-ec09-41e6-8e0f-9b86f2a87190' + - 'taxonomy_term:type_de_moa:7ec1fbc8-52d6-48c1-8e43-0d2573c94543' + - 'taxonomy_term:type_de_moa:e469587e-ff3e-4717-b52b-f84331b6fdea' + - 'taxonomy_term:type_de_projet:2b380ef5-670a-490d-8b46-163dc2f4b972' + - 'taxonomy_term:type_de_projet:f0bb1f17-2397-457b-b002-0276d06fa66d' + - 'taxonomy_term:type_de_projet:f6de821e-3e7a-4492-adce-7b95491c1d82' + - 'taxonomy_term:type_de_protagoniste:5ccf3e8a-77d2-408d-a477-86f4f737fbe7' + - 'taxonomy_term:type_de_protagoniste:5eed05fa-d0d0-43e0-bbea-6ff81f844802' + - 'taxonomy_term:type_de_protagoniste:8a648f8a-00f8-420c-be09-7bfa5e778af6' + - 'taxonomy_term:type_de_protagoniste:98c5c685-e290-42e4-9214-effbe50bf78c' + - 'taxonomy_term:type_de_protagoniste:99341211-e4c0-4ffb-867c-dd119932cc44' + - 'taxonomy_term:type_de_protagoniste:__5ccf3e8a-77d2-408d-a477-86f4f737fbe7' + - 'taxonomy_term:type_de_protagoniste:__8a648f8a-00f8-420c-be09-7bfa5e778af6' + - 'taxonomy_term:types_de_ressource:091ed404-43c2-4503-adf7-b177c148da83' + - 'taxonomy_term:types_de_ressource:2d9c5ba1-f92c-4f95-99ac-9de5d627dae8' + - 'taxonomy_term:types_de_ressource:703da02d-00b8-43b4-9b90-d1995b3ded11' + - 'taxonomy_term:types_de_ressource:88acdbdb-3f6c-4d77-8ad4-21ef93d96e94' + - 'taxonomy_term:types_de_ressource:9e9153dd-557d-4e36-bfea-ddf7d408487c' + - 'taxonomy_term:types_de_ressource:e25c59a1-62c2-48bc-be8b-8cc04ed9d70e' + - 'taxonomy_term:types_de_ressource:f9290a69-f7ad-4cd3-bbed-aff39fe564bb' module: - better_exposed_filters - geofield @@ -168,7 +236,7 @@ display: expose_sort_order: true sort_asc_label: Asc sort_desc_label: Desc - text_input_required: 'SĂ©lectionnez n''importe quel filtre et cliquez sur Appliquer pour voir les rĂ©sultats' + text_input_required: "SĂ©lectionnez n'importe quel filtre et cliquez sur Appliquer pour voir les rĂ©sultats" text_input_required_format: wysiwyg bef: general: @@ -457,8 +525,8 @@ display: map_position: force: false center: - lat: !!float 0 - lon: !!float 0 + lat: 0.0 + lon: 0.0 zoom: 12 minZoom: 1 maxZoom: 18 @@ -965,7 +1033,6 @@ display: - 'languages:language_content' - 'languages:language_interface' - url - - user - 'user.node_grants:view' - user.permissions tags: diff --git a/config/sync/views.view.redirect.yml b/config/sync/views.view.redirect.yml index fe811bd..7f7bf37 100644 --- a/config/sync/views.view.redirect.yml +++ b/config/sync/views.view.redirect.yml @@ -243,6 +243,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/config/sync/views.view.taxonomy_term.yml b/config/sync/views.view.taxonomy_term.yml index fb2e158..cbc99ee 100644 --- a/config/sync/views.view.taxonomy_term.yml +++ b/config/sync/views.view.taxonomy_term.yml @@ -43,6 +43,7 @@ display: items_per_page_options_all_label: '- All -' offset: false offset_label: Offset + pagination_heading_level: h4 exposed_form: type: basic options: @@ -108,7 +109,6 @@ display: default_argument_type: fixed default_argument_options: argument: '' - default_argument_skip_url: false summary_options: base_path: '' count: true diff --git a/config/sync/views.view.user_admin_people.yml b/config/sync/views.view.user_admin_people.yml index c0411c4..15e69ea 100644 --- a/config/sync/views.view.user_admin_people.yml +++ b/config/sync/views.view.user_admin_people.yml @@ -480,6 +480,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: diff --git a/config/sync/views.view.watchdog.yml b/config/sync/views.view.watchdog.yml index 75f22cd..a09d841 100644 --- a/config/sync/views.view.watchdog.yml +++ b/config/sync/views.view.watchdog.yml @@ -454,6 +454,7 @@ display: items_per_page_options_all_label: '- All -' offset: false offset_label: Offset + pagination_heading_level: h4 exposed_form: type: basic options: @@ -478,10 +479,10 @@ display: field: area_text_custom relationship: none group_type: group - admin_label: 'Aucune entrĂ©e du journal n''est disponible.' + admin_label: "Aucune entrĂ©e du journal n'est disponible." plugin_id: text_custom empty: true - content: 'Aucune entrĂ©e du journal n''est disponible.' + content: "Aucune entrĂ©e du journal n'est disponible." tokenize: false sorts: wid: diff --git a/config/sync/views.view.webform_submissions.yml b/config/sync/views.view.webform_submissions.yml index 4d7381a..2830493 100644 --- a/config/sync/views.view.webform_submissions.yml +++ b/config/sync/views.view.webform_submissions.yml @@ -216,6 +216,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -365,6 +374,7 @@ display: offset: false offset_label: Offset quantity: 9 + pagination_heading_level: h4 exposed_form: type: basic options: @@ -422,7 +432,8 @@ display: field: uid entity_type: webform_submission entity_field: uid - plugin_id: numeric + plugin_id: entity_target_id + target_entity_type_id: user in_draft: id: in_draft table: webform_submission @@ -443,7 +454,6 @@ display: default_argument_type: fixed default_argument_options: argument: '' - default_argument_skip_url: false summary_options: base_path: '' count: true @@ -979,6 +989,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -1046,6 +1065,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -1901,6 +1929,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -1968,6 +2005,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -2735,6 +2781,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true @@ -2802,6 +2857,15 @@ display: date_format: medium custom_date_format: '' timezone: '' + tooltip: + date_format: '' + custom_date_format: '' + time_diff: + enabled: false + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + refresh: 60 group_column: value group_columns: { } group_rows: true diff --git a/config/sync/views.view.who_s_online.yml b/config/sync/views.view.who_s_online.yml index 05d914b..dbbed15 100644 --- a/config/sync/views.view.who_s_online.yml +++ b/config/sync/views.view.who_s_online.yml @@ -9,7 +9,7 @@ _core: id: who_s_online label: 'Bloc "Qui est connectĂ©"' module: user -description: 'Affiche les noms des utilisateurs les plus actifs rĂ©cemment et le nombre total d''utilisateurs actifs.' +description: "Affiche les noms des utilisateurs les plus actifs rĂ©cemment et le nombre total d'utilisateurs actifs." tag: default base_table: users_field_data base_field: uid @@ -143,7 +143,7 @@ display: expose: operator_id: access_op label: 'Last access' - description: 'DurĂ©e pendant laquelle on considĂšre qu''un utilisateur est en ligne aprĂšs qu''il ait vu une page pour la derniĂšre fois.' + description: "DurĂ©e pendant laquelle on considĂšre qu'un utilisateur est en ligne aprĂšs qu'il ait vu une page pour la derniĂšre fois." use_operator: false operator: access_op operator_limit_selection: false @@ -214,7 +214,7 @@ display: display_plugin: block position: 1 display_options: - display_description: 'Une liste d''utilisateurs actuellement connectĂ©s.' + display_description: "Une liste d'utilisateurs actuellement connectĂ©s." display_extenders: { } block_description: 'Utilisateurs en ligne' cache_metadata: diff --git a/config/sync/webform.settings.yml b/config/sync/webform.settings.yml index 5d51b8a..88bd677 100644 --- a/config/sync/webform.settings.yml +++ b/config/sync/webform.settings.yml @@ -3,6 +3,8 @@ _core: langcode: fr settings: default_status: open + default_categories: { } + default_page: true default_page_base_path: /form default_ajax: false default_ajax_progress_type: throbber @@ -45,6 +47,7 @@ settings: 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_confirmation_noindex: true default_limit_total_message: 'No more submissions are permitted.' default_limit_user_message: 'No more submissions are permitted.' default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]' @@ -153,15 +156,13 @@ element: default_empty_option: true default_empty_option_required: '' default_empty_option_optional: '' - default_algolia_places_app_id: '' - default_algolia_places_api_key: '' excluded_elements: password: password password_confirm: password_confirm html_editor: disabled: false - element_format: '' - mail_format: '' + element_format: webform_default + mail_format: webform_default tidy: true make_unused_managed_files_temporary: true file: diff --git a/config/sync/webform.webform.candidature.yml b/config/sync/webform.webform.candidature.yml index 9e1aa97..5072f28 100644 --- a/config/sync/webform.webform.candidature.yml +++ b/config/sync/webform.webform.candidature.yml @@ -11,7 +11,7 @@ archive: false id: candidature title: Candidature description: '' -category: '' +categories: { } elements: |- nom: '#type': textfield @@ -113,6 +113,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/sync/webform.webform.contact.yml b/config/sync/webform.webform.contact.yml index f575fee..a40ccca 100644 --- a/config/sync/webform.webform.contact.yml +++ b/config/sync/webform.webform.contact.yml @@ -16,7 +16,7 @@ archive: false id: contact title: Contact description: 'Basic email contact webform.' -category: '' +categories: { } elements: | name: '#title': 'Your Name' @@ -129,6 +129,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/sync/webform.webform.deposer_une_contribution.yml b/config/sync/webform.webform.deposer_une_contribution.yml index 9ab9a96..3c9d6fc 100644 --- a/config/sync/webform.webform.deposer_une_contribution.yml +++ b/config/sync/webform.webform.deposer_une_contribution.yml @@ -16,7 +16,7 @@ archive: false id: deposer_une_contribution title: 'DĂ©poser une contribution' description: '' -category: '' +categories: { } elements: |- titre: '#type': webform_markup @@ -176,6 +176,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/sync/webform.webform.offre_de_service.yml b/config/sync/webform.webform.offre_de_service.yml index 679a657..a6f8ddc 100644 --- a/config/sync/webform.webform.offre_de_service.yml +++ b/config/sync/webform.webform.offre_de_service.yml @@ -16,7 +16,7 @@ archive: false id: offre_de_service title: 'Offre de service' description: "Pour déposer une offre de service, veuillez remplir le formulaire ci-contre. Les champs marqués (*) sont
      \r\nobligatoires.
      \r\nVotre offre de service devra être revue par un administrateur avant publication." -category: '' +categories: { } elements: |- title: '#type': webform_markup @@ -173,6 +173,8 @@ settings: wizard_toggle: true wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/config/sync/webform.webform.question.yml b/config/sync/webform.webform.question.yml index 424e65b..4c0084a 100644 --- a/config/sync/webform.webform.question.yml +++ b/config/sync/webform.webform.question.yml @@ -16,7 +16,7 @@ archive: false id: question title: Question description: 'Question for FAQ' -category: '' +categories: { } elements: |- processed_text: '#type': processed_text @@ -123,6 +123,8 @@ settings: wizard_toggle: false wizard_toggle_show_label: '' wizard_toggle_hide_label: '' + wizard_page_type: container + wizard_page_title_tag: h2 preview: 0 preview_label: '' preview_title: '' diff --git a/web/.ht.router.php b/web/.ht.router.php index 2c8a6f6..b5884ef 100644 --- a/web/.ht.router.php +++ b/web/.ht.router.php @@ -39,7 +39,7 @@ if (file_exists(__DIR__ . $url['path'])) { // Work around the PHP bug. $path = $url['path']; $script = 'index.php'; -if (strpos($path, '.php') !== FALSE) { +if (str_contains($path, '.php')) { // Work backwards through the path to check if a script exists. Otherwise // fallback to index.php. do { diff --git a/web/.htaccess b/web/.htaccess index 1575c51..4031da4 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -26,13 +26,6 @@ AddEncoding gzip svgz # sites/default/default.settings.php and # Drupal\Core\DrupalKernel::bootEnvironment() for settings that can be # changed at runtime. - -# PHP 7, Apache 1 and 2. - - php_value assert.active 0 - - -# PHP 8, Apache 1 and 2. php_value assert.active 0 @@ -42,8 +35,8 @@ AddEncoding gzip svgz # Enable expirations. ExpiresActive On - # Cache all files and redirects for 2 weeks after access (A). - ExpiresDefault A1209600 + # Cache all files for 1 year after access. + ExpiresDefault "access plus 1 year" # Do not allow PHP scripts to be cached unless they explicitly send cache @@ -180,7 +173,13 @@ AddEncoding gzip svgz # Various header fixes. - # Disable content sniffing, since it's an attack vector. + # Disable content sniffing for all responses, since it's an attack vector. + # This header is also set in FinishResponseSubscriber, which depending on + # Apache configuration might get placed in the 'onsuccess' table. To prevent + # header duplication, unset that one prior to setting in the 'always' table. + # See "To circumvent this limitation..." in + # https://httpd.apache.org/docs/current/mod/mod_headers.html. + Header onsuccess unset X-Content-Type-Options Header always set X-Content-Type-Options nosniff # Disable Proxy header, since it's an attack vector. RequestHeader unset Proxy diff --git a/web/INSTALL.txt b/web/INSTALL.txt index 3714df0..be9e29d 100644 --- a/web/INSTALL.txt +++ b/web/INSTALL.txt @@ -1,3 +1,3 @@ -Please read core/INSTALL.txt for detailed installation instructions for your -Drupal website. +Read core/INSTALL.txt for detailed installation instructions for your Drupal +website. diff --git a/web/example.gitignore b/web/example.gitignore index 7cc3227..d77a48b 100644 --- a/web/example.gitignore +++ b/web/example.gitignore @@ -25,7 +25,7 @@ sites/*/services*.yml sites/*/files sites/*/private -# Ignore SimpleTest multi-site environment. +# Ignore multi-site test environment. sites/simpletest # If you prefer to store your .gitignore file in the sites/ folder, comment @@ -38,5 +38,5 @@ sites/simpletest # */files # */private -# Ignore SimpleTest multi-site environment. +# Ignore multi-site test environment. # simpletest diff --git a/web/modules/README.txt b/web/modules/README.txt index 529c31b..249e817 100644 --- a/web/modules/README.txt +++ b/web/modules/README.txt @@ -38,5 +38,5 @@ pattern may be used to restrict modules to a specific site instance. MORE INFORMATION ---------------- -Refer to the “Developing for Drupal” section of the README.txt in the Drupal +Refer to the “Developing for Drupal” section of the README.md in the Drupal root directory for further information on extending Drupal with custom modules. diff --git a/web/profiles/README.txt b/web/profiles/README.txt index b0f0c0b..6d11a51 100644 --- a/web/profiles/README.txt +++ b/web/profiles/README.txt @@ -24,5 +24,5 @@ available to all sites during their initial site installation. MORE INFORMATION ---------------- -Refer to the "Installation profiles" section of the README.txt in the Drupal +Refer to the "Installation profiles" section of the README.md in the Drupal root directory for further information on extending Drupal with custom profiles. diff --git a/web/robots.txt b/web/robots.txt index ebcd04b..3ad8e2e 100644 --- a/web/robots.txt +++ b/web/robots.txt @@ -37,7 +37,15 @@ Allow: /profiles/*.svg Disallow: /core/ Disallow: /profiles/ # Files -Disallow: /README.txt +Disallow: /README.md +Disallow: /composer/Metapackage/README.txt +Disallow: /composer/Plugin/ProjectMessage/README.md +Disallow: /composer/Plugin/Scaffold/README.md +Disallow: /composer/Plugin/VendorHardening/README.txt +Disallow: /composer/Template/README.txt +Disallow: /modules/README.txt +Disallow: /sites/README.txt +Disallow: /themes/README.txt Disallow: /web.config # Paths (clean URLs) Disallow: /admin/ diff --git a/web/sites/default/default.services.yml b/web/sites/default/default.services.yml index b4d27e0..dacb3f7 100644 --- a/web/sites/default/default.services.yml +++ b/web/sites/default/default.services.yml @@ -1,4 +1,8 @@ parameters: + # Toggles the super user access policy. If your website has at least one user + # with the Administrator role, it is advised to set this to false. This allows + # you to make user 1 a regular user, strengthening the security of your site. + security.enable_super_user: true session.storage.options: # Default ini options for sessions. # @@ -37,6 +41,13 @@ parameters: # @default none # cookie_domain: '.example.com' # + # Set the SameSite cookie attribute: 'None', 'Lax', or 'Strict'. If set, + # this value will override the server value. See + # https://www.php.net/manual/en/session.security.ini.php for more + # information. + # @default no value + cookie_samesite: Lax + # # Set the session ID string length. The length can be between 22 to 256. The # PHP recommended value is 48. See # https://www.php.net/manual/session.security.ini.php for more information. @@ -53,6 +64,11 @@ parameters: # \Drupal\Core\Session\SessionConfiguration::__construct() # @default 6 sid_bits_per_character: 6 + # By default, Drupal generates a session cookie name based on the full + # domain name. Set the name_suffix to a short random string to ensure this + # session cookie name is unique on different installations on the same + # domain and path (for example, when migrating from Drupal 7). + name_suffix: '' twig.config: # Twig debugging: # @@ -207,9 +223,17 @@ parameters: # Configure requests allowed from specific origins. Do not include trailing # slashes with URLs. allowedOrigins: ['*'] + # Configure requests allowed from origins, matching against regex patterns. + allowedOriginsPatterns: [] # Sets the Access-Control-Expose-Headers header. exposedHeaders: false # Sets the Access-Control-Max-Age header. maxAge: false # Sets the Access-Control-Allow-Credentials header. supportsCredentials: false + + queue.config: + # The maximum number of seconds to wait if a queue is temporarily suspended. + # This is not applicable when a queue is suspended but does not specify + # how long to wait before attempting to resume. + suspendMaximumWait: 30 diff --git a/web/sites/default/default.settings.php b/web/sites/default/default.settings.php index 20d7893..90883ff 100644 --- a/web/sites/default/default.settings.php +++ b/web/sites/default/default.settings.php @@ -24,18 +24,18 @@ * 'sites/default' will be used. * * For example, for a fictitious site installed at - * https://www.drupal.org:8080/mysite/test/, the 'settings.php' file is searched + * https://www.drupal.org:8080/my-site/test/, the 'settings.php' file is searched * for in the following directories: * - * - sites/8080.www.drupal.org.mysite.test - * - sites/www.drupal.org.mysite.test - * - sites/drupal.org.mysite.test - * - sites/org.mysite.test + * - sites/8080.www.drupal.org.my-site.test + * - sites/www.drupal.org.my-site.test + * - sites/drupal.org.my-site.test + * - sites/org.my-site.test * - * - sites/8080.www.drupal.org.mysite - * - sites/www.drupal.org.mysite - * - sites/drupal.org.mysite - * - sites/org.mysite + * - sites/8080.www.drupal.org.my-site + * - sites/www.drupal.org.my-site + * - sites/drupal.org.my-site + * - sites/org.my-site * * - sites/8080.www.drupal.org * - sites/www.drupal.org @@ -46,8 +46,8 @@ * * Note that if you are installing on a non-standard port number, prefix the * hostname with that number. For example, - * https://www.drupal.org:8080/mysite/test/ could be loaded from - * sites/8080.www.drupal.org.mysite.test/. + * https://www.drupal.org:8080/my-site/test/ could be loaded from + * sites/8080.www.drupal.org.my-site.test/. * * @see example.sites.php * @see \Drupal\Core\DrupalKernel::getSitePath() @@ -77,9 +77,9 @@ * * @code * $databases['default']['default'] = [ - * 'database' => 'databasename', - * 'username' => 'sqlusername', - * 'password' => 'sqlpassword', + * 'database' => 'database_name', + * 'username' => 'sql_username', + * 'password' => 'sql_password', * 'host' => 'localhost', * 'port' => '3306', * 'driver' => 'mysql', @@ -181,8 +181,8 @@ $databases = []; * * WARNING: The above defaults are designed for database portability. Changing * them may cause unexpected behavior, including potential data loss. See - * https://www.drupal.org/developing/api/database/configuration for more - * information on these defaults and the potential issues. + * https://www.drupal.org/docs/8/api/database-api/database-configuration for + * more information on these defaults and the potential issues. * * More details can be found in the constructor methods for each driver: * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct() @@ -193,9 +193,9 @@ $databases = []; * @code * $databases['default']['default'] = [ * 'driver' => 'pgsql', - * 'database' => 'databasename', - * 'username' => 'sqlusername', - * 'password' => 'sqlpassword', + * 'database' => 'database_name', + * 'username' => 'sql_username', + * 'password' => 'sql_password', * 'host' => 'localhost', * 'prefix' => '', * ]; @@ -205,7 +205,7 @@ $databases = []; * @code * $databases['default']['default'] = [ * 'driver' => 'sqlite', - * 'database' => '/path/to/databasefilename', + * 'database' => '/path/to/database_filename', * ]; * @endcode * @@ -215,13 +215,34 @@ $databases = []; * 'driver' => 'my_driver', * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver', * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/', - * 'database' => 'databasename', - * 'username' => 'sqlusername', - * 'password' => 'sqlpassword', + * 'database' => 'database_name', + * 'username' => 'sql_username', + * 'password' => 'sql_password', * 'host' => 'localhost', * 'prefix' => '', * ]; * @endcode + * + * Sample Database configuration format for a driver that is extending another + * database driver. + * @code + * $databases['default']['default'] = [ + * 'driver' => 'my_driver', + * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver', + * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/', + * 'database' => 'database_name', + * 'username' => 'sql_username', + * 'password' => 'sql_password', + * 'host' => 'localhost', + * 'prefix' => '', + * 'dependencies' => [ + * 'parent_module' => [ + * 'namespace' => 'Drupal\parent_module', + * 'autoload' => 'core/modules/parent_module/src/', + * ], + * ], + * ]; + * @endcode */ /** @@ -256,7 +277,8 @@ $databases = []; * variable has the same value on each server. * * For enhanced security, you may set this variable to the contents of a file - * outside your document root; you should also ensure that this file is not + * outside your document root, and vary the value across environments (like + * production and development); you should also ensure that this file is not * stored with backups of your database. * * Example: @@ -333,14 +355,13 @@ $settings['update_free_access'] = FALSE; * security, or encryption benefits. In an environment where Drupal * is behind a reverse proxy, the real IP address of the client should * be determined such that the correct client IP address is available - * to Drupal's logging, statistics, and access management systems. In - * the most simple scenario, the proxy server will add an - * X-Forwarded-For header to the request that contains the client IP - * address. However, HTTP headers are vulnerable to spoofing, where a - * malicious client could bypass restrictions by setting the - * X-Forwarded-For header directly. Therefore, Drupal's proxy - * configuration requires the IP addresses of all remote proxies to be - * specified in $settings['reverse_proxy_addresses'] to work correctly. + * to Drupal's logging and access management systems. In the most simple + * scenario, the proxy server will add an X-Forwarded-For header to the request + * that contains the client IP address. However, HTTP headers are vulnerable to + * spoofing, where a malicious client could bypass restrictions by setting the + * X-Forwarded-For header directly. Therefore, Drupal's proxy configuration + * requires the IP addresses of all remote proxies to be specified in + * $settings['reverse_proxy_addresses'] to work correctly. * * Enable this setting to get Drupal to determine the client IP from the * X-Forwarded-For header. If you are unsure about this setting, do not have a @@ -486,6 +507,15 @@ $settings['update_free_access'] = FALSE; # $settings['file_chmod_directory'] = 0775; # $settings['file_chmod_file'] = 0664; +/** + * Optimized assets path: + * + * A local file system path where optimized assets will be stored. This directory + * must exist and be writable by Drupal. This directory must be relative to + * the Drupal installation directory and be accessible over the web. + */ +# $settings['file_assets_path'] = 'sites/default/files'; + /** * Public file base URL: * @@ -550,6 +580,23 @@ $settings['update_free_access'] = FALSE; */ # $settings['file_sa_core_2023_005_schemes'] = ['porcelain']; +/** + * Configuration for phpinfo() admin status report. + * + * Drupal's admin UI includes a report at admin/reports/status/php which shows + * the output of phpinfo(). The full output can contain sensitive information + * so by default Drupal removes some sections. + * + * This behavior can be configured by setting this variable to a different + * value corresponding to the flags parameter of phpinfo(). + * + * If you need to expose more information in the report - for example to debug a + * problem - consider doing so temporarily. + * + * @see https://www.php.net/manual/function.phpinfo.php + */ +# $settings['sa_core_2023_004_phpinfo_flags'] = ~ (INFO_VARIABLES | INFO_ENVIRONMENT); + /** * Private file path: * @@ -599,7 +646,7 @@ $settings['update_free_access'] = FALSE; * any added language. (eg locale_custom_strings_de for german). */ # $settings['locale_custom_strings_en'][''] = [ -# 'forum' => 'Discussion board', +# 'Home' => 'Front page', # '@count min' => '@count minutes', # ]; @@ -683,6 +730,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml'; * Provide a fully qualified class name here if you would like to provide an * alternate implementation YAML parser. The class must implement the * \Drupal\Component\Serialization\SerializationInterface interface. + * + * This setting is deprecated in Drupal 10.3 and removed in Drupal 11. */ # $settings['yaml_parser_class'] = NULL; @@ -724,6 +773,7 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml'; * * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings */ +# $settings['trusted_host_patterns'] = []; /** * The default list of directories that will be ignored by Drupal's file API. @@ -759,6 +809,16 @@ $settings['entity_update_batch_size'] = 50; */ $settings['entity_update_backup'] = TRUE; +/** + * State caching. + * + * State caching uses the cache collector pattern to cache all requested keys + * from the state API in a single cache entry, which can greatly reduce the + * amount of database queries. However, some sites may use state with a + * lot of dynamic keys which could result in a very large cache. + */ +$settings['state_cache'] = TRUE; + /** * Node migration type. * diff --git a/web/sites/development.services.yml b/web/sites/development.services.yml index d2857c6..c02d3ff 100644 --- a/web/sites/development.services.yml +++ b/web/sites/development.services.yml @@ -1,7 +1,17 @@ # Local development services. # +# The development.services.yml file allows the developer to override +# container parameters for debugging. +# # To activate this feature, follow the instructions at the top of the # 'example.settings.local.php' file, which sits next to this file. +# +# Be aware that in Drupal's configuration system, all the files that +# provide container definitions are merged using a shallow merge approach +# within \Drupal\Core\DependencyInjection\YamlFileLoader. +# This means that if you want to override any value of a parameter, the +# whole parameter array needs to be copied from +# sites/default/default.services.yml or from core/core.services.yml file. parameters: http.response.debug_cacheability_headers: true services: diff --git a/web/sites/example.settings.local.php b/web/sites/example.settings.local.php index a9f1aca..bfe061d 100644 --- a/web/sites/example.settings.local.php +++ b/web/sites/example.settings.local.php @@ -26,14 +26,10 @@ * @see http://php.net/assert * @see https://www.drupal.org/node/2492225 * - * If you are using PHP 7.0 it is strongly recommended that you set - * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess - * or runtime) on development machines and to 0 in production. - * - * @see https://wiki.php.net/rfc/expectations + * It is strongly recommended that you set zend.assertions=1 in the PHP.ini file + * (It cannot be changed from .htaccess or runtime) on development machines and + * to 0 or -1 in production. */ -assert_options(ASSERT_ACTIVE, TRUE); -assert_options(ASSERT_EXCEPTION, TRUE); /** * Enable local development services. diff --git a/web/sites/example.sites.php b/web/sites/example.sites.php index 32dca95..a1955a9 100644 --- a/web/sites/example.sites.php +++ b/web/sites/example.sites.php @@ -7,7 +7,7 @@ * Configuration file for multi-site support and directory aliasing feature. * * This file is required for multi-site support and also allows you to define a - * set of aliases that map hostnames, ports, and pathnames to configuration + * set of aliases that map host names, ports, and path names to configuration * directories in the sites directory. These aliases are loaded prior to * scanning for directories, and they are exempt from the normal discovery * rules. See default.settings.php to view how Drupal discovers the @@ -23,14 +23,14 @@ * * Aliases are defined in an associative array named $sites. The array is * written in the format: '..' => 'directory'. As an - * example, to map https://www.drupal.org:8080/mysite/test to the configuration + * example, to map https://www.drupal.org:8080/my-site/test to the configuration * directory sites/example.com, the array should be defined as: * @code * $sites = [ - * '8080.www.drupal.org.mysite.test' => 'example.com', + * '8080.www.drupal.org.my-site.test' => 'example.com', * ]; * @endcode - * The URL, https://www.drupal.org:8080/mysite/test/, could be a symbolic link + * The URL, https://www.drupal.org:8080/my-site/test/, could be a symbolic link * or an Apache Alias directive that points to the Drupal root containing * index.php. An alias could also be created for a subdomain. See the * @link https://www.drupal.org/documentation/install online Drupal installation guide @endlink @@ -47,11 +47,11 @@ * URL: http://localhost:8080/example * $sites['8080.localhost.example'] = 'example.com'; * - * URL: https://www.drupal.org:8080/mysite/test/ - * $sites['8080.www.drupal.org.mysite.test'] = 'example.com'; + * URL: https://www.drupal.org:8080/my-site/test/ + * $sites['8080.www.drupal.org.my-site.test'] = 'example.com'; * @endcode * * @see default.settings.php * @see \Drupal\Core\DrupalKernel::getSitePath() - * @see https://www.drupal.org/documentation/install/multi-site + * @see https://www.drupal.org/docs/getting-started/multisite-drupal */ diff --git a/web/themes/README.txt b/web/themes/README.txt index 039aaaf..1e00ead 100644 --- a/web/themes/README.txt +++ b/web/themes/README.txt @@ -26,6 +26,6 @@ pattern may be used to restrict themes to a specific site instance. MORE INFORMATION ----------------- -Refer to the "Appearance" section of the README.txt in the Drupal root directory +Refer to the "Appearance" section of the README.md in the Drupal root directory for further information on customizing the appearance of Drupal with custom themes. diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 6503837..4a09bcb 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -256,171 +256,6 @@ svg.ext { margin: auto; } } -/* -----------------------/* - * Reset CSS Print "Bretzel" - * Made par AlsacrĂ©ations - /* ---------------------- */ -/* - * Ressources et documentations : - * 1- https://www.docuseal.co/blog/css-print-page-style - * 2- https://www.alsacreations.com/astuce/lire/1160-Une-feuille-de-styles-de-base-pour-le-media-print.html -*/ -@media print { - /* Dimension et marges de page */ - @page { - size: A4 portrait; - margin: 1.5cm 1.5cm; - } - /* Reset gĂ©nĂ©ral */ - * { - all: unset; - display: revert; - box-sizing: border-box; - } - img { - max-width: 100%; - } - input, - textarea, - select { - all: revert; - } - /* On redĂ©finit les styles globaux (12pt = 16px) */ - body { - width: auto; - margin: 0; - font-family: serif; - font-size: 12pt; - font-family: Georgia, serif; - line-height: 1.5; - color: #000000 !important; - background-color: #ffffff !important; - } - #fotter-bottom { - box-shadow: none !important; - border-top: rgba(0, 0, 0, 0.5); - } - #fotter-bottom a[href^=http]:after, - #fotter-bottom a[href^=https]:after { - content: ""; - } - /* Espacements typographiques (15pt = 20px) */ - p, - blockquote, - label, - ul, - ol { - margin-block: 0 15pt; - } - p:last-child { - margin-bottom: 0; - } - /* Titrages (24pt = 32px) */ - h1 { - margin-block: 0 24pt; - font-weight: 700; - font-size: 18pt; - line-height: 1.1; - } - h2 { - margin-block: 0 18pt; - font-weight: 700; - font-size: 16pt; - line-height: 1.1; - } - h3 { - margin-block: 0 15pt; - font-weight: 700; - font-size: 14pt; - } - h4 { - margin-block: 0 12pt; - font-weight: 700; - font-size: 12pt; - } - /* Classes dĂ©diĂ©es print / no-print */ - .print { - display: revert; - } - .no-print { - display: none; - } - /* Pas de veuves ou orphelines (3 lignes minimum) */ - p, - blockquote { - orphans: 3; - widows: 3; - } - /* Pas de saut de page au sein de ces Ă©lĂ©ments */ - blockquote, - ul, - ol, - figure, - table, - .paragraph, - footer, - .top_top, - .top_bottom { - page-break-inside: avoid; - } - /* Pas de saut de page aprĂšs ces Ă©lĂ©ments */ - h1, - h2, - h3, - h4, - caption, - .field--name-field-titre { - page-break-after: avoid; - } - /* Styles des liens */ - a, - a:link, - a:visited { - background: transparent !important; - color: unset; - font-weight: 700; - text-decoration: underline !important; - } - /* On affiche l'URL des liens externes */ - a[href^=http]:after, - a[href^=https]:after { - content: " (" attr(href) ")"; - } - /* On masque les vidĂ©os, header et menu de navigation */ - video, - object, - iframe, - header, - nav { - display: none !important; - width: 0 !important; - height: 0 !important; - overflow: hidden !important; - } - /* Style page projet */ - .page-node-type-projet .layout__region--top { - width: 100% !important; - padding-top: 0rem !important; - } - .page-node-type-projet .layout__region--top .top_top { - flex-direction: column !important; - } - .page-node-type-projet .layout__region--top .top_top .block-entity-fieldnodefield-photo { - width: 100% !important; - } - .page-node-type-projet .layout__region--top .top_top .top_right { - width: 100% !important; - } - .page-node-type-projet .layout__region--top .top_bottom { - width: 100% !important; - } - .page-node-type-projet .layout__region--first { - display: none; - } - .page-node-type-projet .layout__region--second { - flex: 0 1 100% !important; - } -} /*pages*/ /* @import "pages/partials/header_footer"; @@ -4803,7 +4638,7 @@ svg.ext { .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes { background-color: rgb(255, 255, 255); } -.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .field__item { +.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .paragraph { margin-top: 3rem; } .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .field--name-field-titre { diff --git a/web/themes/custom/eql/dist/assets/js/paged-setup.js b/web/themes/custom/eql/dist/assets/js/paged-setup.js new file mode 100644 index 0000000..6ec10dd --- /dev/null +++ b/web/themes/custom/eql/dist/assets/js/paged-setup.js @@ -0,0 +1,32 @@ +/* + * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). + * This devtool is neither made for production nor for readable output files. + * It uses "eval()" calls to create a separate source file in the browser devtools. + * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) + * or disable the default devtool with "devtool: false". + * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). + */ +/******/ (function() { // webpackBootstrap +/******/ var __webpack_modules__ = ({ + +/***/ "./scripts/paged-setup.js": +/*!********************************!*\ + !*** ./scripts/paged-setup.js ***! + \********************************/ +/***/ (function() { + +eval("// window.runPagedIfPrinting = function () {\n// console.log(\"📄 Impression via iframe\");\n \n// // 1. CrĂ©er une iframe cachĂ©e\n// const iframe = document.createElement(\"iframe\");\n// iframe.style.position = \"fixed\";\n// iframe.style.left = \"-100vw\"; // hors de la vue\n// iframe.style.top = \"-100vh\";\n// iframe.style.width = \"0\";\n// iframe.style.height = \"0\";\n// iframe.style.visibility = \"hidden\";\n// iframe.setAttribute(\"aria-hidden\", \"true\");\n \n// document.body.appendChild(iframe);\n \n// // 2. Copier tout le document dans l’iframe\n// const clonedHTML = document.documentElement.outerHTML;\n// const doc = iframe.contentWindow.document;\n// doc.open();\n// doc.write(clonedHTML);\n// doc.close();\n \n// // 3. Attendre que tout soit chargĂ©\n// iframe.onload = () => {\n// console.log(\"📩 Iframe chargĂ©e, injection manuelle de Paged.js\");\n \n// const pagedScript = iframe.contentDocument.createElement(\"script\");\n// pagedScript.src = \"https://unpkg.com/pagedjs/dist/paged.js\";\n// pagedScript.onload = () => {\n// console.log(\"📚 Paged.js chargĂ©, gĂ©nĂ©ration des pages...\");\n \n// const previewer = new iframe.contentWindow.Paged.Previewer();\n \n// previewer.preview().then(() => {\n// console.log(\"đŸ–šïž Aperçu prĂȘt, impression dans iframe
\");\n \n// setTimeout(() => {\n// const printScript = iframe.contentDocument.createElement(\"script\");\n// printScript.textContent = `\n// window.addEventListener(\"load\", () => {\n// setTimeout(() => {\n// window.print();\n// window.onafterprint = () => window.close(); // facultatif\n// }, 100);\n// });\n// `;\n// iframe.contentDocument.body.appendChild(printScript);\n// }, 300);\n \n// });\n// };\n \n// // Injecte le script dans de l’iframe\n// iframe.contentDocument.head.appendChild(pagedScript);\n// };\n \n// };\n \n// // 📎 Listeners impression\n// function setupPagedPrintListeners() {\n// window.addEventListener(\"beforeprint\", (e) => {\n// e.preventDefault(); // empĂȘcher la version native\n// });\n \n// if (window.matchMedia) {\n// window.matchMedia(\"print\").addEventListener(\"change\", (e) => {\n// if (e.matches) {\n// window.runPagedIfPrinting();\n// }\n// });\n// }\n \n// console.log(\"✅ Paged.js listeners (iframe) installĂ©s.\");\n// }\n \n// if (document.readyState !== \"loading\") {\n// setupPagedPrintListeners();\n// } else {\n// document.addEventListener(\"DOMContentLoaded\", setupPagedPrintListeners);\n// }\n \n\nwindow.runPagedIfPrinting = function () {\n console.log(\"📄 Impression dĂ©tectĂ©e — Paged.js va s'exĂ©cuter\");\n \n if (typeof Paged !== \"undefined\" && Paged.Previewer) {\n // Sauvegarde du DOM actuel\n const original = document.body.cloneNode(true);\n \n const previewer = new Paged.Previewer();\n \n previewer.preview().then(() => {\n console.log(\"📃 Paged.js rendu terminĂ©\");\n \n const restoreDOM = () => {\n console.log(\"🔄 Restauration du DOM aprĂšs impression\");\n document.body.replaceWith(original);\n window.removeEventListener(\"afterprint\", restoreDOM);\n };\n \n // ✅ Restauration aprĂšs impression (ou annulation)\n window.addEventListener(\"afterprint\", restoreDOM);\n });\n } else {\n console.warn(\"❌ Paged.js non chargĂ© ou Previewer indisponible !\");\n }\n };\n \n // Initialisation automatique\n function setupPagedPrintListeners() {\n // Classique\n window.addEventListener(\"beforeprint\", window.runPagedIfPrinting);\n \n // Pour certains navigateurs modernes\n if (window.matchMedia) {\n const mediaQueryList = window.matchMedia(\"print\");\n if (mediaQueryList.addEventListener) {\n mediaQueryList.addEventListener(\"change\", (e) => {\n if (e.matches) {\n window.runPagedIfPrinting();\n }\n });\n } else {\n // Safari fallback\n mediaQueryList.addListener((e) => {\n if (e.matches) {\n window.runPagedIfPrinting();\n }\n });\n }\n }\n \n console.log(\"✅ Paged.js listeners installĂ©s.\");\n }\n \n // DĂ©marrage au bon moment\n if (document.readyState !== \"loading\") {\n setupPagedPrintListeners();\n } else {\n document.addEventListener(\"DOMContentLoaded\", setupPagedPrintListeners);\n }\n \n\n//# sourceURL=webpack://dev.eql.fr/./scripts/paged-setup.js?"); + +/***/ }) + +/******/ }); +/************************************************************************/ +/******/ +/******/ // startup +/******/ // Load entry module and return exports +/******/ // This entry module can't be inlined because the eval devtool is used. +/******/ var __webpack_exports__ = {}; +/******/ __webpack_modules__["./scripts/paged-setup.js"](); +/******/ +/******/ })() +; \ No newline at end of file diff --git a/web/themes/custom/eql/dist/assets/js/print.js b/web/themes/custom/eql/dist/assets/js/print.js new file mode 100644 index 0000000..f2c0122 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/js/print.js @@ -0,0 +1,32 @@ +/* + * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). + * This devtool is neither made for production nor for readable output files. + * It uses "eval()" calls to create a separate source file in the browser devtools. + * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) + * or disable the default devtool with "devtool: false". + * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). + */ +/******/ (function() { // webpackBootstrap +/******/ var __webpack_modules__ = ({ + +/***/ "./scss/print.scss": +/*!*************************!*\ + !*** ./scss/print.scss ***! + \*************************/ +/***/ (function() { + +eval("{throw new Error(\"Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):\\nHookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):\\nUndefined variable.\\n ╷\\n81 │ border-left: $blue-light solid 1px;\\n │ ^^^^^^^^^^^\\n â•”\\n scss/print.scss 81:22 root stylesheet\\n at tryRunOrWebpackError (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/HookWebpackError.js:87:9)\\n at __webpack_require_module__ (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/Compilation.js:5485:12)\\n at __webpack_require__ (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/Compilation.js:5432:18)\\n at /home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/Compilation.js:5520:20\\n at symbolIterator (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/neo-async/async.js:3485:9)\\n at done (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/neo-async/async.js:3527:9)\\n at Hook.eval [as callAsync] (eval at create (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/tapable/lib/HookCodeFactory.js:33:10), :15:1)\\n at /home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/Compilation.js:5407:43\\n at symbolIterator (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/neo-async/async.js:3482:9)\\n at timesSync (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/neo-async/async.js:2297:7)\\n-- inner error --\\nError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):\\nUndefined variable.\\n ╷\\n81 │ border-left: $blue-light solid 1px;\\n │ ^^^^^^^^^^^\\n â•”\\n scss/print.scss 81:22 root stylesheet\\n at Object. (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/css-loader/dist/cjs.js!/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/sass-loader/dist/cjs.js!/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/scss/print.scss:1:7)\\n at /home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js:519:10\\n at Hook.eval [as call] (eval at create (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/tapable/lib/HookCodeFactory.js:19:10), :7:1)\\n at /home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/Compilation.js:5487:39\\n at tryRunOrWebpackError (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/HookWebpackError.js:82:7)\\n at __webpack_require_module__ (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/Compilation.js:5485:12)\\n at __webpack_require__ (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/Compilation.js:5432:18)\\n at /home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/webpack/lib/Compilation.js:5520:20\\n at symbolIterator (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/neo-async/async.js:3485:9)\\n at done (/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/neo-async/async.js:3527:9)\\n\\nGenerated code for /home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/css-loader/dist/cjs.js!/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/node_modules/sass-loader/dist/cjs.js!/home/ouidade/Developer/docker-eql/src_d9/web/themes/custom/eql/scss/print.scss\\n1 | throw new Error(\\\"Module build failed (from ./node_modules/sass-loader/dist/cjs.js):\\\\nUndefined variable.\\\\n ╷\\\\n81 │ border-left: $blue-light solid 1px;\\\\n │ ^^^^^^^^^^^\\\\n â•”\\\\n scss/print.scss 81:22 root stylesheet\\\");\");\n\n//# sourceURL=webpack://dev.eql.fr/./scss/print.scss?\n}"); + +/***/ }) + +/******/ }); +/************************************************************************/ +/******/ +/******/ // startup +/******/ // Load entry module and return exports +/******/ // This entry module doesn't tell about it's top-level declarations so it can't be inlined +/******/ var __webpack_exports__ = {}; +/******/ __webpack_modules__["./scss/print.scss"](); +/******/ +/******/ })() +; \ No newline at end of file diff --git a/web/themes/custom/eql/eql.info.yml b/web/themes/custom/eql/eql.info.yml index b2845db..ab1ac25 100644 --- a/web/themes/custom/eql/eql.info.yml +++ b/web/themes/custom/eql/eql.info.yml @@ -3,12 +3,15 @@ type: theme description: 'EQL theme.' package: Core version: VERSION -core_version_requirement: ^8.8 || ^9 +core_version_requirement: ^8.8 || ^9 || ^10 base theme: false libraries: - eql/global-css - eql/global-js + - eql/print_only + # - eql/pagedjs + regions: diff --git a/web/themes/custom/eql/eql.libraries.yml b/web/themes/custom/eql/eql.libraries.yml index 0766c10..8b91949 100644 --- a/web/themes/custom/eql/eql.libraries.yml +++ b/web/themes/custom/eql/eql.libraries.yml @@ -12,10 +12,19 @@ global-js: dist/assets/bundle.js: {} # librairies/slick-1.8.1/slick/slick.js: {} librairies/slick-1.8.1/slick/slick.min.js: {} - - - - - dependencies: - core/jquery + +# pagedjs: +# version: 1.x +# js: +# https://unpkg.com/pagedjs/dist/paged.js: {} +# dist/assets/js/paged-setup.js: {} +# dependencies: +# - core/jquery + + +print_only: + css: + theme: + dist/assets/css/print.css: {} diff --git a/web/themes/custom/eql/package-lock.json b/web/themes/custom/eql/package-lock.json index 0cf30b0..dfd308a 100644 --- a/web/themes/custom/eql/package-lock.json +++ b/web/themes/custom/eql/package-lock.json @@ -13,9 +13,12 @@ "slick-carousel": "^1.8.1" }, "devDependencies": { + "css-loader": "^7.1.2", + "extract-loader": "^4.0.3", "file-loader": "^6.2.0", + "mini-css-extract-plugin": "^2.9.2", "node-sass": "*", - "sass": "^1.77.2", + "sass": "^1.89.2", "sass-loader": "^14.2.1", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" @@ -198,18 +201,14 @@ "dev": true }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "version": "0.3.12", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", + "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==", "dev": true, "license": "MIT", "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" } }, "node_modules/@jridgewell/resolve-uri": { @@ -222,20 +221,10 @@ "node": ">=6.0.0" } }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@jridgewell/source-map": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "version": "0.3.10", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.10.tgz", + "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==", "dev": true, "license": "MIT", "dependencies": { @@ -244,16 +233,16 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", + "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", "dev": true, "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "version": "0.3.29", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz", + "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==", "dev": true, "license": "MIT", "dependencies": { @@ -288,6 +277,316 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/@parcel/watcher": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", + "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1" + } + }, + "node_modules/@parcel/watcher-android-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", + "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", + "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", + "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-freebsd-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", + "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", + "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", + "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", + "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", + "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", + "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", + "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", + "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-ia32": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", + "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", + "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, "node_modules/@tootallnate/once": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", @@ -320,9 +619,9 @@ } }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", "dev": true, "license": "MIT" }, @@ -340,13 +639,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "24.0.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.15.tgz", + "integrity": "sha512-oaeTSbCef7U/z7rDeJA138xpG3NuKc64/rZ2qmUFkFJmnMsAPaluIifqyWd8hSSMxyP9oie3dLAqYPblag9KgA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.8.0" } }, "node_modules/@types/normalize-package-data": { @@ -356,73 +655,73 @@ "dev": true }, "node_modules/@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "dev": true, "license": "MIT", "dependencies": { @@ -430,9 +729,9 @@ } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -440,79 +739,79 @@ } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", "dev": true, "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "dev": true, "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" } }, @@ -584,9 +883,9 @@ "dev": true }, "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", "bin": { @@ -596,14 +895,17 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-assertions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", - "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", + "node_modules/acorn-import-phases": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", + "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", "dev": true, "license": "MIT", + "engines": { + "node": ">=10.13.0" + }, "peerDependencies": { - "acorn": "^8" + "acorn": "^8.14.0" } }, "node_modules/agent-base": { @@ -660,6 +962,48 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-formats/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, "node_modules/ajv-keywords": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", @@ -694,20 +1038,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "license": "ISC", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/aproba": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", @@ -745,6 +1075,17 @@ "node": "*" } }, + "node_modules/babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==", + "dev": true, + "license": "MIT", + "dependencies": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -761,24 +1102,12 @@ "node": "*" } }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -790,6 +1119,7 @@ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "license": "MIT", + "optional": true, "dependencies": { "fill-range": "^7.1.1" }, @@ -798,9 +1128,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", - "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "version": "4.25.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", + "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==", "dev": true, "funding": [ { @@ -818,10 +1148,10 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" + "caniuse-lite": "^1.0.30001726", + "electron-to-chromium": "^1.5.173", + "node-releases": "^2.0.19", + "update-browserslist-db": "^1.1.3" }, "bin": { "browserslist": "cli.js" @@ -830,6 +1160,19 @@ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, + "node_modules/btoa": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz", + "integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==", + "dev": true, + "license": "(MIT OR Apache-2.0)", + "bin": { + "btoa": "bin/btoa.js" + }, + "engines": { + "node": ">= 0.4.0" + } + }, "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", @@ -867,10 +1210,11 @@ } }, "node_modules/cacache/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -933,9 +1277,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001624", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001624.tgz", - "integrity": "sha512-0dWnQG87UevOCPYaOR49CBcLBwoZLpws+k6W37nLjWUhumP1Isusj0p2u+3KhjNloRWK9OKMgjBBzPujQHw4nA==", + "version": "1.0.30001727", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz", + "integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==", "dev": true, "funding": [ { @@ -970,28 +1314,19 @@ } }, "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", "dev": true, "license": "MIT", "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" + "readdirp": "^4.0.1" }, "engines": { - "node": ">= 8.10.0" + "node": ">= 14.16.0" }, "funding": { "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" } }, "node_modules/chownr": { @@ -1104,6 +1439,15 @@ "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", "dev": true }, + "node_modules/core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "dev": true, + "hasInstallScript": true, + "license": "MIT" + }, "node_modules/core-util-is": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", @@ -1111,10 +1455,11 @@ "dev": true }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -1124,6 +1469,55 @@ "node": ">= 8" } }, + "node_modules/css-loader": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-7.1.2.tgz", + "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==", + "dev": true, + "license": "MIT", + "dependencies": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.33", + "postcss-modules-extract-imports": "^3.1.0", + "postcss-modules-local-by-default": "^4.0.5", + "postcss-modules-scope": "^3.2.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "webpack": "^5.27.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "license": "MIT", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", @@ -1181,10 +1575,24 @@ "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", "dev": true }, + "node_modules/detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "dev": true, + "license": "Apache-2.0", + "optional": true, + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, "node_modules/electron-to-chromium": { - "version": "1.4.783", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.783.tgz", - "integrity": "sha512-bT0jEz/Xz1fahQpbZ1D7LgmPYZ3iHVY39NcWWro1+hA2IvjiPeaXtfSqrQ+nXjApMvQRE2ASt1itSLRrebHMRQ==", + "version": "1.5.187", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.187.tgz", + "integrity": "sha512-cl5Jc9I0KGUoOoSbxvTywTa40uspGJt/BDBoDLoxJRSBpWh4FFXBsjNRHfQrONsV/OoEjDfHUmZQa2d6Ze4YgA==", "dev": true, "license": "ISC" }, @@ -1215,9 +1623,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz", - "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.2.tgz", + "integrity": "sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1273,9 +1681,9 @@ "license": "MIT" }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", "dev": true, "license": "MIT", "engines": { @@ -1348,6 +1756,50 @@ "node": ">=0.8.x" } }, + "node_modules/extract-loader": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/extract-loader/-/extract-loader-4.0.3.tgz", + "integrity": "sha512-dEpPHLU2n3kI7BagQpHCUO5DvjJm67uewd3123BVXLZjlZhXDO3SrlFVU8TcZ3xT8xbkjFJ6dz59UG4vJd1wVw==", + "dev": true, + "license": "Unlicense", + "dependencies": { + "babel-runtime": "^6.26.0", + "btoa": "^1.2.1", + "loader-utils": "^1.1.0", + "resolve": "^1.8.1" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/extract-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/extract-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -1362,6 +1814,23 @@ "dev": true, "license": "MIT" }, + "node_modules/fast-uri": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", + "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", @@ -1399,6 +1868,7 @@ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "license": "MIT", + "optional": true, "dependencies": { "to-regex-range": "^5.0.1" }, @@ -1447,21 +1917,6 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -1537,19 +1992,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/glob-to-regexp": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", @@ -1724,10 +2166,23 @@ "node": ">=0.10.0" } }, + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, "node_modules/immutable": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.6.tgz", - "integrity": "sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.3.tgz", + "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==", "dev": true, "license": "MIT" }, @@ -1801,11 +2256,19 @@ "node": ">=10.13.0" } }, - "node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", - "dev": true + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } }, "node_modules/is-arrayish": { "version": "0.2.1", @@ -1813,19 +2276,6 @@ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "license": "MIT", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/is-core-module": { "version": "2.13.0", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", @@ -1844,6 +2294,7 @@ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "license": "MIT", + "optional": true, "engines": { "node": ">=0.10.0" } @@ -1863,6 +2314,7 @@ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "license": "MIT", + "optional": true, "dependencies": { "is-extglob": "^2.1.1" }, @@ -1882,6 +2334,7 @@ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, "license": "MIT", + "optional": true, "engines": { "node": ">=0.12.0" } @@ -1979,6 +2432,13 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "dev": true, + "license": "MIT" + }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -2144,6 +2604,21 @@ "dev": true, "license": "MIT" }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", @@ -2176,6 +2651,84 @@ "node": ">=4" } }, + "node_modules/mini-css-extract-plugin": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", + "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", + "dev": true, + "license": "MIT", + "dependencies": { + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", + "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -2188,6 +2741,16 @@ "node": "*" } }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/minimist-options": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", @@ -2316,6 +2879,25 @@ "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==", "dev": true }, + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "node_modules/negotiator": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", @@ -2332,6 +2914,14 @@ "dev": true, "license": "MIT" }, + "node_modules/node-addon-api": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "dev": true, + "license": "MIT", + "optional": true + }, "node_modules/node-gyp": { "version": "8.4.1", "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", @@ -2533,9 +3123,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", + "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", "dev": true, "license": "MIT" }, @@ -2603,16 +3193,6 @@ "node": ">=10" } }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/npmlog": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", @@ -2740,9 +3320,9 @@ "dev": true }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC" }, @@ -2752,6 +3332,7 @@ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, "license": "MIT", + "optional": true, "engines": { "node": ">=8.6" }, @@ -2772,6 +3353,119 @@ "node": ">=8" } }, + "node_modules/postcss": { + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", + "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", + "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==", + "dev": true, + "license": "MIT", + "dependencies": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^7.0.0", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", + "dev": true, + "license": "ISC", + "dependencies": { + "postcss-selector-parser": "^7.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-selector-parser": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", + "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true, + "license": "MIT" + }, "node_modules/process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", @@ -2918,16 +3612,17 @@ } }, "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", + "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", "dev": true, "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, "engines": { - "node": ">=8.10.0" + "node": ">= 14.18.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" } }, "node_modules/rechoir": { @@ -2956,6 +3651,13 @@ "node": ">=8" } }, + "node_modules/regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", + "dev": true, + "license": "MIT" + }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -2965,6 +3667,16 @@ "node": ">=0.10.0" } }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/resolve": { "version": "1.22.6", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.6.tgz", @@ -3057,14 +3769,14 @@ "optional": true }, "node_modules/sass": { - "version": "1.77.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.2.tgz", - "integrity": "sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==", + "version": "1.89.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "dev": true, "license": "MIT", "dependencies": { - "chokidar": ">=3.0.0 <4.0.0", - "immutable": "^4.0.0", + "chokidar": "^4.0.0", + "immutable": "^5.0.2", "source-map-js": ">=0.6.2 <2.0.0" }, "bin": { @@ -3072,6 +3784,9 @@ }, "engines": { "node": ">=14.0.0" + }, + "optionalDependencies": { + "@parcel/watcher": "^2.4.1" } }, "node_modules/sass-graph": { @@ -3264,16 +3979,17 @@ } }, "node_modules/socks": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", - "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.6.tgz", + "integrity": "sha512-pe4Y2yzru68lXCb38aAqRf5gvN8YdjP1lok5o0J7BOHljkyCGKVz7H3vpVIXKD27rj2giOJ7DwVyk/GWrPHDWA==", "dev": true, + "license": "MIT", "dependencies": { - "ip": "^2.0.0", + "ip-address": "^9.0.5", "smart-buffer": "^4.2.0" }, "engines": { - "node": ">= 10.13.0", + "node": ">= 10.0.0", "npm": ">= 3.0.0" } }, @@ -3301,9 +4017,9 @@ } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, "license": "BSD-3-Clause", "engines": { @@ -3363,6 +4079,13 @@ "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", "dev": true }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "dev": true, + "license": "BSD-3-Clause" + }, "node_modules/ssri": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", @@ -3496,10 +4219,11 @@ } }, "node_modules/tar": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", - "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "dev": true, + "license": "ISC", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -3522,14 +4246,14 @@ } }, "node_modules/terser": { - "version": "5.31.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", - "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", + "version": "5.43.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz", + "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", + "acorn": "^8.14.0", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, @@ -3541,17 +4265,17 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "version": "5.3.14", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", + "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", "dev": true, "license": "MIT", "dependencies": { - "@jridgewell/trace-mapping": "^0.3.20", + "@jridgewell/trace-mapping": "^0.3.25", "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.26.0" + "schema-utils": "^4.3.0", + "serialize-javascript": "^6.0.2", + "terser": "^5.31.1" }, "engines": { "node": ">= 10.13.0" @@ -3575,12 +4299,70 @@ } } }, + "node_modules/terser-webpack-plugin/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", + "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, "license": "MIT", + "optional": true, "dependencies": { "is-number": "^7.0.0" }, @@ -3616,9 +4398,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", "dev": true, "license": "MIT" }, @@ -3647,9 +4429,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz", - "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", + "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", "dev": true, "funding": [ { @@ -3667,8 +4449,8 @@ ], "license": "MIT", "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.1" }, "bin": { "update-browserslist-db": "cli.js" @@ -3718,22 +4500,23 @@ } }, "node_modules/webpack": { - "version": "5.91.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz", - "integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==", + "version": "5.100.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.2.tgz", + "integrity": "sha512-QaNKAvGCDRh3wW1dsDjeMdDXwZm2vqq3zn6Pvq4rHOEOGSaUMgOOjG2Y9ZbIGzpfkJk9ZYTHpDqgDfeBDcnLaw==", "dev": true, "license": "MIT", "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.12.1", - "@webassemblyjs/wasm-edit": "^1.12.1", - "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.21.10", + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.8", + "@types/json-schema": "^7.0.15", + "@webassemblyjs/ast": "^1.14.1", + "@webassemblyjs/wasm-edit": "^1.14.1", + "@webassemblyjs/wasm-parser": "^1.14.1", + "acorn": "^8.15.0", + "acorn-import-phases": "^1.0.3", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.16.0", + "enhanced-resolve": "^5.17.2", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -3743,11 +4526,11 @@ "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", + "schema-utils": "^4.3.2", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", + "terser-webpack-plugin": "^5.3.11", "watchpack": "^2.4.1", - "webpack-sources": "^3.2.3" + "webpack-sources": "^3.3.3" }, "bin": { "webpack": "bin/webpack.js" @@ -3837,15 +4620,72 @@ } }, "node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz", + "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", "dev": true, "license": "MIT", "engines": { "node": ">=10.13.0" } }, + "node_modules/webpack/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz", + "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/web/themes/custom/eql/package.json b/web/themes/custom/eql/package.json index 245c1ed..b7af41b 100644 --- a/web/themes/custom/eql/package.json +++ b/web/themes/custom/eql/package.json @@ -14,9 +14,12 @@ "author": "", "license": "ISC", "devDependencies": { + "css-loader": "^7.1.2", + "extract-loader": "^4.0.3", "file-loader": "^6.2.0", + "mini-css-extract-plugin": "^2.9.2", "node-sass": "*", - "sass": "^1.77.2", + "sass": "^1.89.2", "sass-loader": "^14.2.1", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" diff --git a/web/themes/custom/eql/scripts/paged-setup.js b/web/themes/custom/eql/scripts/paged-setup.js new file mode 100644 index 0000000..1b4bfd7 --- /dev/null +++ b/web/themes/custom/eql/scripts/paged-setup.js @@ -0,0 +1,142 @@ +// window.runPagedIfPrinting = function () { +// console.log("📄 Impression via iframe"); + +// // 1. CrĂ©er une iframe cachĂ©e +// const iframe = document.createElement("iframe"); +// iframe.style.position = "fixed"; +// iframe.style.left = "-100vw"; // hors de la vue +// iframe.style.top = "-100vh"; +// iframe.style.width = "0"; +// iframe.style.height = "0"; +// iframe.style.visibility = "hidden"; +// iframe.setAttribute("aria-hidden", "true"); + +// document.body.appendChild(iframe); + +// // 2. Copier tout le document dans l’iframe +// const clonedHTML = document.documentElement.outerHTML; +// const doc = iframe.contentWindow.document; +// doc.open(); +// doc.write(clonedHTML); +// doc.close(); + +// // 3. Attendre que tout soit chargĂ© +// iframe.onload = () => { +// console.log("📩 Iframe chargĂ©e, injection manuelle de Paged.js"); + +// const pagedScript = iframe.contentDocument.createElement("script"); +// pagedScript.src = "https://unpkg.com/pagedjs/dist/paged.js"; +// pagedScript.onload = () => { +// console.log("📚 Paged.js chargĂ©, gĂ©nĂ©ration des pages..."); + +// const previewer = new iframe.contentWindow.Paged.Previewer(); + +// previewer.preview().then(() => { +// console.log("đŸ–šïž Aperçu prĂȘt, impression dans iframe
"); + +// setTimeout(() => { +// const printScript = iframe.contentDocument.createElement("script"); +// printScript.textContent = ` +// window.addEventListener("load", () => { +// setTimeout(() => { +// window.print(); +// window.onafterprint = () => window.close(); // facultatif +// }, 100); +// }); +// `; +// iframe.contentDocument.body.appendChild(printScript); +// }, 300); + +// }); +// }; + +// // Injecte le script dans de l’iframe +// iframe.contentDocument.head.appendChild(pagedScript); +// }; + +// }; + +// // 📎 Listeners impression +// function setupPagedPrintListeners() { +// window.addEventListener("beforeprint", (e) => { +// e.preventDefault(); // empĂȘcher la version native +// }); + +// if (window.matchMedia) { +// window.matchMedia("print").addEventListener("change", (e) => { +// if (e.matches) { +// window.runPagedIfPrinting(); +// } +// }); +// } + +// console.log("✅ Paged.js listeners (iframe) installĂ©s."); +// } + +// if (document.readyState !== "loading") { +// setupPagedPrintListeners(); +// } else { +// document.addEventListener("DOMContentLoaded", setupPagedPrintListeners); +// } + + +window.runPagedIfPrinting = function () { + console.log("📄 Impression dĂ©tectĂ©e — Paged.js va s'exĂ©cuter"); + + if (typeof Paged !== "undefined" && Paged.Previewer) { + // Sauvegarde du DOM actuel + const original = document.body.cloneNode(true); + + const previewer = new Paged.Previewer(); + + previewer.preview().then(() => { + console.log("📃 Paged.js rendu terminĂ©"); + + const restoreDOM = () => { + console.log("🔄 Restauration du DOM aprĂšs impression"); + document.body.replaceWith(original); + window.removeEventListener("afterprint", restoreDOM); + }; + + // ✅ Restauration aprĂšs impression (ou annulation) + window.addEventListener("afterprint", restoreDOM); + }); + } else { + console.warn("❌ Paged.js non chargĂ© ou Previewer indisponible !"); + } + }; + + // Initialisation automatique + function setupPagedPrintListeners() { + // Classique + window.addEventListener("beforeprint", window.runPagedIfPrinting); + + // Pour certains navigateurs modernes + if (window.matchMedia) { + const mediaQueryList = window.matchMedia("print"); + if (mediaQueryList.addEventListener) { + mediaQueryList.addEventListener("change", (e) => { + if (e.matches) { + window.runPagedIfPrinting(); + } + }); + } else { + // Safari fallback + mediaQueryList.addListener((e) => { + if (e.matches) { + window.runPagedIfPrinting(); + } + }); + } + } + + console.log("✅ Paged.js listeners installĂ©s."); + } + + // DĂ©marrage au bon moment + if (document.readyState !== "loading") { + setupPagedPrintListeners(); + } else { + document.addEventListener("DOMContentLoaded", setupPagedPrintListeners); + } + \ No newline at end of file diff --git a/web/themes/custom/eql/scss/pages/_projet.scss b/web/themes/custom/eql/scss/pages/_projet.scss index 0a071cb..2f9ff85 100644 --- a/web/themes/custom/eql/scss/pages/_projet.scss +++ b/web/themes/custom/eql/scss/pages/_projet.scss @@ -393,7 +393,7 @@ .block-entity-fieldnodefield-textes{ background-color: $white; - .field__item{ + .paragraph{ margin-top: 3rem; } .field--name-field-titre{ diff --git a/web/themes/custom/eql/scss/global/_print.scss b/web/themes/custom/eql/scss/print.scss similarity index 69% rename from web/themes/custom/eql/scss/global/_print.scss rename to web/themes/custom/eql/scss/print.scss index 6eecab2..0301ff6 100644 --- a/web/themes/custom/eql/scss/global/_print.scss +++ b/web/themes/custom/eql/scss/print.scss @@ -10,13 +10,25 @@ * 1- https://www.docuseal.co/blog/css-print-page-style * 2- https://www.alsacreations.com/astuce/lire/1160-Une-feuille-de-styles-de-base-pour-le-media-print.html */ - +// @media screen{ @media print { /* Dimension et marges de page */ @page { size: A4 portrait; margin: 1.5cm 1.5cm; + // @bottom-center { + // content: "Page " counter(page) " / " counter(pages); + // } } + // @page:first { + // @top-center { + // content: "Titre du document"; + // font-size: 14pt; + // font-weight: bold; + // } + // } + + /* Reset gĂ©nĂ©ral */ * { @@ -45,14 +57,45 @@ color: #000000 !important; background-color: #ffffff !important; } - #fotter-bottom{ - box-shadow: none !important; - border-top: rgba($color: #000000, $alpha: 0.5); - a[href^="http"]:after, - a[href^="https"]:after { - content: ""; + // #fotter-bottom{ + // box-shadow: none !important; + // border-top: rgba($color: #000000, $alpha: 0.5); + // a[href^="http"]:after, + // a[href^="https"]:after { + // content: ""; + // } + // } + .back-cover{ + break-before: page; + // margin-top: 55rem; + display: flex; + flex-direction: column ; + justify-content: center; + + .region{ + + h2{ + margin-top: 0; + color: $blue-dark; + font-size: 1.2rem; } + } + .view-id-partenaires{ + .view-content { + img{ + width: 5rem; + height: auto; + } + a[href^="http"]:after{display: none;} + } + .views-row-wrapper{ + display: flex; + flex-direction: row; + flex-wrap: wrap; + } + } } + /* Espacements typographiques (15pt = 20px) */ p, @@ -166,6 +209,19 @@ .block-entity-fieldnodefield-photo{ width: 100% !important; } + .slick-dots, .slick-arrow{ + display: none; + } + // .slick-list{ + // overflow: visible; + // .slick-track{ + // display: flex; + // flex-direction: row; + // flex-wrap: wrap; + // width: 100%; + // } + + // } .top_right{ width: 100% !important; } @@ -182,5 +238,5 @@ } } - } +} \ No newline at end of file diff --git a/web/themes/custom/eql/scss/styles.scss b/web/themes/custom/eql/scss/styles.scss index e85a5ee..7f5b6f0 100644 --- a/web/themes/custom/eql/scss/styles.scss +++ b/web/themes/custom/eql/scss/styles.scss @@ -14,7 +14,6 @@ // @import "global/_reset"; @import "global/_typography"; @import "global/_mediaqueries"; -@import "global/_print"; // @import "global/_nodetyperessource.scss"; diff --git a/web/themes/custom/eql/templates/layout/paragraphs-summary.html.twig b/web/themes/custom/eql/templates/layout/paragraphs-summary.html.twig index 74c9584..7c7ac0b 100644 --- a/web/themes/custom/eql/templates/layout/paragraphs-summary.html.twig +++ b/web/themes/custom/eql/templates/layout/paragraphs-summary.html.twig @@ -22,7 +22,7 @@ 'field_title' ] %} -{% spaceless %} +{% apply spaceless %} {% if content is not empty or behaviors is not empty %} {# #} {% if content is not empty %} @@ -47,4 +47,4 @@ {% endif %} {# #} {% endif %} -{% endspaceless %} +{% endapply %} diff --git a/web/themes/custom/eql/webpack.config.js b/web/themes/custom/eql/webpack.config.js index 6090a46..bb85140 100644 --- a/web/themes/custom/eql/webpack.config.js +++ b/web/themes/custom/eql/webpack.config.js @@ -1,41 +1,32 @@ -const webpack = require("webpack"); const path = require("path"); +const MiniCssExtractPlugin = require("mini-css-extract-plugin"); -let config = { - mode: 'development', - entry: [ - "./scripts/main.js", - "./scripts/extlink.js", - "./scss/styles.scss", - - ], - - output: { - path: path.resolve(__dirname, "./dist/assets"), - filename: "./bundle.js" - }, - - module: { - rules: [ - { - test: /\.scss$/i, - use: [ - { - loader: 'file-loader', - options: { - name: './css/bundle.css', - } - }, - // Compile le Sass en CSS - "sass-loader" - ], - }, +module.exports = { + mode: "development", + entry: { + bundle: "./scss/styles.scss", // Pour l'affichage normal + print: "./scss/print.scss", // Feuille de style print sĂ©parĂ©e + scripts: ["./scripts/main.js", "./scripts/extlink.js"] + }, + output: { + path: path.resolve(__dirname, "./dist/assets"), + filename: "js/[name].js", // produit scripts.js + }, + module: { + rules: [ + { + test: /\.scss$/i, + use: [ + MiniCssExtractPlugin.loader, + "css-loader", + "sass-loader" ], - } -} - - - - - -module.exports = config; \ No newline at end of file + }, + ], + }, + plugins: [ + new MiniCssExtractPlugin({ + filename: "css/[name].css", // donne bundle.css et print.css + }), + ], +};