diff --git a/composer.json b/composer.json index c98c728..4d08ba3 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "drutopia/drutopia_template", "description": "Project template for Drupal 10 Drutopia projects.", - "homepage": "https://drutopia.org", "type": "project", "license": "GPL-2.0-or-later", "minimum-stability": "dev", "prefer-stable": true, + "homepage": "https://drutopia.org", "support": { "docs": "http://docs.drutopia.org/en/latest", "issues": "https://gitlab.com/drutopia/drutopia/-/issues" @@ -15,6 +15,10 @@ "type": "git", "url": "https://codeberg.org/agaric/search_api_entity_multiselect.git" }, + "drupal/google_analytics": { + "type": "git", + "url": "git@git.drupal.org:issue/google_analytics-3357831.git" + }, "drupal": { "type": "composer", "url": "https://packages.drupal.org/8" @@ -24,12 +28,13 @@ "composer/installers": "^2", "cweagans/composer-patches": "^1.7", "drupal/admin_toolbar": "^3", + "drupal/allowed_formats": "^2", "drupal/antibot": "^2", "drupal/asset_injector": "^2", - "drupal/auto_entitylabel": "^3", + "drupal/auto_entitylabel": "^3.0@beta", "drupal/backup_migrate": "^5", "drupal/better_exposed_filters": "^6", - "drupal/block_class": "^4", + "drupal/block_class": "^2", "drupal/bpmn_io": "^1", "drupal/cancel_button": "^1", "drupal/ckeditorheight": "^1", @@ -65,6 +70,7 @@ "drupal/environment_indicator": "^4", "drupal/eva": "^3", "drupal/exif_orientation": "^1", + "drupal/facets": "dev-3.0.x as 2.0.x-dev", "drupal/feeds": "^3", "drupal/feeds_ex": "^1", "drupal/feeds_ical": "^2", @@ -78,14 +84,17 @@ "drupal/footnotes": "^3", "drupal/fullcalendar_view": "^5", "drupal/geolocation": "^3", + "drupal/gin": "^3", "drupal/gin_gutenberg": "^1", "drupal/gin_login": "^2", - "drupal/google_analytics": "^4", + "drupal/gin_toolbar": "^1", + "drupal/google_analytics": "dev-3357831-php-8.2-compatibility", "drupal/gutenberg": "^2", "drupal/http_cache_control": "^2", "drupal/http_client_error_status": "^3", "drupal/ief_complex_open": "^1", "drupal/indieweb": "^1", + "drupal/inline_entity_form": "^1.0@RC", "drupal/inotherwords": "^3", "drupal/insert": "^3", "drupal/key": "^1.14", @@ -93,7 +102,6 @@ "drupal/linkit": "^6", "drupal/mail_login": "^2.7", "drupal/markdown": "^3", - "drupal/media_alias_display": "^2.0", "drupal/menu_item_extras": "^2.19", "drupal/menu_link_config": "^1.0@alpha", "drupal/menu_trail_by_path": "^2", @@ -122,18 +130,17 @@ "drupal/require_on_publish": "^1", "drupal/role_delegation": "^1", "drupal/scheduler": "^1", - "drupal/schema_metatag": "^3", + "drupal/schema_metatag": "^2", "drupal/scn": "^2", "drupal/search404": "^2", "drupal/search_api_autocomplete": "^1.6", "drupal/search_api_entity_multiselect": "1.0.x-dev", "drupal/search_api_saved_searches": "^1", - "drupal/seckit": "^2", + "drupal/seckit": "^2.0", "drupal/select_or_other": "^4.0", "drupal/shield": "^1.4", - "drupal/simple_sitemap": "^4.1", - "drupal/smart_date": "^4", - "drupal/sms": "^2", + "drupal/smart_date": "^4.0", + "drupal/sms": "^2.0", "drupal/social_post_facebook": "3.0.x-dev@dev", "drupal/social_post_twitter": "3.x-dev@dev", "drupal/stringoverrides": "^1.8", @@ -143,7 +150,8 @@ "drupal/textarea_widget_for_text": "^1.1", "drupal/tomselect": "1.0.x-dev@dev", "drupal/trim": "^2", - "drupal/twig_tweak": "^3", + "drupal/twig_tweak": "^3.2", + "drupal/twigsuggest": "^1", "drupal/ui_patterns": "^1", "drupal/unique_content_field_validation": "^1.1", "drupal/view_password": "^6", @@ -155,7 +163,7 @@ "drupal/weight": "^3.3", "drupal/workflow_buttons": "1.x-dev", "drupal/wysiwyg_linebreaks": "^2", - "drush/drush": "*", + "drush/drush": "^11", "drutopia/drutopia": "2.0.x-dev", "league/commonmark": "^1.0", "vlucas/phpdotenv": "^5.1", @@ -207,8 +215,9 @@ "patches": { "drupal/core": { "Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch", - "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2024-06-24/2648950-283.patch", - "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch" + "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch", + "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch", + "Entity reference filter for all entity reference fields 3347343": "https://git.drupalcode.org/project/drupal/-/merge_requests/4053.diff" }, "drupal/ds": { "Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch" diff --git a/composer.lock b/composer.lock index 02e9c2f..a4d235d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "96367d6427f934b8b1f489fe76a093a2", + "content-hash": "ff272de4512a4f002f81296a9102c8c6", "packages": [ { "name": "abraham/twitteroauth", @@ -175,35 +175,88 @@ "issues": "https://gitlab.com/agaric/php/php-facebook/-/issues", "source": "https://gitlab.com/agaric/php/php-facebook/-/tree/1.0.0" }, - "time": "2022-05-11T20:31:53+00:00" + "time": "2022-05-12T00:31:53+00:00" }, { - "name": "asm89/stack-cors", - "version": "v2.2.0", + "name": "arthurkushman/query-path", + "version": "3.1.4", "source": { "type": "git", - "url": "https://github.com/asm89/stack-cors.git", - "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea" + "url": "https://github.com/arthurkushman/querypath.git", + "reference": "a62260eddc58e0b30dfeb7c9db60a8bd593d2135" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/50f57105bad3d97a43ec4a485eb57daf347eafea", - "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea", + "url": "https://api.github.com/repos/arthurkushman/querypath/zipball/a62260eddc58e0b30dfeb7c9db60a8bd593d2135", + "reference": "a62260eddc58e0b30dfeb7c9db60a8bd593d2135", "shasum": "" }, "require": { - "php": "^7.3|^8.0", - "symfony/http-foundation": "^5.3|^6|^7", - "symfony/http-kernel": "^5.3|^6|^7" + "masterminds/html5": "2.*", + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^9", + "fzaninotto/faker": "^1.8", + "mockery/mockery": "^1.1", + "phpunit/phpunit": "^7.2" + }, + "type": "library", + "autoload": { + "files": [ + "src/qp_functions.php" + ], + "psr-4": { + "QueryPath\\": "src/", + "QueryPathTests\\": "tests/QueryPath/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)", + "homepage": "https://github.com/arthurkushman/querypath", + "keywords": [ + "PHP7", + "css", + "html", + "jquery", + "xml", + "xslt" + ], + "support": { + "issues": "https://github.com/arthurkushman/querypath/issues", + "source": "https://github.com/arthurkushman/querypath/tree/3.1.4" + }, + "time": "2022-03-28T14:28:31+00:00" + }, + { + "name": "asm89/stack-cors", + "version": "v2.1.1", + "source": { + "type": "git", + "url": "https://github.com/asm89/stack-cors.git", + "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", + "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", + "shasum": "" + }, + "require": { + "php": "^7.2|^8.0", + "symfony/http-foundation": "^4|^5|^6", + "symfony/http-kernel": "^4|^5|^6" + }, + "require-dev": { + "phpunit/phpunit": "^7|^9", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -229,9 +282,9 @@ ], "support": { "issues": "https://github.com/asm89/stack-cors/issues", - "source": "https://github.com/asm89/stack-cors/tree/v2.2.0" + "source": "https://github.com/asm89/stack-cors/tree/v2.1.1" }, - "time": "2023-11-14T13:51:46+00:00" + "time": "2022-01-18T09:12:03+00:00" }, { "name": "barnabywalters/mf-cleaner", @@ -279,16 +332,16 @@ }, { "name": "caxy/php-htmldiff", - "version": "v0.1.16", + "version": "v0.1.15", "source": { "type": "git", "url": "https://github.com/caxy/php-htmldiff.git", - "reference": "5c580b4f09285c078f0c5cb261573412a736a8cb" + "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/5c580b4f09285c078f0c5cb261573412a736a8cb", - "reference": "5c580b4f09285c078f0c5cb261573412a736a8cb", + "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/6342b02ddb86fd36093ad7e2db2efc21f01ab7cd", + "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd", "shasum": "" }, "require": { @@ -334,9 +387,9 @@ ], "support": { "issues": "https://github.com/caxy/php-htmldiff/issues", - "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.16" + "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.15" }, - "time": "2025-01-22T17:03:45+00:00" + "time": "2023-11-05T23:49:04+00:00" }, { "name": "cebe/markdown", @@ -404,48 +457,49 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "3.6.1", + "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab" + "reference": "22ed1cc02dc47814e8239de577da541e9b9bd980" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/2dbd8d231945681a398862a3282ade3cf0ea23ab", - "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/22ed1cc02dc47814e8239de577da541e9b9bd980", + "reference": "22ed1cc02dc47814e8239de577da541e9b9bd980", "shasum": "" }, "require": { "ext-json": "*", - "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" + "php": ">=7.4", + "psr/log": "^1.1 || ^2.0 || ^3.0", + "symfony/console": "^4.4.15 || ^5.1 || ^6.0", + "symfony/filesystem": "^4.4 || ^5.1 || ^6", + "symfony/polyfill-php80": "^1.23", + "symfony/string": "^5.1 || ^6", + "twig/twig": "^2.14.11 || ^3.1" }, "conflict": { "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" + "chi-teck/drupal-coder-extension": "^1.2", + "drupal/coder": "^8.3.14", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.4", + "squizlabs/php_codesniffer": "^3.5", + "symfony/var-dumper": "^5.2 || ^6.0", + "symfony/yaml": "^5.2 || ^6.0" }, "bin": [ "bin/dcg" ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, "autoload": { "psr-4": { "DrupalCodeGenerator\\": "src" @@ -458,34 +512,34 @@ "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/3.6.1" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.6.2" }, - "time": "2024-06-06T17:36:37+00:00" + "time": "2022-11-11T15:34:04+00:00" }, { "name": "commerceguys/addressing", - "version": "v2.2.4", + "version": "v1.4.2", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", - "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda" + "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/addressing/zipball/ea826dbe5b3fe76960073a2167d5cf996c811cda", - "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda", + "url": "https://api.github.com/repos/commerceguys/addressing/zipball/406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", + "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", "shasum": "" }, "require": { - "doctrine/collections": "^1.6 || ^2.0", - "php": ">=8.0" + "doctrine/collections": "^1.2 || ^2.0", + "php": ">=7.3" }, "require-dev": { "ext-json": "*", - "mikey179/vfsstream": "^1.6.11", - "phpunit/phpunit": "^9.6", - "squizlabs/php_codesniffer": "^3.7", - "symfony/validator": "^5.4 || ^6.3 || ^7.0" + "mikey179/vfsstream": "^1.6.10", + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.6", + "symfony/validator": "^4.4 || ^5.4 || ^6.0" }, "suggest": { "symfony/validator": "to validate addresses" @@ -493,7 +547,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -522,34 +576,34 @@ ], "support": { "issues": "https://github.com/commerceguys/addressing/issues", - "source": "https://github.com/commerceguys/addressing/tree/v2.2.4" + "source": "https://github.com/commerceguys/addressing/tree/v1.4.2" }, - "time": "2025-01-13T16:03:24+00:00" + "time": "2023-02-15T10:11:14+00:00" }, { "name": "composer/ca-bundle", - "version": "1.5.5", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6" + "reference": "b66d11b7479109ab547f9405b97205640b17d385" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/08c50d5ec4c6ced7d0271d2862dec8c1033283e6", - "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385", + "reference": "b66d11b7479109ab547f9405b97205640b17d385", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", - "php": "^7.2 || ^8.0" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8 || ^9", - "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "phpstan/phpstan": "^0.12.55", + "psr/log": "^1.0", + "symfony/phpunit-bridge": "^4.2 || ^5", + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { @@ -584,7 +638,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.5.5" + "source": "https://github.com/composer/ca-bundle/tree/1.4.0" }, "funding": [ { @@ -600,20 +654,20 @@ "type": "tidelift" } ], - "time": "2025-01-08T16:17:16+00:00" + "time": "2023-12-18T12:05:55+00:00" }, { "name": "composer/installers", - "version": "v2.3.0", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e" + "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e", - "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e", + "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35", + "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35", "shasum": "" }, "require": { @@ -621,12 +675,12 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "composer/composer": "^1.10.27 || ^2.7", - "composer/semver": "^1.7.2 || ^3.4.0", - "phpstan/phpstan": "^1.11", - "phpstan/phpstan-phpunit": "^1", - "symfony/phpunit-bridge": "^7.1.1", - "symfony/process": "^5 || ^6 || ^7" + "composer/composer": "1.6.* || ^2.0", + "composer/semver": "^1 || ^3", + "phpstan/phpstan": "^0.12.55", + "phpstan/phpstan-phpunit": "^0.12.16", + "symfony/phpunit-bridge": "^5.3", + "symfony/process": "^5" }, "type": "composer-plugin", "extra": { @@ -683,7 +737,6 @@ "cockpit", "codeigniter", "concrete5", - "concreteCMS", "croogo", "dokuwiki", "drupal", @@ -730,7 +783,7 @@ ], "support": { "issues": "https://github.com/composer/installers/issues", - "source": "https://github.com/composer/installers/tree/v2.3.0" + "source": "https://github.com/composer/installers/tree/v2.2.0" }, "funding": [ { @@ -746,28 +799,28 @@ "type": "tidelift" } ], - "time": "2024-06-24T20:46:46+00:00" + "time": "2022-08-20T06:45:11+00:00" }, { "name": "composer/semver", - "version": "3.4.3", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", - "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", + "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.11", - "symfony/phpunit-bridge": "^3 || ^7" + "phpstan/phpstan": "^1.4", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { @@ -809,9 +862,9 @@ "versioning" ], "support": { - "irc": "ircs://irc.libera.chat:6697/composer", + "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.4.3" + "source": "https://github.com/composer/semver/tree/3.3.2" }, "funding": [ { @@ -827,29 +880,29 @@ "type": "tidelift" } ], - "time": "2024-09-19T14:15:21+00:00" + "time": "2022-04-01T19:23:25+00:00" }, { "name": "consolidation/annotated-command", - "version": "4.10.1", + "version": "4.9.2", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "362310b13ececa9f6f0a4a880811fa08fecc348b" + "reference": "b5255dcbee1de95036185062a103dabc622224de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/362310b13ececa9f6f0a4a880811fa08fecc348b", - "reference": "362310b13ececa9f6f0a4a880811fa08fecc348b", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/b5255dcbee1de95036185062a103dabc622224de", + "reference": "b5255dcbee1de95036185062a103dabc622224de", "shasum": "" }, "require": { "consolidation/output-formatters": "^4.3.1", "php": ">=7.1.3", "psr/log": "^1 || ^2 || ^3", - "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" + "symfony/console": "^4.4.8 || ^5 || ^6", + "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6", + "symfony/finder": "^4.4.8 || ^5 || ^6" }, "require-dev": { "composer-runtime-api": "^2.0", @@ -881,9 +934,9 @@ "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.10.1" + "source": "https://github.com/consolidation/annotated-command/tree/4.9.2" }, - "time": "2024-12-13T19:55:40+00:00" + "time": "2023-12-26T14:30:50+00:00" }, { "name": "consolidation/config", @@ -997,32 +1050,32 @@ }, { "name": "consolidation/log", - "version": "3.1.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "c27a3beb36137c141ccbce0d89f64befb243c015" + "reference": "caaad9d70dae54eb49002666f000e3c607066878" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/c27a3beb36137c141ccbce0d89f64befb243c015", - "reference": "c27a3beb36137c141ccbce0d89f64befb243c015", + "url": "https://api.github.com/repos/consolidation/log/zipball/caaad9d70dae54eb49002666f000e3c607066878", + "reference": "caaad9d70dae54eb49002666f000e3c607066878", "shasum": "" }, "require": { "php": ">=8.0.0", "psr/log": "^3", - "symfony/console": "^5 || ^6 || ^7" + "symfony/console": "^5 || ^6" }, "require-dev": { - "phpunit/phpunit": "^7.5.20 || ^8 || ^9", + "phpunit/phpunit": ">=7.5.20", "squizlabs/php_codesniffer": "^3", "yoast/phpunit-polyfills": "^0.2.0" }, "type": "library", "extra": { - "platform": { - "php": "8.2.17" + "branch-alias": { + "dev-main": "2.x-dev" } }, "autoload": { @@ -1043,36 +1096,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/3.1.0" + "source": "https://github.com/consolidation/log/tree/3.0.0" }, - "time": "2024-04-04T23:50:25+00:00" + "time": "2022-04-05T16:53:32+00:00" }, { "name": "consolidation/output-formatters", - "version": "4.6.0", + "version": "4.3.2", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe" + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5fd5656718d7068a02d046f418a7ba873d5abbfe", - "reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58", + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", "php": ">=7.1.3", - "symfony/console": "^4 || ^5 || ^6 || ^7", - "symfony/finder": "^4 || ^5 || ^6 || ^7" + "symfony/console": "^4 || ^5 || ^6", + "symfony/finder": "^4 || ^5 || ^6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", "phpunit/phpunit": "^7 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", - "symfony/var-dumper": "^4 || ^5 || ^6 || ^7", - "symfony/yaml": "^4 || ^5 || ^6 || ^7", + "symfony/var-dumper": "^4 || ^5 || ^6", + "symfony/yaml": "^4 || ^5 || ^6", "yoast/phpunit-polyfills": "^1" }, "suggest": { @@ -1097,9 +1150,9 @@ "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.6.0" + "source": "https://github.com/consolidation/output-formatters/tree/4.3.2" }, - "time": "2024-10-18T14:02:48+00:00" + "time": "2023-07-06T04:45:41+00:00" }, { "name": "consolidation/robo", @@ -1231,23 +1284,23 @@ }, { "name": "consolidation/site-alias", - "version": "4.1.1", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "aff6189aae17da813d23249cb2fc0fff33f26d40" + "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/aff6189aae17da813d23249cb2fc0fff33f26d40", - "reference": "aff6189aae17da813d23249cb2fc0fff33f26d40", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", + "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1 || ^2 || ^3", + "consolidation/config": "^1.2.1 || ^2", "php": ">=7.4", - "symfony/filesystem": "^5.4 || ^6 || ^7", - "symfony/finder": "^5 || ^6 || ^7" + "symfony/filesystem": "^5.4 || ^6", + "symfony/finder": "^5 || ^6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", @@ -1284,30 +1337,30 @@ "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/4.1.1" + "source": "https://github.com/consolidation/site-alias/tree/4.0.1" }, - "time": "2024-12-13T19:05:11+00:00" + "time": "2023-04-29T17:18:10+00:00" }, { "name": "consolidation/site-process", - "version": "5.4.2", + "version": "5.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", - "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da" + "reference": "6c44638d7af8a8b4abe12c3180701243f480539d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da", - "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/6c44638d7af8a8b4abe12c3180701243f480539d", + "reference": "6c44638d7af8a8b4abe12c3180701243f480539d", "shasum": "" }, "require": { - "consolidation/config": "^2 || ^3", + "consolidation/config": "^2", "consolidation/site-alias": "^3 || ^4", "php": ">=8.0.14", - "symfony/console": "^5.4 || ^6 || ^7", - "symfony/process": "^6 || ^7" + "symfony/console": "^5.4 || ^6", + "symfony/process": "^6" }, "require-dev": { "phpunit/phpunit": "^9", @@ -1341,9 +1394,9 @@ "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/5.4.2" + "source": "https://github.com/consolidation/site-process/tree/5.2.0" }, - "time": "2024-12-13T19:25:56+00:00" + "time": "2022-12-06T17:57:16+00:00" }, { "name": "cweagans/composer-patches", @@ -1395,16 +1448,16 @@ }, { "name": "dflydev/dot-access-data", - "version": "v3.0.3", + "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" + "reference": "f41715465d65213d644d3141a6a93081be5d3549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", - "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", + "reference": "f41715465d65213d644d3141a6a93081be5d3549", "shasum": "" }, "require": { @@ -1464,22 +1517,67 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" }, - "time": "2024-07-08T12:26:09+00:00" + "time": "2022-10-27T11:44:00+00:00" }, { - "name": "doctrine/annotations", - "version": "1.14.4", + "name": "dg/twitter-php", + "version": "v3.8", "source": { "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915" + "url": "https://github.com/dg/twitter-php.git", + "reference": "d9370c9759138200a77ca86abcb0c5ddfe857c68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915", - "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915", + "url": "https://api.github.com/repos/dg/twitter-php/zipball/d9370c9759138200a77ca86abcb0c5ddfe857c68", + "reference": "d9370c9759138200a77ca86abcb0c5ddfe857c68", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=5.4.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + } + ], + "description": "Small and easy Twitter library for PHP", + "homepage": "https://github.com/dg/twitter-php", + "keywords": [ + "oauth", + "twitter" + ], + "support": { + "source": "https://github.com/dg/twitter-php/tree/v3.8" + }, + "time": "2019-02-08T16:20:01+00:00" + }, + { + "name": "doctrine/annotations", + "version": "1.14.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", "shasum": "" }, "require": { @@ -1490,11 +1588,11 @@ }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^12", - "phpstan/phpstan": "~1.4.10 || ^1.10.28", + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "~1.4.10 || ^1.8.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7", - "vimeo/psalm": "^4.30 || ^5.14" + "symfony/cache": "^4.4 || ^5.4 || ^6", + "vimeo/psalm": "^4.10" }, "suggest": { "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" @@ -1540,22 +1638,22 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.4" + "source": "https://github.com/doctrine/annotations/tree/1.14.3" }, - "time": "2024-09-05T10:15:52+00:00" + "time": "2023-02-01T09:20:38+00:00" }, { "name": "doctrine/collections", - "version": "2.2.2", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "d8af7f248c74f195f7347424600fd9e17b57af59" + "reference": "72328a11443a0de79967104ad36ba7b30bded134" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/d8af7f248c74f195f7347424600fd9e17b57af59", - "reference": "d8af7f248c74f195f7347424600fd9e17b57af59", + "url": "https://api.github.com/repos/doctrine/collections/zipball/72328a11443a0de79967104ad36ba7b30bded134", + "reference": "72328a11443a0de79967104ad36ba7b30bded134", "shasum": "" }, "require": { @@ -1567,7 +1665,7 @@ "ext-json": "*", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^9.5", "vimeo/psalm": "^5.11" }, "type": "library", @@ -1612,7 +1710,7 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/2.2.2" + "source": "https://github.com/doctrine/collections/tree/2.1.4" }, "funding": [ { @@ -1628,31 +1726,33 @@ "type": "tidelift" } ], - "time": "2024-04-18T06:56:21+00:00" + "time": "2023-10-03T09:22:33+00:00" }, { "name": "doctrine/deprecations", - "version": "1.1.4", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" + "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9", - "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", + "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^12", - "phpstan/phpstan": "1.4.10 || 2.0.3", - "phpstan/phpstan-phpunit": "^1.0 || ^2", + "doctrine/coding-standard": "^9", + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psr/log": "^1 || ^2 || ^3" + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -1660,7 +1760,7 @@ "type": "library", "autoload": { "psr-4": { - "Doctrine\\Deprecations\\": "src" + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" } }, "notification-url": "https://packagist.org/downloads/", @@ -1671,9 +1771,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/1.1.4" + "source": "https://github.com/doctrine/deprecations/tree/1.1.3" }, - "time": "2024-12-07T21:18:45+00:00" + "time": "2024-01-30T19:34:25+00:00" }, { "name": "doctrine/lexer", @@ -1755,34 +1855,32 @@ }, { "name": "dompdf/dompdf", - "version": "v3.1.0", + "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", - "reference": "a51bd7a063a65499446919286fb18b518177155a" + "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/a51bd7a063a65499446919286fb18b518177155a", - "reference": "a51bd7a063a65499446919286fb18b518177155a", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/093f2d9739cec57428e39ddadedfd4f3ae862c0f", + "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f", "shasum": "" }, "require": { - "dompdf/php-font-lib": "^1.0.0", - "dompdf/php-svg-lib": "^1.0.0", "ext-dom": "*", "ext-mbstring": "*", "masterminds/html5": "^2.0", + "phenx/php-font-lib": ">=0.5.4 <1.0.0", + "phenx/php-svg-lib": ">=0.3.3 <1.0.0", "php": "^7.1 || ^8.0" }, "require-dev": { - "ext-gd": "*", "ext-json": "*", "ext-zip": "*", "mockery/mockery": "^1.3", - "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11", - "squizlabs/php_codesniffer": "^3.5", - "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0" + "phpunit/phpunit": "^7.5 || ^8 || ^9", + "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "ext-gd": "Needed to process images", @@ -1813,113 +1911,22 @@ "homepage": "https://github.com/dompdf/dompdf", "support": { "issues": "https://github.com/dompdf/dompdf/issues", - "source": "https://github.com/dompdf/dompdf/tree/v3.1.0" + "source": "https://github.com/dompdf/dompdf/tree/v2.0.4" }, - "time": "2025-01-15T14:09:04+00:00" - }, - { - "name": "dompdf/php-font-lib", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/dompdf/php-font-lib.git", - "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d", - "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6" - }, - "type": "library", - "autoload": { - "psr-4": { - "FontLib\\": "src/FontLib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1-or-later" - ], - "authors": [ - { - "name": "The FontLib Community", - "homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md" - } - ], - "description": "A library to read, parse, export and make subsets of different types of font files.", - "homepage": "https://github.com/dompdf/php-font-lib", - "support": { - "issues": "https://github.com/dompdf/php-font-lib/issues", - "source": "https://github.com/dompdf/php-font-lib/tree/1.0.1" - }, - "time": "2024-12-02T14:37:59+00:00" - }, - { - "name": "dompdf/php-svg-lib", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/dompdf/php-svg-lib.git", - "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/eb045e518185298eb6ff8d80d0d0c6b17aecd9af", - "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": "^7.1 || ^8.0", - "sabberworm/php-css-parser": "^8.4" - }, - "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Svg\\": "src/Svg" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0-or-later" - ], - "authors": [ - { - "name": "The SvgLib Community", - "homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md" - } - ], - "description": "A library to read, parse and export to PDF SVG files.", - "homepage": "https://github.com/dompdf/php-svg-lib", - "support": { - "issues": "https://github.com/dompdf/php-svg-lib/issues", - "source": "https://github.com/dompdf/php-svg-lib/tree/1.0.0" - }, - "time": "2024-04-29T13:26:35+00:00" + "time": "2023-12-12T20:19:39+00:00" }, { "name": "dragonmantank/cron-expression", - "version": "v3.4.0", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "8c784d071debd117328803d86b2097615b457500" + "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", - "reference": "8c784d071debd117328803d86b2097615b457500", + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", + "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", "shasum": "" }, "require": { @@ -1932,14 +1939,10 @@ "require-dev": { "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.0", + "phpstan/phpstan-webmozart-assert": "^1.0", "phpunit/phpunit": "^7.0|^8.0|^9.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, "autoload": { "psr-4": { "Cron\\": "src/Cron/" @@ -1963,7 +1966,7 @@ ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", - "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0" + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3" }, "funding": [ { @@ -1971,37 +1974,35 @@ "type": "github" } ], - "time": "2024-10-09T13:47:03+00:00" + "time": "2023-08-10T19:36:49+00:00" }, { "name": "drupal/address", - "version": "2.0.3", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/address.git", - "reference": "2.0.3" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/address-2.0.3.zip", - "reference": "2.0.3", - "shasum": "fa8273cf5abd21fd8a58de77844011b122ab3aa6" + "url": "https://ftp.drupal.org/files/projects/address-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "67dd4699040aabf0cd6169e437706fa6a39b0b3a" }, "require": { - "commerceguys/addressing": "^2.1.1", - "drupal/core": "^9.5 || ^10 || ^11", - "php": "^8.0" + "commerceguys/addressing": "^1.4.2", + "drupal/core": "^9.2 || ^10", + "php": "^7.3 || ^8.0" }, "require-dev": { - "drupal/diff": "^1", - "drupal/feeds": "^3", - "drupal/token": "^1" + "drupal/token": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.3", - "datestamp": "1736773032", + "version": "8.x-1.12", + "datestamp": "1684710176", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2018,7 +2019,7 @@ "homepage": "https://www.drupal.org/user/86106" }, { - "name": "centarro", + "name": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { @@ -2042,20 +2043,20 @@ }, { "name": "drupal/admin_toolbar", - "version": "3.5.1", + "version": "3.4.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_toolbar.git", - "reference": "3.5.1" + "reference": "3.4.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.5.1.zip", - "reference": "3.5.1", - "shasum": "b5215109836f7fade374fef531231e36c1c9b945" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.2.zip", + "reference": "3.4.2", + "shasum": "f5a008e5c73f5a11c6c8067c0ea6ebb76aa33854" }, "require": { - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": "^9.2 || ^10" }, "require-dev": { "drupal/admin_toolbar_tools": "*" @@ -2063,8 +2064,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.5.1", - "datestamp": "1730409973", + "version": "3.4.2", + "datestamp": "1696006195", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2097,16 +2098,12 @@ "homepage": "https://www.drupal.org/u/matio89", "role": "Maintainer" }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, { "name": "matio89", "homepage": "https://www.drupal.org/user/2320090" }, { - "name": "musa.thomas", + "name": "Musa.thomas", "homepage": "https://www.drupal.org/user/1213824" }, { @@ -2127,10 +2124,10 @@ }, { "name": "drupal/admin_toolbar-admin_toolbar_search", - "version": "3.5.1", + "version": "3.4.2", "require": { "drupal/admin_toolbar": "^3", - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": "^9.2 || ^10" }, "require-dev": { "drupal/admin_toolbar_tools": "*" @@ -2138,8 +2135,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "3.5.1", - "datestamp": "1730409973", + "version": "3.4.2", + "datestamp": "1696006195", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2167,16 +2164,12 @@ "name": "fethi.krout", "homepage": "https://www.drupal.org/user/3206765" }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, { "name": "matio89", "homepage": "https://www.drupal.org/user/2320090" }, { - "name": "musa.thomas", + "name": "Musa.thomas", "homepage": "https://www.drupal.org/user/1213824" }, { @@ -2190,17 +2183,17 @@ } }, { - "name": "drupal/admin_toolbar_tools", - "version": "3.5.1", + "name": "drupal/admin_toolbar_links_access_filter", + "version": "3.4.2", "require": { "drupal/admin_toolbar": "*", - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": "^9.2 || ^10" }, "type": "metapackage", "extra": { "drupal": { - "version": "3.5.1", - "datestamp": "1730409973", + "version": "3.4.2", + "datestamp": "1696006195", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2229,15 +2222,69 @@ "homepage": "https://www.drupal.org/user/3206765" }, { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" + "name": "matio89", + "homepage": "https://www.drupal.org/user/2320090" + }, + { + "name": "Musa.thomas", + "homepage": "https://www.drupal.org/user/1213824" + }, + { + "name": "romainj", + "homepage": "https://www.drupal.org/user/370706" + } + ], + "description": "Provides a workaround for the common problem that users with 'Use the administration pages and help' permission see menu links they don't have access permission for. Once the issue https://www.drupal.org/node/296693 be solved, this module will be deprecated.", + "homepage": "https://www.drupal.org/project/admin_toolbar", + "support": { + "source": "https://git.drupalcode.org/project/admin_toolbar" + } + }, + { + "name": "drupal/admin_toolbar_tools", + "version": "3.4.2", + "require": { + "drupal/admin_toolbar": "*", + "drupal/core": "^9.2 || ^10" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "3.4.2", + "datestamp": "1696006195", + "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": "adriancid", + "homepage": "https://www.drupal.org/user/1962106" + }, + { + "name": "bolbol", + "homepage": "https://www.drupal.org/user/3400070" + }, + { + "name": "eme", + "homepage": "https://www.drupal.org/user/542492" + }, + { + "name": "fethi.krout", + "homepage": "https://www.drupal.org/user/3206765" }, { "name": "matio89", "homepage": "https://www.drupal.org/user/2320090" }, { - "name": "musa.thomas", + "name": "Musa.thomas", "homepage": "https://www.drupal.org/user/1213824" }, { @@ -2253,29 +2300,26 @@ }, { "name": "drupal/allowed_formats", - "version": "3.0.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/allowed_formats.git", - "reference": "3.0.1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/allowed_formats-3.0.1.zip", - "reference": "3.0.1", - "shasum": "9dfaed3ab8425ee94146914fdb492cefc6c6bb4d" + "url": "https://ftp.drupal.org/files/projects/allowed_formats-2.0.0.zip", + "reference": "2.0.0", + "shasum": "ac6c6d398f303608ced7e9cd9d4556a728dc41f0" }, "require": { - "drupal/core": "^10.1 || ^11" - }, - "conflict": { - "drupal/core": "<10.1.0" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.1", - "datestamp": "1723158950", + "version": "2.0.0", + "datestamp": "1669170410", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2308,7 +2352,7 @@ "role": "Maintainer" } ], - "description": "Hides info about the selected text format. The 'allowed formats' functionality has been moved to core since Drupal 10.1.0.", + "description": "Limit which text formats are available for each field instance.", "homepage": "https://www.drupal.org/project/allowed_formats", "support": { "source": "http://cgit.drupalcode.org/allowed_formats", @@ -2317,26 +2361,26 @@ }, { "name": "drupal/antibot", - "version": "2.0.4", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/antibot.git", - "reference": "2.0.4" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/antibot-2.0.4.zip", - "reference": "2.0.4", - "shasum": "58b215291b250ea410194693cbac2da6f54a8530" + "url": "https://ftp.drupal.org/files/projects/antibot-2.0.3.zip", + "reference": "2.0.3", + "shasum": "b26b603299ee3067e0aa3875ff752815f21d2f0b" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10 || ^11" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.4", - "datestamp": "1723819813", + "version": "2.0.3", + "datestamp": "1708358087", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2369,26 +2413,26 @@ }, { "name": "drupal/asset_injector", - "version": "2.21.0", + "version": "2.19.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/asset_injector.git", - "reference": "8.x-2.21" + "reference": "8.x-2.19" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/asset_injector-8.x-2.21.zip", - "reference": "8.x-2.21", - "shasum": "24dc111e995d6a33cb9f11f106b0d1e716e92767" + "url": "https://ftp.drupal.org/files/projects/asset_injector-8.x-2.19.zip", + "reference": "8.x-2.19", + "shasum": "c0e6f9450d63f42787b93ec05375c90bcfbc6308" }, "require": { - "drupal/core": "^10.3 || ^11" + "drupal/core": "^9.3 || ^10.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.21", - "datestamp": "1723044656", + "version": "8.x-2.19", + "datestamp": "1694704137", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2418,30 +2462,29 @@ }, { "name": "drupal/auto_entitylabel", - "version": "3.4.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/auto_entitylabel.git", - "reference": "8.x-3.4" + "reference": "8.x-3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.4.zip", - "reference": "8.x-3.4", - "shasum": "9b3d7bc8e450ae008b3f48fed0dd9dace03ddbb5" + "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "8dd54d4b677f2c7259a15afd7b71d0d1b6f6b4a6" }, "require": { - "drupal/core": "^10.1 || ^11" + "drupal/core": "^9.3 || ^10" }, "require-dev": { - "drupal/book": "^1.0", "drupal/token": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.4", - "datestamp": "1736308389", + "version": "8.x-3.0", + "datestamp": "1671545557", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2462,7 +2505,7 @@ "homepage": "https://www.drupal.org/user/58704" }, { - "name": "dqd", + "name": "diqidoq", "homepage": "https://www.drupal.org/user/1001934" }, { @@ -2470,11 +2513,7 @@ "homepage": "https://www.drupal.org/user/45640" }, { - "name": "mandclu", - "homepage": "https://www.drupal.org/user/52136" - }, - { - "name": "pravin ajaaz", + "name": "Pravin Ajaaz", "homepage": "https://www.drupal.org/user/2910049" }, { @@ -2482,11 +2521,11 @@ "homepage": "https://www.drupal.org/user/3193859" }, { - "name": "renatog", + "name": "RenatoG", "homepage": "https://www.drupal.org/user/3326031" }, { - "name": "vladimiraus", + "name": "VladimirAus", "homepage": "https://www.drupal.org/user/673120" } ], @@ -2499,27 +2538,27 @@ }, { "name": "drupal/automated_crop", - "version": "4.0.2", + "version": "3.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/automated_crop.git", - "reference": "4.0.2" + "reference": "3.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/automated_crop-4.0.2.zip", - "reference": "4.0.2", - "shasum": "9126a9965c4159fc05c4c473aa311cf7f88a1418" + "url": "https://ftp.drupal.org/files/projects/automated_crop-3.0.2.zip", + "reference": "3.0.2", + "shasum": "0f82b438307ab2fb4246a1cc53dd86fdca3dc222" }, "require": { - "drupal/core": "^10.1 || ^11", + "drupal/core": "^9 || ^10", "drupal/crop": "^2.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.2", - "datestamp": "1738584452", + "version": "3.0.2", + "datestamp": "1699876294", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2553,29 +2592,26 @@ }, { "name": "drupal/autosave_form", - "version": "1.10.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autosave_form.git", - "reference": "8.x-1.10" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/autosave_form-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "99e270c30bf09a2688a5b23814beced13f8f7ba4" + "reference": "7fe6cc5dd44ce23272878204c613ae3dfd112e86" }, "require": { - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.10", - "datestamp": "1738605622", + "version": "8.x-1.4+1-dev", + "datestamp": "1698662713", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -2597,20 +2633,20 @@ }, { "name": "drupal/backup_migrate", - "version": "5.1.0", + "version": "5.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/backup_migrate.git", - "reference": "5.1.0" + "reference": "5.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.1.0.zip", - "reference": "5.1.0", - "shasum": "bfc523c4d01f2f5dcbb2a612455b8f0a84d651b2" + "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.0.3.zip", + "reference": "5.0.3", + "shasum": "bc263f601f7a21248d4000a372d04a417df7e326" }, "require": { - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": "^9.3 || ^10" }, "suggest": { "defuse/php-encryption": "Optional encryption of saved backups." @@ -2618,8 +2654,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "5.1.0", - "datestamp": "1732034636", + "version": "5.0.3", + "datestamp": "1671366510", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2637,7 +2673,7 @@ "role": "Developer" }, { - "name": "damienmckenna", + "name": "DamienMcKenna", "homepage": "https://www.drupal.org/user/108450" }, { @@ -2663,30 +2699,30 @@ }, { "name": "drupal/better_exposed_filters", - "version": "6.0.6", + "version": "6.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/better_exposed_filters.git", - "reference": "6.0.6" + "reference": "6.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.6.zip", - "reference": "6.0.6", - "shasum": "558ca591d450fc64512cae7f98cb4b0241e15ba3" + "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.3.zip", + "reference": "6.0.3", + "shasum": "b5c20207d7679542bb81955771956c18083e6e0b" }, "require": { "drupal/core": "^9 || ^10", - "drupal/jquery_ui": "*", - "drupal/jquery_ui_datepicker": "*", - "drupal/jquery_ui_slider": "*", - "drupal/jquery_ui_touch_punch": "*" + "drupal/jquery_ui": "^1.6", + "drupal/jquery_ui_datepicker": "^2.0", + "drupal/jquery_ui_slider": "^2.0.0", + "drupal/jquery_ui_touch_punch": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.6", - "datestamp": "1716397541", + "version": "6.0.3", + "datestamp": "1671541877", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2715,7 +2751,7 @@ "homepage": "https://www.drupal.org/user/192273" }, { - "name": "neslee canil pinto", + "name": "Neslee Canil Pinto", "homepage": "https://www.drupal.org/user/3580850" }, { @@ -2725,10 +2761,6 @@ { "name": "rlhawk", "homepage": "https://www.drupal.org/user/352283" - }, - { - "name": "smustgrave", - "homepage": "https://www.drupal.org/user/3252890" } ], "description": "Replaces the Views default single- or multi-select boxes with more advanced options.", @@ -2740,26 +2772,26 @@ }, { "name": "drupal/block_class", - "version": "4.0.0", + "version": "2.0.11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_class.git", - "reference": "4.0.0" + "reference": "2.0.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_class-4.0.0.zip", - "reference": "4.0.0", - "shasum": "4ed97a78db9b52f28e46d377947fecfb3a8c9580" + "url": "https://ftp.drupal.org/files/projects/block_class-2.0.11.zip", + "reference": "2.0.11", + "shasum": "bd098ef0071b5baca1248c0deaa9bbedc0ddcaf4" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.0", - "datestamp": "1730640283", + "version": "2.0.11", + "datestamp": "1672065313", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2840,26 +2872,26 @@ }, { "name": "drupal/block_visibility_groups", - "version": "2.0.4", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_visibility_groups.git", - "reference": "2.0.4" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_visibility_groups-2.0.4.zip", - "reference": "2.0.4", - "shasum": "40ad2b557d610ea9aff3b81be6d6867287b6f34d" + "url": "https://ftp.drupal.org/files/projects/block_visibility_groups-2.0.1.zip", + "reference": "2.0.1", + "shasum": "ae268cc3a5821205832b66069dcb8f60b8f20ab9" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.4", - "datestamp": "1737112821", + "version": "2.0.1", + "datestamp": "1676002877", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2868,11 +2900,11 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "damienmckenna", + "name": "DamienMcKenna", "homepage": "https://www.drupal.org/user/108450" }, { @@ -2900,17 +2932,17 @@ }, { "name": "drupal/bpmn_io", - "version": "1.1.4", + "version": "1.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/bpmn_io.git", - "reference": "1.1.4" + "reference": "1.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/bpmn_io-1.1.4.zip", - "reference": "1.1.4", - "shasum": "c69acc7ffc624a1dbc2c9ae1aa8a108bfc7381be" + "url": "https://ftp.drupal.org/files/projects/bpmn_io-1.1.3.zip", + "reference": "1.1.3", + "shasum": "32d5569f1cf4946c1841dd12bcf64f8b2a4a7fb6" }, "require": { "drupal/core": "^9 || ^10", @@ -2921,8 +2953,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.4", - "datestamp": "1716032392", + "version": "1.1.3", + "datestamp": "1691062720", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2952,11 +2984,11 @@ }, { "name": "drupal/bulma", - "version": "dev-1.x", + "version": "dev-3.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/bulma.git", - "reference": "56483c2ff11e8f925af20a15b0cc7636fc74ad45" + "reference": "1899b7afcb023655cdc8d29d1eacd12989ea1403" }, "require": { "drupal/core": "^9.2 || ^10" @@ -2964,11 +2996,11 @@ "type": "drupal-theme", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev" + "dev-3.0.x": "3.0.x-dev" }, "drupal": { - "version": "8.x-1.1+13-dev", - "datestamp": "1721362481", + "version": "3.0.x-dev", + "datestamp": "1707419765", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -2981,15 +3013,11 @@ ], "authors": [ { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "g4mbini", - "homepage": "https://www.drupal.org/user/2533498" - }, - { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -3072,26 +3100,26 @@ }, { "name": "drupal/cancel_button", - "version": "1.5.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/cancel_button.git", - "reference": "8.x-1.5" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/cancel_button-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "07ce620c57cdd16ac751f78d9c3397ea9350d1f8" + "url": "https://ftp.drupal.org/files/projects/cancel_button-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "d1d932a4aff53938066f329a04fa3adb61367d0e" }, "require": { - "drupal/core": "^8 || ^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1732804482", + "version": "8.x-1.4", + "datestamp": "1676921894", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3128,26 +3156,26 @@ }, { "name": "drupal/captcha", - "version": "2.0.7", + "version": "2.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/captcha.git", - "reference": "2.0.7" + "reference": "2.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/captcha-2.0.7.zip", - "reference": "2.0.7", - "shasum": "8e97ba41810811bcd5d7e8b714cdc0b664dd8eec" + "url": "https://ftp.drupal.org/files/projects/captcha-2.0.5.zip", + "reference": "2.0.5", + "shasum": "0c39d27a99b53f6517ef25ceef1ac5e333964547" }, "require": { - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": ">=9.4 <11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.7", - "datestamp": "1732250192", + "version": "2.0.5", + "datestamp": "1691598525", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3163,7 +3191,7 @@ ], "authors": [ { - "name": "anybody", + "name": "Anybody", "homepage": "https://www.drupal.org/user/291091" }, { @@ -3171,7 +3199,7 @@ "homepage": "https://www.drupal.org/user/1021502" }, { - "name": "grevil", + "name": "Grevil", "homepage": "https://www.drupal.org/user/3668491" }, { @@ -3187,7 +3215,7 @@ "homepage": "https://www.drupal.org/user/116002" }, { - "name": "robloach", + "name": "RobLoach", "homepage": "https://www.drupal.org/user/61114" }, { @@ -3208,27 +3236,27 @@ }, { "name": "drupal/checklistapi", - "version": "2.1.6", + "version": "2.1.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/checklistapi.git", - "reference": "2.1.6" + "reference": "2.1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.6.zip", - "reference": "2.1.6", - "shasum": "64f439b7dd09336c4b32480edf1796cbc911d9b4" + "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.5.zip", + "reference": "2.1.5", + "shasum": "9d91ecdcba1fc1d4805a6ddc06a6ba5ca8a63fc9" }, "require": { - "drupal/core": "^9.3 || ^10 || ^11", + "drupal/core": "^9.3 || ^10", "php": ">=7.3.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.6", - "datestamp": "1713801912", + "version": "2.1.5", + "datestamp": "1697644052", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3251,15 +3279,15 @@ "email": "travis.carden@gmail.com" }, { - "name": "rajeshreeputra", + "name": "Rajeshreeputra", "homepage": "https://www.drupal.org/user/3418561" }, { - "name": "traviscarden", + "name": "TravisCarden", "homepage": "https://www.drupal.org/user/236758" }, { - "name": "vladimiraus", + "name": "VladimirAus", "homepage": "https://www.drupal.org/user/673120" } ], @@ -3296,8 +3324,8 @@ "version": "1.0.2", "datestamp": "1695740655", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -3306,6 +3334,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "dczepierga", + "homepage": "https://www.drupal.org/user/911466" + }, { "name": "hass", "homepage": "https://www.drupal.org/user/85918" @@ -3323,9 +3355,13 @@ "homepage": "https://www.drupal.org/user/1078742" }, { - "name": "magnus", + "name": "Magnus", "homepage": "https://www.drupal.org/user/73919" }, + { + "name": "mkesicki", + "homepage": "https://www.drupal.org/user/922884" + }, { "name": "nod_", "homepage": "https://www.drupal.org/user/598310" @@ -3339,7 +3375,7 @@ "homepage": "https://www.drupal.org/user/2793801" }, { - "name": "wim leers", + "name": "Wim Leers", "homepage": "https://www.drupal.org/user/99777" }, { @@ -3398,6 +3434,10 @@ { "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "heliogabal", + "homepage": "https://www.drupal.org/user/998658" } ], "description": "Adjusts CKEditor height to field row setting until we have https://www.drupal.org/node/2788905.", @@ -3507,7 +3547,7 @@ "homepage": "https://www.drupal.org/user/36762" }, { - "name": "stefanos.petrakis@gmail.com", + "name": "stefanos.petrakis", "homepage": "https://www.drupal.org/user/2573064" } ], @@ -3585,29 +3625,29 @@ }, { "name": "drupal/components", - "version": "3.1.0", + "version": "3.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/components.git", - "reference": "3.1.0" + "reference": "3.0.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/components-3.1.0.zip", - "reference": "3.1.0", - "shasum": "a9d9f7517f54038d0d6fa68185d80e26d2ad1d8d" + "url": "https://ftp.drupal.org/files/projects/components-3.0.0-beta3.zip", + "reference": "3.0.0-beta3", + "shasum": "47ced4332f0a655ca38ae1b54e97a8e78d59f0bc" }, "require": { - "drupal/core": "^10.2 || ^11" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.0", - "datestamp": "1725921122", + "version": "3.0.0-beta3", + "datestamp": "1651759488", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -3618,15 +3658,11 @@ "authors": [ { "name": "JohnAlbin", - "homepage": "https://www.drupal.org/user/1036766", + "homepage": "https://www.drupal.org/user/32095", "email": "virtually.johnalbin@gmail.com" }, { - "name": "johnalbin", - "homepage": "https://www.drupal.org/user/32095" - }, - { - "name": "robloach", + "name": "RobLoach", "homepage": "https://www.drupal.org/user/61114" } ], @@ -3818,6 +3854,10 @@ "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "pescetti", "homepage": "https://www.drupal.org/user/436244" @@ -3871,6 +3911,10 @@ "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "pescetti", "homepage": "https://www.drupal.org/user/436244" @@ -3888,20 +3932,20 @@ }, { "name": "drupal/config_filter", - "version": "2.7.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_filter.git", - "reference": "8.x-2.7" + "reference": "8.x-2.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.7.zip", - "reference": "8.x-2.7", - "shasum": "7fe7161b93c7e24c6db135f1cf82d144bef66e50" + "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "fd1a057a402436fc906c63bf0a74722f73b9b155" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10 || ^11" + "drupal/core": "^8.8 || ^9 || ^10" }, "conflict": { "drush/drush": "<10" @@ -3912,8 +3956,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.7", - "datestamp": "1727472458", + "version": "8.x-2.6", + "datestamp": "1698308577", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4000,10 +4044,6 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, - { - "name": "elkaro", - "homepage": "https://www.drupal.org/user/3577260" - }, { "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" @@ -4012,10 +4052,18 @@ "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" }, + { + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "tadean", "homepage": "https://www.drupal.org/user/3608919" @@ -4085,6 +4133,10 @@ "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "tadean", "homepage": "https://www.drupal.org/user/3608919" @@ -4141,20 +4193,20 @@ "name": "Docc", "homepage": "https://www.drupal.org/user/310132" }, - { - "name": "elkaro", - "homepage": "https://www.drupal.org/user/3577260" - }, { "name": "gnuget", "homepage": "https://www.drupal.org/user/992990" }, { - "name": "kristen pol", + "name": "Kristen Pol", "homepage": "https://www.drupal.org/user/8389" }, { - "name": "megakeegman", + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -4229,10 +4281,6 @@ "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" }, - { - "name": "megakeegman", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -4248,10 +4296,6 @@ { "name": "tadean", "homepage": "https://www.drupal.org/user/3608919" - }, - { - "name": "uarizona", - "homepage": "https://www.drupal.org/user/3763238" } ], "description": "Enables provision of configuration by extensions.", @@ -4262,29 +4306,29 @@ }, { "name": "drupal/config_snapshot", - "version": "2.0.0", + "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_snapshot.git", - "reference": "2.0.0" + "reference": "2.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_snapshot-2.0.0.zip", - "reference": "2.0.0", - "shasum": "183e6f293e7ef142290c5e69cbca986895e12a2d" + "url": "https://ftp.drupal.org/files/projects/config_snapshot-2.0.0-alpha1.zip", + "reference": "2.0.0-alpha1", + "shasum": "35cb1bb74f07c8973cee19eac71aa4124ea3dd0f" }, "require": { - "drupal/core": "^8 || ^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1736287398", + "version": "2.0.0-alpha1", + "datestamp": "1682448084", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -4320,10 +4364,6 @@ { "name": "tadean", "homepage": "https://www.drupal.org/user/3608919" - }, - { - "name": "uarizona", - "homepage": "https://www.drupal.org/user/3763238" } ], "description": "Manages snapshots of configuration as provided by modules and themes.", @@ -4425,26 +4465,26 @@ }, { "name": "drupal/config_update", - "version": "2.0.0-alpha4", + "version": "2.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_update.git", - "reference": "2.0.0-alpha4" + "reference": "2.0.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha4.zip", - "reference": "2.0.0-alpha4", - "shasum": "d8ea528b0b3e24918356bb72bef61408f650aa8e" + "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha3.zip", + "reference": "2.0.0-alpha3", + "shasum": "c35e81e8fb77efdff5ddca3a87116ea0c522a7e2" }, "require": { - "drupal/core": "^9.4 || ^10 || ^11" + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha4", - "datestamp": "1724596931", + "version": "2.0.0-alpha3", + "datestamp": "1683807608", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -4461,12 +4501,8 @@ "homepage": "https://www.drupal.org/user/3573206" }, { - "name": "pasqualle", + "name": "Pasqualle", "homepage": "https://www.drupal.org/user/80733" - }, - { - "name": "vishalkhode", - "homepage": "https://www.drupal.org/user/2439156" } ], "description": "Provides basic revert and update functionality for other modules.", @@ -4477,17 +4513,17 @@ }, { "name": "drupal/content_lock", - "version": "2.4.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/content_lock.git", - "reference": "8.x-2.4" + "reference": "8.x-2.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/content_lock-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "99d149e530555aae12b44292efe5887d373e862e" + "url": "https://ftp.drupal.org/files/projects/content_lock-8.x-2.3.zip", + "reference": "8.x-2.3", + "shasum": "0e8343f82330899baef65aa85d9994154e29506f" }, "require": { "drupal/core": "^9.0 || ^10.0" @@ -4495,8 +4531,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1715783058", + "version": "8.x-2.3", + "datestamp": "1668427342", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4512,10 +4548,6 @@ "name": "alexpott", "homepage": "https://www.drupal.org/user/157725" }, - { - "name": "astonvictor", - "homepage": "https://www.drupal.org/user/3466615" - }, { "name": "chr.fritsch", "homepage": "https://www.drupal.org/user/2103716" @@ -4643,16 +4675,16 @@ }, { "name": "drupal/core", - "version": "10.4.2", + "version": "10.1.8", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "a895b261aec81a2f52ed1f9123118d08e4616805" + "reference": "fe4fd82ecd1f70db397c58d4360e15de0b4785c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/a895b261aec81a2f52ed1f9123118d08e4616805", - "reference": "a895b261aec81a2f52ed1f9123118d08e4616805", + "url": "https://api.github.com/repos/drupal/core/zipball/fe4fd82ecd1f70db397c58d4360e15de0b4785c7", + "reference": "fe4fd82ecd1f70db397c58d4360e15de0b4785c7", "shasum": "" }, "require": { @@ -4682,26 +4714,23 @@ "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/console": "^6.3", + "symfony/dependency-injection": "^6.3", + "symfony/event-dispatcher": "^6.3", + "symfony/http-foundation": "^6.3", + "symfony/http-kernel": "^6.3", + "symfony/mime": "^6.3", "symfony/polyfill-iconv": "^1.26", - "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" + "symfony/process": "^6.3", + "symfony/psr-http-message-bridge": "^2.1", + "symfony/routing": "^6.3", + "symfony/serializer": "^6.3", + "symfony/validator": "^6.3", + "symfony/yaml": "^6.3", + "twig/twig": "^3.5.0" }, "conflict": { - "drush/drush": "<12.4.3" + "drush/drush": "<8.1.10" }, "replace": { "drupal/core-annotation": "self.version", @@ -4736,29 +4765,29 @@ "extra": { "drupal-scaffold": { "file-mapping": { - "[web-root]/.htaccess": "assets/scaffold/files/htaccess", - "[web-root]/README.md": "assets/scaffold/files/drupal.README.md", - "[web-root]/index.php": "assets/scaffold/files/index.php", + "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", + "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", - "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", - "[web-root]/update.php": "assets/scaffold/files/update.php", - "[web-root]/web.config": "assets/scaffold/files/web.config", - "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", - "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", - "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", + "[web-root]/.htaccess": "assets/scaffold/files/htaccess", "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", - "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt", - "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", - "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", - "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", - "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", + "[web-root]/index.php": "assets/scaffold/files/index.php", + "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", + "[web-root]/README.md": "assets/scaffold/files/drupal.README.md", + "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", + "[web-root]/update.php": "assets/scaffold/files/update.php", + "[web-root]/web.config": "assets/scaffold/files/web.config", + "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", + "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", - "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php" + "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", + "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", + "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", + "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" } } }, @@ -4791,8 +4820,7 @@ "lib/Drupal/Core/DrupalKernel.php", "lib/Drupal/Core/DrupalKernelInterface.php", "lib/Drupal/Core/Installer/InstallerRedirectTrait.php", - "lib/Drupal/Core/Site/Settings.php", - "lib/Drupal/Component/Datetime/Time.php" + "lib/Drupal/Core/Site/Settings.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -4801,22 +4829,22 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.4.2" + "source": "https://github.com/drupal/core/tree/10.1.8" }, - "time": "2025-02-05T22:51:59+00:00" + "time": "2024-01-16T21:11:11+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.4.2", + "version": "10.2.3", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "db17b59620ce1c142a34dc017d9e696ce4771e55" + "reference": "63effa1bc644e80a269e8b4415e627491d26fd3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/db17b59620ce1c142a34dc017d9e696ce4771e55", - "reference": "db17b59620ce1c142a34dc017d9e696ce4771e55", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/63effa1bc644e80a269e8b4415e627491d26fd3f", + "reference": "63effa1bc644e80a269e8b4415e627491d26fd3f", "shasum": "" }, "require": { @@ -4851,80 +4879,76 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.4.2" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.3" }, - "time": "2024-08-22T14:31:30+00:00" + "time": "2024-01-26T14:59:30+00:00" }, { "name": "drupal/core-recommended", - "version": "10.4.2", + "version": "10.1.8", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "e9d1eb6256fae0d51c0a735ed814315fa6f7d040" + "reference": "0e4a17b65e5dd2aedf66461e7c3658a35adc4924" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/e9d1eb6256fae0d51c0a735ed814315fa6f7d040", - "reference": "e9d1eb6256fae0d51c0a735ed814315fa6f7d040", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/0e4a17b65e5dd2aedf66461e7c3658a35adc4924", + "reference": "0e4a17b65e5dd2aedf66461e7c3658a35adc4924", "shasum": "" }, "require": { - "asm89/stack-cors": "~v2.2.0", - "composer/semver": "~3.4.3", - "doctrine/annotations": "~1.14.4", - "doctrine/deprecations": "~1.1.3", - "doctrine/lexer": "~2.1.1", - "drupal/core": "10.4.2", - "egulias/email-validator": "~4.0.2", - "guzzlehttp/guzzle": "~7.9.2", - "guzzlehttp/promises": "~2.0.4", - "guzzlehttp/psr7": "~2.7.0", - "masterminds/html5": "~2.9.0", - "mck89/peast": "~v1.16.3", - "pear/archive_tar": "~1.5.0", + "asm89/stack-cors": "~v2.1.1", + "composer/semver": "~3.3.2", + "doctrine/annotations": "~1.14.3", + "doctrine/deprecations": "~v1.1.1", + "doctrine/lexer": "~2.1.0", + "drupal/core": "10.1.8", + "egulias/email-validator": "~4.0.1", + "guzzlehttp/guzzle": "~7.7.0", + "guzzlehttp/psr7": "~2.5.0", + "masterminds/html5": "~2.8.0", + "mck89/peast": "~v1.15.4", + "pear/archive_tar": "~1.4.14", "pear/console_getopt": "~v1.4.3", - "pear/pear-core-minimal": "~v1.10.16", + "pear/pear-core-minimal": "~v1.10.13", "pear/pear_exception": "~v1.0.2", "psr/cache": "~3.0.0", "psr/container": "~2.0.2", "psr/event-dispatcher": "~1.0.0", - "psr/http-client": "~1.0.3", - "psr/http-factory": "~1.1.0", - "psr/log": "~3.0.2", + "psr/http-client": "~1.0.2", + "psr/http-factory": "~1.0.2", + "psr/log": "~3.0.0", "ralouphie/getallheaders": "~3.0.3", - "sebastian/diff": "~4.0.6", - "symfony/console": "~v6.4.15", - "symfony/dependency-injection": "~v6.4.16", - "symfony/deprecation-contracts": "~v3.5.1", - "symfony/error-handler": "~v6.4.14", - "symfony/event-dispatcher": "~v6.4.13", - "symfony/event-dispatcher-contracts": "~v3.5.1", - "symfony/filesystem": "~v6.4.13", - "symfony/finder": "~v6.4.13", - "symfony/http-foundation": "~v6.4.16", - "symfony/http-kernel": "~v6.4.16", - "symfony/mailer": "~v6.4.13", - "symfony/mime": "~v6.4.13", - "symfony/polyfill-ctype": "~v1.31.0", - "symfony/polyfill-iconv": "~v1.31.0", - "symfony/polyfill-intl-grapheme": "~v1.31.0", - "symfony/polyfill-intl-idn": "~v1.31.0", - "symfony/polyfill-intl-normalizer": "~v1.31.0", - "symfony/polyfill-mbstring": "~v1.31.0", - "symfony/polyfill-php83": "~v1.31.0", - "symfony/process": "~v6.4.15", - "symfony/psr-http-message-bridge": "~v6.4.13", - "symfony/routing": "~v6.4.16", - "symfony/serializer": "~v6.4.15", - "symfony/service-contracts": "~v3.5.1", - "symfony/string": "~v6.4.15", - "symfony/translation-contracts": "~v3.5.1", - "symfony/validator": "~v6.4.16", - "symfony/var-dumper": "~v6.4.15", - "symfony/var-exporter": "~v6.4.13", - "symfony/yaml": "~v6.4.13", - "twig/twig": "~v3.19.0" + "sebastian/diff": "~4.0.5", + "symfony/console": "~v6.3.0", + "symfony/dependency-injection": "~v6.3.0", + "symfony/deprecation-contracts": "~v3.3.0", + "symfony/error-handler": "~v6.3.0", + "symfony/event-dispatcher": "~v6.3.0", + "symfony/event-dispatcher-contracts": "~v3.3.0", + "symfony/http-foundation": "~v6.3.0", + "symfony/http-kernel": "~v6.3.0", + "symfony/mime": "~v6.3.0", + "symfony/polyfill-ctype": "~v1.27.0", + "symfony/polyfill-iconv": "~v1.27.0", + "symfony/polyfill-intl-grapheme": "~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-php83": "~v1.27.0", + "symfony/process": "~v6.3.0", + "symfony/psr-http-message-bridge": "~v2.2.0", + "symfony/routing": "~v6.3.0", + "symfony/serializer": "~v6.3.0", + "symfony/service-contracts": "~v3.3.0", + "symfony/string": "~v6.3.0", + "symfony/translation-contracts": "~v3.3.0", + "symfony/validator": "~v6.3.0", + "symfony/var-dumper": "~v6.3.0", + "symfony/var-exporter": "~v6.3.0", + "symfony/yaml": "~v6.3.0", + "twig/twig": "~v3.6.0" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -4936,32 +4960,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/10.4.2" + "source": "https://github.com/drupal/core-recommended/tree/10.1.8" }, - "time": "2025-02-05T22:51:59+00:00" + "time": "2024-01-16T21:11:11+00:00" }, { "name": "drupal/crop", - "version": "2.4.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/crop.git", - "reference": "8.x-2.4" + "reference": "8.x-2.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "be11fad0abf1d53544d35cb4ca6cedd8e91d2542" + "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.3.zip", + "reference": "8.x-2.3", + "shasum": "8e109cf60077f4c605c4d1f895cb3dc28613a23a" }, "require": { - "drupal/core": "^9.3 || ^10 || ^11" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1720455738", + "version": "8.x-2.3", + "datestamp": "1665437894", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4999,27 +5023,27 @@ }, { "name": "drupal/csp", - "version": "1.33.0", + "version": "1.30.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csp.git", - "reference": "8.x-1.33" + "reference": "8.x-1.30" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.33.zip", - "reference": "8.x-1.33", - "shasum": "c923468c3cf077bbc89967ee7fa6c6e48c7254df" + "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.30.zip", + "reference": "8.x-1.30", + "shasum": "50ff811459e9d93a1d605f96ada4082aa0dc637f" }, "require": { - "drupal/core": "~10.0.0 || ^10.1.3 || ^11", + "drupal/core": "~10.0.0 || ^10.1.3", "ext-json": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.33", - "datestamp": "1721292907", + "version": "8.x-1.30", + "datestamp": "1705655685", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5048,26 +5072,26 @@ }, { "name": "drupal/ctools", - "version": "4.1.0", + "version": "3.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ctools.git", - "reference": "4.1.0" + "reference": "8.x-3.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip", - "reference": "4.1.0", - "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.14.zip", + "reference": "8.x-3.14", + "shasum": "8895a8e47199b458013bc153ceafa0b1495f33c1" }, "require": { - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.1.0", - "datestamp": "1718144949", + "version": "8.x-3.14", + "datestamp": "1684299793", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5201,41 +5225,32 @@ }, { "name": "drupal/dashboards", - "version": "2.1.10", + "version": "2.1.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dashboards.git", - "reference": "2.1.10" + "reference": "2.1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dashboards-2.1.10.zip", - "reference": "2.1.10", - "shasum": "5b2df04b0138ea0d6213bb2df1b6636de9dcf6c7" + "url": "https://ftp.drupal.org/files/projects/dashboards-2.1.6.zip", + "reference": "2.1.6", + "shasum": "e8ba79f31ff32da7b1ee9a57a61c5987014a365f" }, "require": { - "drupal/core": "^9.4 || ^10 || ^11", + "drupal/core": "^9.4 || ^10", "laminas/laminas-feed": "^2.17" }, "require-dev": { - "drupal/layout_builder_restrictions": "*", "drupal/matomo": "*", "drupal/matomo_reporting_api": "*", - "drupal/statistics": "*", "drupal/webform": "*" }, - "suggest": { - "drupal/layout_builder_restrictions": "Manage which fields & layouts are available in Layout Builder.", - "drupal/matomo": "Reports site visitor analytics to a Matomo instance.", - "drupal/matomo_reporting_api": "Allows to retrieve reports from the Matomo API.", - "drupal/statistics": "Logs how many times content is viewed.", - "drupal/webform": "Enables the creation of webforms and questionnaires." - }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.10", - "datestamp": "1737573144", + "version": "2.1.6", + "datestamp": "1681725489", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5248,12 +5263,8 @@ ], "authors": [ { - "name": "erik seifert", + "name": "Erik Seifert", "homepage": "https://www.drupal.org/user/161429" - }, - { - "name": "leymannx", - "homepage": "https://www.drupal.org/user/2482808" } ], "description": "Dashboards based on Layout Builder.", @@ -5268,26 +5279,26 @@ }, { "name": "drupal/date_popup", - "version": "2.0.2", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/date_popup.git", - "reference": "2.0.2" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/date_popup-2.0.2.zip", - "reference": "2.0.2", - "shasum": "fc40e429d927b80aaf75093a4458d9cddbf7f921" + "url": "https://ftp.drupal.org/files/projects/date_popup-2.0.1.zip", + "reference": "2.0.1", + "shasum": "15cab5f339d60569c2380545b6e16b5f3612b98f" }, "require": { - "drupal/core": "^8 || ^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1721718242", + "version": "2.0.1", + "datestamp": "1694567369", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5316,26 +5327,26 @@ }, { "name": "drupal/datetimehideseconds", - "version": "1.5.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/datetimehideseconds.git", - "reference": "8.x-1.5" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "81857730eb3a610d00d1119f337222005b0bc1a0" + "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "fdfa8eeb35ec9577bf95caf49473c71d2ff011c0" }, "require": { - "drupal/core": "^8.7.7 || ^9 || ^10 || ^11" + "drupal/core": "^8.7.7 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1730329777", + "version": "8.x-1.4", + "datestamp": "1703164799", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5348,54 +5359,50 @@ ], "authors": [ { - "name": "Andi Rüther (anruether)", - "homepage": "https://www.drupal.org/u/anruether", - "role": "Maintainer" + "name": "anruether", + "homepage": "https://www.drupal.org/user/894458" }, { - "name": "Merlin Axel Rutz (geek-merlin)", - "homepage": "https://www.drupal.org/u/geek-merlin", - "role": "Maintainer" + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" }, { - "name": "Rainer Halbmann (heliogabal)", - "homepage": "https://www.drupal.org/u/heliogabal", - "role": "Maintainer" + "name": "heliogabal", + "homepage": "https://www.drupal.org/user/998658" } ], "description": "Provides the option to hide seconds in datetime fields.", "homepage": "https://www.drupal.org/project/datetimehideseconds", "support": { - "source": "https://git.drupalcode.org/project/datetimehideseconds", - "issues": "https://www.drupal.org/project/issues/datetimehideseconds" + "source": "https://git.drupalcode.org/project/datetimehideseconds" } }, { "name": "drupal/default_content", - "version": "2.0.0-alpha3", + "version": "2.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/default_content.git", - "reference": "2.0.0-alpha3" + "reference": "2.0.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha3.zip", - "reference": "2.0.0-alpha3", - "shasum": "fdd90c70bd91896835f6ba5ec42c260c1a144a2b" + "url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha2.zip", + "reference": "2.0.0-alpha2", + "shasum": "5c365ea21b0be63dc00ec2db50179291d6fb3d89" }, "require": { - "drupal/core": "^9.1 || ^10 || ^11" + "drupal/core": "^9.1 || ^10" }, "require-dev": { - "drupal/hal": "^1 || ^2", + "drupal/hal": " ^9 || ^1 || ^2", "drupal/paragraphs": "^1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha3", - "datestamp": "1724492420", + "version": "2.0.0-alpha2", + "datestamp": "1659466706", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -5403,7 +5410,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10 || ^11 || ^12" + "drush.services.yml": "^9 || ^10 || ^11" } } }, @@ -5421,7 +5428,7 @@ "homepage": "https://www.drupal.org/user/1852732" }, { - "name": "berdir", + "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -5437,7 +5444,7 @@ "homepage": "https://www.drupal.org/user/395439" }, { - "name": "sam152", + "name": "Sam152", "homepage": "https://www.drupal.org/user/1485048" } ], @@ -5449,38 +5456,27 @@ }, { "name": "drupal/diff", - "version": "1.8.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/diff.git", - "reference": "8.x-1.8" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "a104bf731a282f06ff0d5a7fb861c01b5b933765" + "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "b7558b0f431d5945289829946e0beba61bf7ae18" }, "require": { - "drupal/core": "^10 || ^11", - "mkalkbrenner/php-htmldiff-advanced": "~0.0.8", - "php": "^8.1" - }, - "require-dev": { - "jangregor/phpstan-prophecy": "dev-master", - "mglaman/phpstan-drupal": "^1.2.10", - "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.11", - "phpstan/phpstan-deprecation-rules": "*", - "phpstan/phpstan-phpunit": "1.4.x-dev", - "phpstan/phpstan-strict-rules": "^1@stable", - "previousnext/coding-standard": "1.0.1" + "drupal/core": "^9.3 || ^10", + "mkalkbrenner/php-htmldiff-advanced": "~0.0.8" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1727892285", + "version": "8.x-1.1", + "datestamp": "1665437355", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5517,11 +5513,6 @@ "homepage": "https://www.drupal.org/u/realityloop", "role": "Maintainer" }, - { - "name": "Adam Bramley (acbramley)", - "homepage": "https://www.drupal.org/u/acbramley", - "role": "Maintainer" - }, { "name": "lhangea", "homepage": "https://www.drupal.org/user/2743803" @@ -5550,23 +5541,23 @@ "description": "Compares two entity revisions", "homepage": "https://www.drupal.org/project/diff", "support": { - "source": "https://git.drupalcode.org/project/diff", + "source": "http://cgit.drupalcode.org/diff", "issues": "https://www.drupal.org/project/issues/diff" } }, { "name": "drupal/drd_agent", - "version": "4.1.2", + "version": "4.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drd_agent.git", - "reference": "4.1.2" + "reference": "4.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drd_agent-4.1.2.zip", - "reference": "4.1.2", - "shasum": "e49c008c71ce0bf9bf0af8d714625be4853968b7" + "url": "https://ftp.drupal.org/files/projects/drd_agent-4.1.0.zip", + "reference": "4.1.0", + "shasum": "5979d4d98f76d81c1e68bbfd7b04a7de73f9e33b" }, "require": { "drupal/core": "^10 || ^11", @@ -5576,7 +5567,7 @@ "drupal/hacked": "^2.0@beta", "drupal/job_scheduler": "^4.0", "drupal/monitoring": "^1.13", - "drupal/security_review": "^3.0" + "drupal/security_review": "^2.0" }, "suggest": { "drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.", @@ -5586,8 +5577,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.1.2", - "datestamp": "1710680502", + "version": "4.1.0", + "datestamp": "1701853228", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5658,7 +5649,7 @@ "email": "dropdown-language@goodscott.com" }, { - "name": "grevil", + "name": "Grevil", "homepage": "https://www.drupal.org/user/3668491" }, { @@ -5729,11 +5720,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -5765,48 +5756,51 @@ }, { "name": "drupal/drutopia_article", - "version": "dev-2.0.x", + "version": "2.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_article.git", - "reference": "0c4d5f0f695914e154282fc4d6bb0d866675fb1a" + "reference": "2.0.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_article-2.0.0-rc2.zip", + "reference": "2.0.0-rc2", + "shasum": "e51b860d49240eba2bdeb696c7b1e068f5f0b2fe" }, "require": { "drupal/block_visibility_groups": "^2", - "drupal/config_actions": "^1.4", + "drupal/config_actions": "^1.1", "drupal/config_snapshot": "*", "drupal/core": "^9.4 || ^10", - "drupal/ctools": "^4.1", + "drupal/ctools": "^3.4", "drupal/drutopia_comment": "*", "drupal/drutopia_core": "*", "drupal/drutopia_people": "*", "drupal/drutopia_seo": "^2", "drupal/drutopia_site": "*", - "drupal/ds": "^3.28", + "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^3", - "drupal/field_group": "^3.6", + "drupal/facets": "^2", + "drupal/field_group": "^3.0", "drupal/focal_point": "*", "drupal/media_library_media_modify": "*", "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.13", + "drupal/pathauto": "^1.8", "drupal/rdf": "*", "drupal/search_api": "*", - "drupal/token": "^1.15" + "drupal/token": "^1.7" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, "drupal": { - "version": "2.0.0-rc2+4-dev", - "datestamp": "1738966837", + "version": "2.0.0-rc2", + "datestamp": "1698093781", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -5824,11 +5818,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -5852,46 +5846,49 @@ }, { "name": "drupal/drutopia_blog", - "version": "dev-2.0.x", + "version": "2.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_blog.git", - "reference": "2a9b1a9c8fb87d799b118e95a22af9167bc5d5d2" + "reference": "2.0.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_blog-2.0.0-rc2.zip", + "reference": "2.0.0-rc2", + "shasum": "71720613f7a0b4f6437f4bf1fd29dc0cb210ed7a" }, "require": { "drupal/block_visibility_groups": "^2", - "drupal/config_actions": "^1.4", + "drupal/config_actions": "^1.1", "drupal/core": "^9.4 || ^10", - "drupal/ctools": "^4.1", + "drupal/ctools": "^3.4", "drupal/drutopia_comment": "*", "drupal/drutopia_core": "*", "drupal/drutopia_people": "*", "drupal/drutopia_seo": "^2", "drupal/drutopia_site": "*", - "drupal/ds": "^3.28", + "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^3", - "drupal/field_group": "^3.6", + "drupal/facets": "^2", + "drupal/field_group": "^3.0", "drupal/focal_point": "*", "drupal/media_library_media_modify": "*", "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.13", + "drupal/pathauto": "^1.8", "drupal/search_api": "*", - "drupal/token": "^1.15" + "drupal/token": "^1.7" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, "drupal": { - "version": "2.0.0-rc2+4-dev", - "datestamp": "1738966933", + "version": "2.0.0-rc2", + "datestamp": "1698094057", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -5909,11 +5906,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -5999,11 +5996,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6038,20 +6035,20 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_collection.git", - "reference": "6a56ad10454f362422cc232a4bfe0ddd32ae7586" + "reference": "6f25bea1f255a34322622ecf876637429f023c43" }, "require": { - "drupal/config_actions": "^1.4", + "drupal/config_actions": "^1.0", "drupal/core": "^8 || ^9 || ^10", - "drupal/ctools": "^4.1", + "drupal/ctools": "^3.0", "drupal/drutopia_article": "^2", "drupal/drutopia_blog": "^2", "drupal/drutopia_core": "*", "drupal/drutopia_people": "^2", "drupal/drutopia_seo": "^2", - "drupal/ds": "^3.28", + "drupal/ds": "^3.1", "drupal/entity_reference_revisions": "*", - "drupal/metatag": "^2.1", + "drupal/metatag": "^1.9", "drupal/paragraphs": "*" }, "type": "drupal-module", @@ -6061,7 +6058,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738965303", + "datestamp": "1694686396", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6074,11 +6071,11 @@ ], "authors": [ { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6144,11 +6141,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6183,34 +6180,34 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_core.git", - "reference": "ecbcab8ee9779dbcb8f86bd731192842e8da14e0" + "reference": "05ee8ae13f1b24ea3c450aee6fd854919432f17d" }, "require": { - "drupal/automated_crop": "^4.0", - "drupal/config_actions": "^1.4", - "drupal/config_perms": "^2.1", + "drupal/automated_crop": "^3.0", + "drupal/config_actions": "^1.3", + "drupal/config_perms": "^2.0", "drupal/core": "^9.4 || ^10", "drupal/crop": "^2.1", - "drupal/ds": "^3.28", + "drupal/ds": "^3.12", "drupal/exclude_node_title": "*", - "drupal/facets": "^3", - "drupal/faqfield": "^7.1", - "drupal/focal_point": "^2.1", - "drupal/image_field_to_media": "^3.0", + "drupal/facets": "^2", + "drupal/faqfield": "^7.0", + "drupal/focal_point": "^2.0", + "drupal/image_field_to_media": "^2.0", "drupal/image_widget_crop": "^2", - "drupal/media_contextual_crop": "^2.1", - "drupal/media_contextual_crop_field_formatter": "^2.0", - "drupal/media_contextual_crop_fp_adapter": "^2.0", - "drupal/media_contextual_crop_iwc_adapter": "^2.0", - "drupal/media_library_media_modify": "^1.0", - "drupal/media_responsive_thumbnail": "^1.5", - "drupal/metatag": "^2.1", - "drupal/paragraphs": "^1.18", + "drupal/media_contextual_crop": "1.2.x-dev@dev", + "drupal/media_contextual_crop_field_formatter": "^1.3", + "drupal/media_contextual_crop_fp_adapter": "^1", + "drupal/media_contextual_crop_iwc_adapter": "^1", + "drupal/media_library_media_modify": "^1.0@beta", + "drupal/media_responsive_thumbnail": "^1", + "drupal/metatag": "^1.16", + "drupal/paragraphs": "^1.12", "drupal/pathauto": "*", "drupal/rdf": "*", - "drupal/search_api": "^1.37", + "drupal/search_api": "^1.19", "drupal/search_api_db": "*", - "drupal/video_embed_field": "^2.5" + "drupal/video_embed_field": "^2.4" }, "type": "drupal-module", "extra": { @@ -6219,7 +6216,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738964608", + "datestamp": "1701463245", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6245,11 +6242,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6283,27 +6280,27 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_event.git", - "reference": "493e86fe85f947aca945fe8e91cda4e781bb9513" + "reference": "049ebe8b42a04481d637ec7bb30194b5af9c58e5" }, "require": { "drupal/block_visibility_groups": "^2", - "drupal/config_actions": "^1.4", + "drupal/config_actions": "^1.1", "drupal/core": "^9.4 || ^10", - "drupal/ctools": "^4.1", + "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", "drupal/drutopia_seo": "^2", - "drupal/ds": "^3.28", + "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^3", + "drupal/facets": "^2", "drupal/field_group": "*", "drupal/focal_point": "*", "drupal/media_library_media_modify": "*", "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.13", + "drupal/pathauto": "^1.8", "drupal/search_api": "*", - "drupal/token": "^1.15" + "drupal/token": "^1.7" }, "type": "drupal-module", "extra": { @@ -6312,7 +6309,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738966631", + "datestamp": "1701465986", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6333,11 +6330,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6372,10 +6369,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_group.git", - "reference": "f744305a5f93fa85eab281f7e001f84fe6d1cb35" + "reference": "13c6e8b04b29b594562a21690047342ce386f64f" }, "require": { - "drupal/address": "^2.0", + "drupal/address": "^1.8", "drupal/config_actions": "*", "drupal/config_perms": "*", "drupal/core": "^9.4 || ^10", @@ -6386,7 +6383,7 @@ "drupal/gnode": "*", "drupal/group": "^3", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.13" + "drupal/pathauto": "^1.8" }, "type": "drupal-module", "extra": { @@ -6395,7 +6392,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738967926", + "datestamp": "1694685946", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6416,21 +6413,29 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" + }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -6455,23 +6460,23 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_landing_page.git", - "reference": "6c9fed4cbb476a99e1536aaee94dc8182c82e387" + "reference": "fa3e5874142fffdd757aca5665e5414cf07e416c" }, "require": { - "cweagans/composer-patches": "^1", - "drupal/config_actions": "^1", + "cweagans/composer-patches": "^1.5.0", + "drupal/config_actions": "^1.1", "drupal/config_snapshot": "*", "drupal/core": "^9.4 || ^10", - "drupal/ctools": "^4", + "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", "drupal/drutopia_seo": "^2", - "drupal/ds": "^3", + "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/exclude_node_title": "^1", + "drupal/exclude_node_title": "^1.0-beta1", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1", - "drupal/token": "^1" + "drupal/pathauto": "^1.8", + "drupal/token": "^1.7" }, "type": "drupal-module", "extra": { @@ -6480,7 +6485,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738971149", + "datestamp": "1701465249", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6501,11 +6506,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6540,27 +6545,27 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_organization.git", - "reference": "28ddc437632547dfcb991cf3b639510951bf9949" + "reference": "1401174fb7ede9e0bcc91930c16334434f2be3ce" }, "require": { "drupal/block_visibility_groups": "*", - "drupal/config_actions": "^1", + "drupal/config_actions": "^1.1", "drupal/config_snapshot": "*", "drupal/core": "^8.9 || ^9 || ^10", "drupal/ctools": "*", "drupal/drutopia_core": "^2", "drupal/drutopia_event": "*", "drupal/drutopia_seo": "^2", - "drupal/ds": "^3", + "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/facets": "*", - "drupal/field_group": "^3", + "drupal/field_group": "^3.0", "drupal/focal_point": "*", - "drupal/ief_complex_open": "^1", - "drupal/inline_entity_form": "^3.0@RC", + "drupal/ief_complex_open": "^1.0", + "drupal/inline_entity_form": "^1.0@RC", "drupal/metatag": "*", - "drupal/paragraphs": "^1", - "drupal/pathauto": "^1", + "drupal/paragraphs": "^1.12", + "drupal/pathauto": "^1.8", "drupal/search_api": "*" }, "type": "drupal-module", @@ -6570,7 +6575,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738968329", + "datestamp": "1694685386", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -6587,11 +6592,11 @@ "homepage": "https://www.drupal.org/user/909522" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6624,21 +6629,21 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_page.git", - "reference": "86d7bbe6241184a5b820bbca2cc706defa4da033" + "reference": "ac4fece72920bfb181c50fb4c9bbcb35849d4408" }, "require": { - "drupal/config_actions": "^1.4", + "drupal/config_actions": "^1.1", "drupal/core": "^8.9 || ^9 || ^10", - "drupal/ctools": "^4.1", + "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", "drupal/drutopia_seo": "^2", - "drupal/ds": "^3.28", + "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.13", + "drupal/pathauto": "^1.8", "drupal/rdf": "*", - "drupal/token": "^1.15" + "drupal/token": "^1.7" }, "type": "drupal-module", "extra": { @@ -6647,7 +6652,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738965862", + "datestamp": "1701465224", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6668,11 +6673,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6706,16 +6711,16 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_paragraph_title.git", - "reference": "d74353db8e3c92e9fb4a469e86b9c979d48f1297" + "reference": "8bd77a9b1bce1ea44201d4b3ae0252f81601486a" }, "require": { - "drupal/allowed_formats": "^3", + "drupal/allowed_formats": "^2", "drupal/core": "^8.8.3 || ^9 || ^10", "drupal/drutopia_core": "^1 || ^2", "drupal/entity_reference_revisions": "*", "drupal/minimalhtml": "^2", "drupal/minimalhtmltitle": "*", - "drupal/paragraphs": "^1", + "drupal/paragraphs": "^1.15", "drupal/ui_patterns": "*", "drupal/ui_patterns_ds": "*", "drupal/ui_patterns_layouts": "*", @@ -6727,8 +6732,8 @@ "dev-1.0.x": "1.0.x-dev" }, "drupal": { - "version": "1.0.0+9-dev", - "datestamp": "1738968607", + "version": "1.0.0+8-dev", + "datestamp": "1688129764", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6741,11 +6746,11 @@ ], "authors": [ { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6776,21 +6781,21 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_people.git", - "reference": "338484dc18c27ddc3cdfc0adbe7af2532fef6dc4" + "reference": "60aa239bf374421011a88e0adfdf0e23e1e88453" }, "require": { - "drupal/config_actions": "^1", + "drupal/config_actions": "^1.1", "drupal/core": "^8.9 || ^9 || ^10", "drupal/ctools": "*", "drupal/drutopia_core": "^2", "drupal/drutopia_seo": "^2", - "drupal/ds": "^3", + "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/field_group": "^3", + "drupal/field_group": "^3.0", "drupal/focal_point": "*", "drupal/metatag": "*", - "drupal/paragraphs": "^1", - "drupal/pathauto": "^1", + "drupal/paragraphs": "^1.12", + "drupal/pathauto": "^1.8", "drupal/search_api": "*", "drupal/views_plain": "^1" }, @@ -6801,7 +6806,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738968707", + "datestamp": "1701465205", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6822,11 +6827,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6903,11 +6908,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -6942,30 +6947,28 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_resource.git", - "reference": "0907b1f514b7361c78085bfefc1ce0ed4d83c062" + "reference": "123b61f62d8368e914b7371dd882bfe9b37212b5" }, "require": { "drupal/block_visibility_groups": "^2", - "drupal/config_actions": "^1.4", + "drupal/config_actions": "^1.1", "drupal/core": "^9.4 || ^10", - "drupal/ctools": "^4.1", + "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", "drupal/drutopia_seo": "^2", - "drupal/ds": "^3.28", + "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^3", - "drupal/field_group": "^3.6", + "drupal/facets": "^2", + "drupal/field_group": "^3.0", "drupal/focal_point": "*", "drupal/media_library_media_modify": "*", "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.13", - "drupal/rabbit_hole": "*", - "drupal/rh_node": "*", + "drupal/pathauto": "^1.8", "drupal/search_api": "*", - "drupal/token": "^1.15", - "drupal/video_embed_field": "^2.5" + "drupal/token": "^1.7", + "drupal/video_embed_field": "^2.4" }, "type": "drupal-module", "extra": { @@ -6974,7 +6977,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738965704", + "datestamp": "1701465181", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6995,11 +6998,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -7117,14 +7120,14 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_seo.git", - "reference": "e92b8ff100dd06b1eb1cf88a4761416f26381dc8" + "reference": "b7d254541bf37c06e973250476ef40523d8b18f7" }, "require": { - "drupal/config_actions": "^1.4", + "drupal/config_actions": "^1.1", "drupal/core": "^8.9 || ^9 || ^10", "drupal/drutopia_core": "*", - "drupal/metatag": "^2.1", - "drupal/redirect": "^1.11", + "drupal/metatag": "^1.13", + "drupal/redirect": "^1.6", "drupal/redirect_404": "*" }, "type": "drupal-module", @@ -7134,7 +7137,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738965074", + "datestamp": "1697826547", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -7155,11 +7158,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -7197,22 +7200,23 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_site.git", - "reference": "da5e9dfb288a0ae17b424dfe1c704fd521dd556a" + "reference": "55fae682ea8541260fd2a13ac6e0157e232154c3" }, "require": { - "drupal/admin_toolbar": "^3", + "drupal/admin_toolbar": "^3.0", "drupal/admin_toolbar-admin_toolbar_search": "*", + "drupal/admin_toolbar_links_access_filter": "*", "drupal/admin_toolbar_tools": "*", - "drupal/autosave_form": "^1", - "drupal/config_actions": "^1", + "drupal/autosave_form": "1.x-dev", + "drupal/config_actions": "^1.1", "drupal/config_snapshot": "*", "drupal/core": "^9.4 || ^10", "drupal/drutopia_core": "^2", "drupal/ds": "*", "drupal/entity_reference_revisions": "*", - "drupal/menu_admin_per_menu": "^1", + "drupal/menu_admin_per_menu": "^1.1", "drupal/paragraphs": "*", - "drupal/role_delegation": "^1", + "drupal/role_delegation": "^1.1", "drupal/workflow_buttons": "^1", "drupal/workflow_buttons_trash": "*", "drupal/wysiwyg_linebreaks": "^2" @@ -7224,11 +7228,16 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738969316", + "datestamp": "1701461795", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } + }, + "patches": { + "drupal/autosave_form": { + "PHP 8.2 deprecation issue with AutosaveFormBuilder": "https://www.drupal.org/files/issues/2023-04-20/autosave_form-dynamic-property-deprecation.patch" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7245,11 +7254,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -7283,11 +7292,11 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_social.git", - "reference": "0922fd6688d5b49903c30bb626d03c0df36d65c8" + "reference": "b0af0f7828df04aadc2f4b897793a170e55d09d7" }, "require": { "drupal/core": "^8.9 || ^9 || ^10", - "drupal/social_media_links": "^2" + "drupal/social_media_links": "^2.6" }, "type": "drupal-module", "extra": { @@ -7296,7 +7305,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738969425", + "datestamp": "1687306332", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -7317,21 +7326,29 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" + }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -7349,7 +7366,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_storyline.git", - "reference": "bf79a2124dd2b0429403e22f2abae55cbd4b0224" + "reference": "fb32c3b3f2c3007dcb28bf55e9a0e72299e4b77a" }, "require": { "drupal/config_actions": "*", @@ -7357,7 +7374,7 @@ "drupal/drutopia_core": "^2", "drupal/drutopia_page": "^2", "drupal/entity_reference_revisions": "*", - "drupal/field_group": "^3", + "drupal/field_group": "^3.0", "drupal/paragraphs": "*" }, "require-dev": { @@ -7371,7 +7388,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1738969481", + "datestamp": "1694684949", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -7392,21 +7409,29 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" + }, { "name": "wolcen", "homepage": "https://www.drupal.org/user/3099655" @@ -7508,20 +7533,20 @@ }, { "name": "drupal/ds", - "version": "3.28.0", + "version": "3.19.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ds.git", - "reference": "8.x-3.28" + "reference": "8.x-3.19" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.28.zip", - "reference": "8.x-3.28", - "shasum": "11d0cf2306639063fc52f7f8990bfae91da69cd1" + "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.19.zip", + "reference": "8.x-3.19", + "shasum": "7a1a4ded193ad8489c123a2f20ca2c7908c65eaa" }, "require": { - "drupal/core": "^10.2 || ^11" + "drupal/core": "^10" }, "require-dev": { "drupal/devel": "5.x-dev", @@ -7530,8 +7555,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.28", - "datestamp": "1737118066", + "version": "8.x-3.19", + "datestamp": "1707499881", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7641,26 +7666,26 @@ }, { "name": "drupal/easy_breadcrumb", - "version": "2.0.9", + "version": "2.0.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/easy_breadcrumb.git", - "reference": "2.0.9" + "reference": "2.0.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.9.zip", - "reference": "2.0.9", - "shasum": "9e7c33e2ec0637d37d509776795a476f2f2d9bb8" + "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.6.zip", + "reference": "2.0.6", + "shasum": "622f31fb071dea25735cfc4eaab4cf96bde917ab" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.9", - "datestamp": "1732752214", + "version": "2.0.6", + "datestamp": "1707084295", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7682,14 +7707,6 @@ "homepage": "https://www.drupal.org/u/greg-boggs", "role": "Maintainer" }, - { - "name": "diamondsea", - "homepage": "https://www.drupal.org/user/430714" - }, - { - "name": "greg boggs", - "homepage": "https://www.drupal.org/user/153069" - }, { "name": "hmartens", "homepage": "https://www.drupal.org/user/622826" @@ -7699,17 +7716,13 @@ "homepage": "https://www.drupal.org/user/717290" }, { - "name": "neslee canil pinto", + "name": "Neslee Canil Pinto", "homepage": "https://www.drupal.org/user/3580850" }, { - "name": "nickdickinsonwilde", + "name": "NickDickinsonWilde", "homepage": "https://www.drupal.org/user/3094661" }, - { - "name": "rakesh.gectcr", - "homepage": "https://www.drupal.org/user/1177822" - }, { "name": "renatog", "homepage": "https://www.drupal.org/user/3326031" @@ -7718,10 +7731,6 @@ "name": "sonemonu", "homepage": "https://www.drupal.org/user/1667988" }, - { - "name": "spuky", - "homepage": "https://www.drupal.org/user/209353" - }, { "name": "tatarbj", "homepage": "https://www.drupal.org/user/649590" @@ -7736,21 +7745,21 @@ }, { "name": "drupal/eca", - "version": "1.1.9", + "version": "1.1.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eca.git", - "reference": "1.1.9" + "reference": "1.1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eca-1.1.9.zip", - "reference": "1.1.9", - "shasum": "af6f92db6c96d5fae986284596789a9031c1476c" + "url": "https://ftp.drupal.org/files/projects/eca-1.1.4.zip", + "reference": "1.1.4", + "shasum": "fce478b8c6224997dc858bff1f8f57523c870de7" }, "require": { "dragonmantank/cron-expression": "^3.1", - "drupal/core": "^9.5 || ^10", + "drupal/core": "^9.4 || ^10", "ext-dom": "*", "ext-json": "*", "mtownsend/xml-to-array": "^2.0", @@ -7771,8 +7780,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.9", - "datestamp": "1723822366", + "version": "1.1.4", + "datestamp": "1689338278", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7859,7 +7868,7 @@ }, { "name": "drupal/eca_modeller_bpmn", - "version": "1.1.9", + "version": "1.1.4", "require": { "drupal/core": "^9 || ^10", "drupal/eca": "^1", @@ -7868,8 +7877,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "1.1.9", - "datestamp": "1723822366", + "version": "1.1.4", + "datestamp": "1689338278", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7902,16 +7911,16 @@ }, { "name": "drupal/eca_ui", - "version": "2.1.3", + "version": "1.1.4", "require": { - "drupal/core": "^10.3 || ^11", + "drupal/core": "^9 || ^10", "drupal/eca": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.1.3", - "datestamp": "1738232735", + "version": "1.1.4", + "datestamp": "1689338278", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7944,20 +7953,20 @@ }, { "name": "drupal/editor_advanced_link", - "version": "2.2.6", + "version": "2.2.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editor_advanced_link.git", - "reference": "2.2.6" + "reference": "2.2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.2.6.zip", - "reference": "2.2.6", - "shasum": "f6d7c437900f288b1e735b4faf2decc99bdd30e8" + "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.2.4.zip", + "reference": "2.2.4", + "shasum": "cd0db397827f2e21ec8a68211e8a153463a6c89b" }, "require": { - "drupal/core": "^10.2 || ^11.0" + "drupal/core": "^9.2 || ^10" }, "require-dev": { "drupal/ckeditor": "*", @@ -7966,8 +7975,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.6", - "datestamp": "1723183019", + "version": "2.2.4", + "datestamp": "1688040059", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7982,10 +7991,6 @@ { "name": "DuaelFr", "homepage": "https://www.drupal.org/user/931394" - }, - { - "name": "VladimirAus", - "homepage": "https://www.drupal.org/user/673120" } ], "description": "Editor Advanced link", @@ -7996,29 +8001,26 @@ }, { "name": "drupal/editoria11y", - "version": "2.2.4", + "version": "2.1.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.2.4" + "reference": "2.1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.2.4.zip", - "reference": "2.2.4", - "shasum": "6342f0614083f90088c48f8f74a231a495bf8ebe" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.8.zip", + "reference": "2.1.8", + "shasum": "6ec91608cb6cd0db75a9a9bd8681616080cb8e76" }, "require": { - "drupal/core": "^9 || ^10 || ^11" - }, - "conflict": { - "drupal/csp": "<1.24" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.4", - "datestamp": "1737647999", + "version": "2.1.8", + "datestamp": "1707937463", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8052,10 +8054,10 @@ } ], "description": "Editoria11y (\"editorial accessibility\") is a user-friendly accessibility checker.", - "homepage": "https://drupal.org/project/editoria11y", + "homepage": "http://drupal.org/project/editoria11y", "support": { "source": "https://git.drupalcode.org/project/editoria11y", - "issues": "https://drupal.org/project/issues/editoria11y" + "issues": "http://drupal.org/project/issues/editoria11y" } }, { @@ -8119,7 +8121,7 @@ "role": "Maintainer" }, { - "name": "grevil", + "name": "Grevil", "homepage": "https://www.drupal.org/user/3668491" }, { @@ -8136,26 +8138,26 @@ }, { "name": "drupal/entity", - "version": "1.5.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity.git", - "reference": "8.x-1.5" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "86c0b75c173144aaedde3e3258dc0d3ce11d1a22" + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "1cf7712318fad144eab106a8fcfcd396aeb5676f" }, "require": { - "drupal/core": "^10.1 || ^11" + "drupal/core": "^9.2|^10.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1723380062", + "version": "8.x-1.4", + "datestamp": "1661898023", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8168,7 +8170,7 @@ ], "authors": [ { - "name": "berdir", + "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -8192,7 +8194,7 @@ "homepage": "https://www.drupal.org/user/2416470" }, { - "name": "tr", + "name": "TR", "homepage": "https://www.drupal.org/user/202830" } ], @@ -8205,27 +8207,27 @@ }, { "name": "drupal/entity_notify", - "version": "1.1.1", + "version": "1.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_notify.git", - "reference": "1.1.1" + "reference": "1.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_notify-1.1.1.zip", - "reference": "1.1.1", - "shasum": "97cc9200396a0686f9cf620a22a87305a472458d" + "url": "https://ftp.drupal.org/files/projects/entity_notify-1.0.1.zip", + "reference": "1.0.1", + "shasum": "a58a2d532ffe269f6781926a89573d305ba546c4" }, "require": { - "drupal/core": "^10 || ^11", + "drupal/core": "^9 || ^10", "drupal/telegram_api": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.1", - "datestamp": "1737387942", + "version": "1.0.1", + "datestamp": "1693980020", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8252,30 +8254,29 @@ }, { "name": "drupal/entity_reference_override", - "version": "2.0.0-beta3", + "version": "2.0.0-beta2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_reference_override.git", - "reference": "2.0.0-beta3" + "reference": "2.0.0-beta2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_override-2.0.0-beta3.zip", - "reference": "2.0.0-beta3", - "shasum": "4f49736430477b7476514bd5098a4c41e8f9d622" + "url": "https://ftp.drupal.org/files/projects/entity_reference_override-2.0.0-beta2.zip", + "reference": "2.0.0-beta2", + "shasum": "8df72b040baee530fbf2186c8007c12b19f1286f" }, "require": { - "drupal/core": "^10.1 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "require-dev": { - "drupal/entity_browser": "*", - "drupal/entity_reference_revisions": "*" + "drupal/entity_browser": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta3", - "datestamp": "1737473473", + "version": "2.0.0-beta2", + "datestamp": "1689262248", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -8284,12 +8285,12 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "alexpott", - "homepage": "https://www.drupal.org/user/157725" + "name": "See contributors", + "homepage": "https://www.drupal.org/node/2809033/committers" }, { "name": "dawehner", @@ -8300,7 +8301,7 @@ "homepage": "https://www.drupal.org/user/16496" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { @@ -8312,38 +8313,38 @@ "homepage": "https://www.drupal.org/user/51132" } ], - "description": "Entity reference with overridable title", + "description": "Display referenced entities with optional field overrides.", "homepage": "https://www.drupal.org/project/entity_reference_override", "support": { "source": "https://git.drupalcode.org/project/entity_reference_override", - "error": "funding.opencollective : should be an array, string given" + "issues": "https://www.drupal.org/project/issues/entity_reference_override" } }, { "name": "drupal/entity_reference_revisions", - "version": "1.12.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", - "reference": "8.x-1.12" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "2a2ff8617c7ce01b56df1caaf0a563da04948e26" + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "de21cbb0d8a0344dc3496addcad4ed536747cec5" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^9 || ^10" }, "require-dev": { - "drupal/diff": "^1 || ^2" + "drupal/diff": "1.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1722804497", + "version": "8.x-1.11", + "datestamp": "1705140721", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8361,7 +8362,7 @@ ], "authors": [ { - "name": "berdir", + "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -8440,26 +8441,26 @@ }, { "name": "drupal/environment_indicator", - "version": "4.0.21", + "version": "4.0.17", "source": { "type": "git", "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "4.0.21" + "reference": "4.0.17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.21.zip", - "reference": "4.0.21", - "shasum": "e4d4de7060fb10156c44d27a3b9ec80929eb17b3" + "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.17.zip", + "reference": "4.0.17", + "shasum": "d6bf00046516aaa027e5e91aaac0800e280b5160" }, "require": { - "drupal/core": "^9.3 || ^10 || ^11" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.21", - "datestamp": "1734428244", + "version": "4.0.17", + "datestamp": "1696608287", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8481,10 +8482,6 @@ "homepage": "https://www.drupal.org/user/733162", "email": "nacho@isholgueras.com" }, - { - "name": "lullabot", - "homepage": "https://www.drupal.org/user/3815489" - }, { "name": "mrfelton", "homepage": "https://www.drupal.org/user/305669" @@ -8498,26 +8495,26 @@ }, { "name": "drupal/eu_cookie_compliance", - "version": "1.25.0", + "version": "1.24.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eu-cookie-compliance.git", - "reference": "8.x-1.25" + "reference": "8.x-1.24" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.25.zip", - "reference": "8.x-1.25", - "shasum": "13797a009ba899db0d9bd9a5c5ad0eb4b2bedfb1" + "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.24.zip", + "reference": "8.x-1.24", + "shasum": "ab8dcd866e5ad95cde6fdf9cbca509c7f399bd23" }, "require": { - "drupal/core": "^8.9 || ^9 || ^10 || ^11" + "drupal/core": "^8.9 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.25", - "datestamp": "1728547905", + "version": "8.x-1.24", + "datestamp": "1665158185", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8571,20 +8568,20 @@ }, { "name": "drupal/eva", - "version": "3.1.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eva.git", - "reference": "3.1.1" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eva-3.1.1.zip", - "reference": "3.1.1", - "shasum": "11df2285cc479033637b9aac2fe65f681e5ed38b" + "url": "https://ftp.drupal.org/files/projects/eva-3.0.0.zip", + "reference": "3.0.0", + "shasum": "51b56ed55ab6edb7376afc34c88825b6373d4a80" }, "require": { - "drupal/core": "^9.5.11 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "suggest": { "drupal/token": "Enable the argument token browser" @@ -8592,8 +8589,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.1", - "datestamp": "1732295600", + "version": "3.0.0", + "datestamp": "1667476964", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8675,7 +8672,7 @@ "homepage": "https://www.drupal.org/user/279352" }, { - "name": "neslee canil pinto", + "name": "Neslee Canil Pinto", "homepage": "https://www.drupal.org/user/3580850" } ], @@ -8688,26 +8685,26 @@ }, { "name": "drupal/exif_orientation", - "version": "1.5.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/exif_orientation.git", - "reference": "8.x-1.5" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "9e5a9d06f974835ea7eee2da64a4b073099b6639" + "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "692d04b1ce662a204b335135a1dadaca9b6efc7b" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1732132295", + "version": "8.x-1.4", + "datestamp": "1694623445", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8728,7 +8725,7 @@ "homepage": "https://www.drupal.org/user/2416470" }, { - "name": "nickdickinsonwilde", + "name": "NickDickinsonWilde", "homepage": "https://www.drupal.org/user/3094661" } ], @@ -8740,30 +8737,24 @@ }, { "name": "drupal/facets", - "version": "3.0.0", + "version": "dev-3.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/facets.git", - "reference": "3.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/facets-3.0.0.zip", - "reference": "3.0.0", - "shasum": "9fa44774d43aa065989cdf26b3992fa4029ae63e" + "reference": "20908ddd4a75bbbd7d64f820a37903aaec200f4a" }, "require": { - "drupal/core": "^10.1 || ^11" + "drupal/core": "^10.1" }, "conflict": { "drupal/core": "<10.1.0", "drupal/search_api": "<1.14" }, "require-dev": { - "drupal/better_exposed_filters": "~7.0", - "drupal/jquery_ui_slider": "~2.1", + "drupal/better_exposed_filters": "*", + "drupal/jquery_ui_slider": "~2.0", "drupal/jquery_ui_touch_punch": "~1.1", - "drupal/search_api": "1.x-dev" + "drupal/search_api": "^1.28||1.x-dev" }, "suggest": { "drupal/better_exposed_filters": "Required for AJAX support for facets rendered as views exposed filters", @@ -8772,12 +8763,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-3.0.x": "3.0.x-dev" + }, "drupal": { - "version": "3.0.0", - "datestamp": "1735915197", + "version": "3.0.0-beta1+17-dev", + "datestamp": "1699624567", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -8799,11 +8793,11 @@ "homepage": "https://www.drupal.org/user/124705" }, { - "name": "nick_vh", + "name": "Nick_vh", "homepage": "https://www.drupal.org/user/122682" }, { - "name": "strykaizer", + "name": "StryKaizer", "homepage": "https://www.drupal.org/user/462700" } ], @@ -8857,10 +8851,6 @@ { "name": "kevinquillen", "homepage": "https://www.drupal.org/user/317279" - }, - { - "name": "xmacinfo", - "homepage": "https://www.drupal.org/user/12131" } ], "description": "Adds the FakeObjects plugin to CKEditor. This plugin is a utility plugin that is required by certain user-facing CKEditor plugins.", @@ -9020,39 +9010,39 @@ }, { "name": "drupal/feeds", - "version": "3.0.0", + "version": "3.0.0-beta4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/feeds.git", - "reference": "8.x-3.0" + "reference": "8.x-3.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0.zip", - "reference": "8.x-3.0", - "shasum": "d6cbfdcc6ece690fe3b20dd62285eea91113089a" + "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-beta4.zip", + "reference": "8.x-3.0-beta4", + "shasum": "d715c428819b71d7018d022862c8d1c453bcf4d7" }, "require": { - "drupal/core": "^10.1 || ^11", - "laminas/laminas-feed": "^2.22" + "drupal/core": "^9.3 || ^10", + "laminas/laminas-feed": "^2.13" }, "require-dev": { - "drupal/pathauto": "^1.0", - "megachriz/drupalbook": "^1.0 || ^2.0" + "drupal/pathauto": "^1.8", + "drush/drush": "^9 || ^10 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0", - "datestamp": "1736951425", + "version": "8.x-3.0-beta4", + "datestamp": "1685558328", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" } }, "drush": { "services": { - "drush.services.yml": ">=9" + "drush.services.yml": "^9 || ^10 || ^11" } } }, @@ -9066,7 +9056,7 @@ "homepage": "https://www.drupal.org/user/53995" }, { - "name": "dave reid", + "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { @@ -9098,7 +9088,7 @@ "homepage": "https://www.drupal.org/user/24399" }, { - "name": "megachriz", + "name": "MegaChriz", "homepage": "https://www.drupal.org/user/654114" }, { @@ -9130,26 +9120,24 @@ }, { "name": "drupal/feeds_ex", - "version": "1.0.0-beta5", + "version": "1.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/feeds_ex.git", - "reference": "8.x-1.0-beta5" + "reference": "8.x-1.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/feeds_ex-8.x-1.0-beta5.zip", - "reference": "8.x-1.0-beta5", - "shasum": "de36166f54444d3a08f1a69f483bc8245c62886b" + "url": "https://ftp.drupal.org/files/projects/feeds_ex-8.x-1.0-beta3.zip", + "reference": "8.x-1.0-beta3", + "shasum": "ba0e70154a2ac29edd03495271dc403d33411d38" }, "require": { - "drupal/core": "^10 || ^11", + "arthurkushman/query-path": "^3.0", + "drupal/core": "^9 || ^10", "drupal/feeds": "*", - "ext-libxml": "*", - "ext-simplexml": "*", - "gravitypdf/querypath": "^3.0 || ^4.0", "mtdowling/jmespath.php": "^2.0", - "softcreatr/jsonpath": "^0.5 || ^0.7 || ^0.8 || ^0.9" + "softcreatr/jsonpath": "^0.5 || ^0.7 || ^0.8" }, "require-dev": { "drupal/feeds": "3.x-dev" @@ -9157,8 +9145,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta5", - "datestamp": "1725794733", + "version": "8.x-1.0-beta3", + "datestamp": "1667586771", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -9175,16 +9163,12 @@ "homepage": "https://www.drupal.org/user/160302" }, { - "name": "megachriz", + "name": "MegaChriz", "homepage": "https://www.drupal.org/user/654114" }, { "name": "twistor", "homepage": "https://www.drupal.org/user/473738" - }, - { - "name": "_shy", - "homepage": "https://www.drupal.org/user/3672933" } ], "description": "A generic Feeds parser used to create extensible parsers.", @@ -9200,28 +9184,28 @@ }, { "name": "drupal/feeds_ical", - "version": "2.3.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/feeds_ical.git", - "reference": "2.3.0" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/feeds_ical-2.3.0.zip", - "reference": "2.3.0", - "shasum": "5402e45c3cdd52cdd7f63d02fa58bca929468bbe" + "url": "https://ftp.drupal.org/files/projects/feeds_ical-2.1.0.zip", + "reference": "2.1.0", + "shasum": "bdcffdd40d60e13b376cc2b7687a4ad00ff682d1" }, "require": { "drupal/core": "^8 || ^9 || ^10", "drupal/feeds": "^3.0", - "johngrogg/ics-parser": "^3.4" + "johngrogg/ics-parser": "^3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.3.0", - "datestamp": "1727449554", + "version": "2.1.0", + "datestamp": "1692193477", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -9250,29 +9234,29 @@ }, { "name": "drupal/field_defaults", - "version": "2.0.0", + "version": "2.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_defaults.git", - "reference": "2.0.0" + "reference": "2.0.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_defaults-2.0.0.zip", - "reference": "2.0.0", - "shasum": "692d6b760271d3b3a711e781018f3a6e3f10e60d" + "url": "https://ftp.drupal.org/files/projects/field_defaults-2.0.0-alpha2.zip", + "reference": "2.0.0-alpha2", + "shasum": "829fa861038991643f32ec4b04da67d659bb38c0" }, "require": { - "drupal/core": "^9.3 || ^10" + "drupal/core": "^9.3 || ^10.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1709319388", + "version": "2.0.0-alpha2", + "datestamp": "1679612171", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." } }, "drush": { @@ -9305,26 +9289,26 @@ }, { "name": "drupal/field_formatter_class", - "version": "1.8.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_formatter_class.git", - "reference": "8.x-1.8" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_formatter_class-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "66f39802ac8ef43f362b7e3530280f751788f169" + "url": "https://ftp.drupal.org/files/projects/field_formatter_class-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "11682ba40db28aeac4319428db01590fbf2f4c6c" }, "require": { - "drupal/core": "^10.2 || ^11.0" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1724880268", + "version": "8.x-1.6", + "datestamp": "1667840724", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9347,7 +9331,7 @@ "role": "maintainer" }, { - "name": "dave reid", + "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { @@ -9368,29 +9352,26 @@ }, { "name": "drupal/field_group", - "version": "3.6.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_group.git", - "reference": "8.x-3.6" + "reference": "8.x-3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.6.zip", - "reference": "8.x-3.6", - "shasum": "427c0a65dc1936e69e60c120776056cfe5b43e86" + "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.4.zip", + "reference": "8.x-3.4", + "shasum": "80b937e1a11f8b29c69d853fc4bf798c057c6f94" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" - }, - "require-dev": { - "drupal/jquery_ui_accordion": "*" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.6", - "datestamp": "1722672510", + "version": "8.x-3.4", + "datestamp": "1667241979", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9403,21 +9384,13 @@ ], "authors": [ { - "name": "anybody", + "name": "Anybody", "homepage": "https://www.drupal.org/user/291091" }, { - "name": "grevil", - "homepage": "https://www.drupal.org/user/3668491" - }, - { - "name": "hydra", + "name": "Hydra", "homepage": "https://www.drupal.org/user/647364" }, - { - "name": "joevagyok", - "homepage": "https://www.drupal.org/user/2876343" - }, { "name": "jyve", "homepage": "https://www.drupal.org/user/591438" @@ -9521,7 +9494,7 @@ ], "authors": [ { - "name": "cyu", + "name": "cYu", "homepage": "https://www.drupal.org/user/202205" }, { @@ -9554,26 +9527,26 @@ }, { "name": "drupal/fitvids", - "version": "2.1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fitvids.git", - "reference": "2.1.0" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fitvids-2.1.0.zip", - "reference": "2.1.0", - "shasum": "9bdc84fb6a7c0f03f9172ac7cf2274ccf11ce127" + "url": "https://ftp.drupal.org/files/projects/fitvids-2.0.0.zip", + "reference": "2.0.0", + "shasum": "0fb02d633ca144abee0bfca7b52457c89aba0414" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1729218906", + "version": "2.0.0", + "datestamp": "1669606300", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9590,15 +9563,14 @@ "homepage": "https://www.drupal.org/user/167927" }, { - "name": "nickdickinsonwilde", + "name": "NickDickinsonWilde", "homepage": "https://www.drupal.org/user/3094661" } ], - "description": "Uses the FitVids.js library for fluid width video embeds.", + "description": "jQuery plugin for fluid width video embeds.", "homepage": "https://www.drupal.org/project/fitvids", "support": { - "source": "https://git.drupalcode.org/project/fitvids", - "issues": "https://www.drupal.org/project/issues/fitvids" + "source": "https://git.drupalcode.org/project/fitvids" } }, { @@ -9653,26 +9625,26 @@ }, { "name": "drupal/flag", - "version": "4.0.0-beta6", + "version": "4.0.0-beta4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/flag.git", - "reference": "8.x-4.0-beta6" + "reference": "8.x-4.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-beta6.zip", - "reference": "8.x-4.0-beta6", - "shasum": "eb36689b4b97e12b60be626771f6f2a987b83a70" + "url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-beta4.zip", + "reference": "8.x-4.0-beta4", + "shasum": "2779804f23685e1bb68a2a7b9517932dde3b1d4e" }, "require": { - "drupal/core": "^10.3 || ^11" + "drupal/core": "^9.1 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.0-beta6", - "datestamp": "1737620760", + "version": "8.x-4.0-beta4", + "datestamp": "1670487892", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -9685,7 +9657,7 @@ ], "authors": [ { - "name": "berdir", + "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -9696,17 +9668,17 @@ "name": "fubhy", "homepage": "https://www.drupal.org/user/761344" }, - { - "name": "ivnish", - "homepage": "https://www.drupal.org/user/3547706" - }, { "name": "joachim", "homepage": "https://www.drupal.org/user/107701" }, { - "name": "mandclu", - "homepage": "https://www.drupal.org/user/52136" + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "mooffie", + "homepage": "https://www.drupal.org/user/78454" }, { "name": "quicksketch", @@ -9729,29 +9701,27 @@ }, { "name": "drupal/flexible_permissions", - "version": "2.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/flexible_permissions.git", - "reference": "2.0.1" + "reference": "1.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/flexible_permissions-2.0.1.zip", - "reference": "2.0.1", - "shasum": "382ad20c674a6c07974d411e767310166851a0a8" + "url": "https://ftp.drupal.org/files/projects/flexible_permissions-1.1.0.zip", + "reference": "1.1.0", + "shasum": "cfda615388131e96a5cf3fce1f24b1c220f91fce" }, "require": { - "drupal/core": "^10.3 || ^11" - }, - "require-dev": { - "jangregor/phpstan-prophecy": "^1.0" + "drupal/core": "^9.5 || ^10", + "drupal/variationcache": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1726835397", + "version": "1.1.0", + "datestamp": "1697027409", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9783,21 +9753,23 @@ }, { "name": "drupal/focal_point", - "version": "2.1.2", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/focal_point.git", - "reference": "2.1.2" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/focal_point-2.1.2.zip", - "reference": "2.1.2", - "shasum": "5f8ffadd37748506c8f00314b1d45c947eb27cf7" + "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.2.zip", + "reference": "2.0.2", + "shasum": "8e809795ec6a68a0bc3740b0b0a41bfa53d4d6d5" }, "require": { - "drupal/core": "^9.3 || ^10 || ^11", - "drupal/crop": "^2.3" + "drupal/core": "^9.3 || ^10", + "drupal/crop": "^2.3", + "drupal/jquery_ui": "^1.6", + "drupal/jquery_ui_draggable": "^2.0" }, "require-dev": { "drupal/crop": "*" @@ -9805,8 +9777,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.2", - "datestamp": "1731556344", + "version": "2.0.2", + "datestamp": "1690451892", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9824,7 +9796,7 @@ "role": "Maintainer" }, { - "name": "rajeshreeputra", + "name": "Rajeshreeputra", "homepage": "https://www.drupal.org/user/3418561" } ], @@ -9915,26 +9887,26 @@ }, { "name": "drupal/fullcalendar_view", - "version": "5.2.4", + "version": "5.1.13", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fullcalendar_view.git", - "reference": "5.2.4" + "reference": "5.1.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fullcalendar_view-5.2.4.zip", - "reference": "5.2.4", - "shasum": "cb13b70d38c7f9b299b8661d3e8e03624d5079db" + "url": "https://ftp.drupal.org/files/projects/fullcalendar_view-5.1.13.zip", + "reference": "5.1.13", + "shasum": "35b8286574a2be20265f33c132579f7e4861b8ed" }, "require": { - "drupal/core": "^9.2.0 || ^10 || ^11" + "drupal/core": "^9.2.0 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "5.2.4", - "datestamp": "1734475570", + "version": "5.1.13", + "datestamp": "1698886922", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9947,11 +9919,11 @@ ], "authors": [ { - "name": "karing", + "name": "KarinG", "homepage": "https://www.drupal.org/user/787114" }, { - "name": "mingsong", + "name": "Mingsong", "homepage": "https://www.drupal.org/user/2986445" } ], @@ -9968,27 +9940,25 @@ }, { "name": "drupal/gdpr", - "version": "3.1.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gdpr.git", - "reference": "3.1.1" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gdpr-3.1.1.zip", - "reference": "3.1.1", - "shasum": "58f1d8fa7d302e46540780f219e90cca0df72afd" + "url": "https://ftp.drupal.org/files/projects/gdpr-3.0.0.zip", + "reference": "3.0.0", + "shasum": "1fd27a189761d8b70bfe73580f2dfd3ddde607b7" }, "require": { "drupal/checklistapi": "^2.1", - "drupal/core": "^9 || ^10 || ^11", + "drupal/core": "^9 || ^10", "drupal/entity": "^1.4", - "drupal/entity_reference_revisions": "^1.11", - "drupal/message": "^1.5", - "drupal/token": "^1.14", - "fakerphp/faker": "^1 || ^2", - "php": ">=8.1" + "drupal/entity_reference_revisions": "^1.10", + "drupal/message": "^1.4", + "drupal/token": "^1.11" }, "require-dev": { "drupal/anonymizer": "*", @@ -10000,13 +9970,14 @@ }, "suggest": { "drush/drush": "GDPR Dump requires Drush ^9 || ^10", - "ext-zip": "GDPR Tasks requires the PHP zip extension" + "ext-zip": "GDPR Tasks requires the PHP zip extension", + "fzaninotto/faker": "Required for the anonymizer submodule (which is required by multiple submodules)." }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.1", - "datestamp": "1728304091", + "version": "3.0.0", + "datestamp": "1681377086", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10032,7 +10003,7 @@ "homepage": "https://www.drupal.org/user/327328" }, { - "name": "baluertl", + "name": "Balu Ertl", "homepage": "https://www.drupal.org/user/1086292" }, { @@ -10048,7 +10019,7 @@ "homepage": "https://www.drupal.org/user/2723471" }, { - "name": "kosa ilma", + "name": "Kosa Ilma", "homepage": "https://www.drupal.org/user/3435475" }, { @@ -10068,7 +10039,7 @@ "homepage": "https://www.drupal.org/user/1043368" }, { - "name": "rajeshreeputra", + "name": "Rajeshreeputra", "homepage": "https://www.drupal.org/user/3418561" }, { @@ -10088,23 +10059,23 @@ }, { "name": "drupal/geolocation", - "version": "3.14.0", + "version": "3.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geolocation.git", - "reference": "8.x-3.14" + "reference": "8.x-3.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.14.zip", - "reference": "8.x-3.14", - "shasum": "2f7cda9ce6ca1c03e30405f892714ae6f6a04bfd" + "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.12.zip", + "reference": "8.x-3.12", + "shasum": "eb31fe9080e2e0dcf442fc9b0a859f326219db5a" }, "require": { - "drupal/core": "^10.3 || ^11", + "drupal/core": "^9.3 || ^10", "drupal/jquery_ui": "*", "drupal/jquery_ui_autocomplete": "^2.0", - "php": "^8.0" + "php": "^7.3 || ^8.0" }, "require-dev": { "drupal/address": "*", @@ -10124,8 +10095,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.14", - "datestamp": "1729420964", + "version": "8.x-3.12", + "datestamp": "1673282362", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10155,30 +10126,30 @@ }, { "name": "drupal/gin", - "version": "4.0.2", + "version": "3.0.0-rc9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "4.0.2" + "reference": "8.x-3.0-rc9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-4.0.2.zip", - "reference": "4.0.2", - "shasum": "501f167bd7009cffa29848a918b3982cb0a8245b" + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc9.zip", + "reference": "8.x-3.0-rc9", + "shasum": "130dec0ea8152bc796d8bbca1bc97b2ae0c381f4" }, "require": { - "drupal/core": "^10 || ^11", - "drupal/gin_toolbar": "^2.0" + "drupal/core": "^9 || ^10", + "drupal/gin_toolbar": "^1.0@beta" }, "type": "drupal-theme", "extra": { "drupal": { - "version": "4.0.2", - "datestamp": "1735405135", + "version": "8.x-3.0-rc9", + "datestamp": "1706705034", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -10196,10 +10167,6 @@ "name": "Sascha Eggenberger (saschaeggi)", "homepage": "https://www.drupal.org/u/saschaeggi", "role": "Maintainer" - }, - { - "name": "saschaeggi", - "homepage": "https://www.drupal.org/user/1999056" } ], "description": "For a better Admin and Content Editor Experience.", @@ -10221,27 +10188,27 @@ }, { "name": "drupal/gin_gutenberg", - "version": "1.1.15", + "version": "1.1.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_gutenberg.git", - "reference": "1.1.15" + "reference": "1.1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_gutenberg-1.1.15.zip", - "reference": "1.1.15", - "shasum": "008edd91128a524cef1fd8e5d4fa48a88013f690" + "url": "https://ftp.drupal.org/files/projects/gin_gutenberg-1.1.6.zip", + "reference": "1.1.6", + "shasum": "d885358010fc16bbbd8973267d3f61fa95a0256e" }, "require": { - "drupal/core": "^8 || ^9.3 || ^10 || ^11", + "drupal/core": "^8 || ^9.3 || ^10", "drupal/gutenberg": "^2.0 || ^3.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.15", - "datestamp": "1735906835", + "version": "1.1.6", + "datestamp": "1703844596", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10259,7 +10226,7 @@ "role": "Maintainer" }, { - "name": "hosisam", + "name": "Hosisam", "homepage": "https://www.drupal.org/user/3449435" }, { @@ -10284,26 +10251,26 @@ }, { "name": "drupal/gin_login", - "version": "2.1.3", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_login.git", - "reference": "2.1.3" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_login-2.1.3.zip", - "reference": "2.1.3", - "shasum": "4fd1a4f36205f511ab7c222f3543aa15ad2331c6" + "url": "https://ftp.drupal.org/files/projects/gin_login-2.0.3.zip", + "reference": "2.0.3", + "shasum": "f5be85feabfde975d088a3a6b4365e0b155eb4b8" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^8.9 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.3", - "datestamp": "1719750649", + "version": "2.0.3", + "datestamp": "1697916978", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10343,29 +10310,29 @@ }, { "name": "drupal/gin_toolbar", - "version": "2.0.0", + "version": "1.0.0-rc5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_toolbar.git", - "reference": "2.0.0" + "reference": "8.x-1.0-rc5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_toolbar-2.0.0.zip", - "reference": "2.0.0", - "shasum": "2befeab2de9f7953b76b1a36c9bfb6a7e3987b11" + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc5.zip", + "reference": "8.x-1.0-rc5", + "shasum": "523b565244440a16fa447065a98841770992bd2e" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1734698921", + "version": "8.x-1.0-rc5", + "datestamp": "1702727588", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -10378,10 +10345,6 @@ "name": "Sascha Eggenberger (saschaeggi)", "homepage": "https://www.drupal.org/u/saschaeggi", "role": "Maintainer" - }, - { - "name": "saschaeggi", - "homepage": "https://www.drupal.org/user/1999056" } ], "description": "Gin Toolbar for Frontend use", @@ -10406,16 +10369,16 @@ }, { "name": "drupal/gnode", - "version": "3.3.3", + "version": "3.2.2", "require": { - "drupal/core": "^10.3 || ^11", + "drupal/core": "^9.5 || ^10", "drupal/group": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "3.3.3", - "datestamp": "1733752945", + "version": "3.2.2", + "datestamp": "1701886939", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10444,39 +10407,21 @@ }, { "name": "drupal/google_analytics", - "version": "4.0.3", + "version": "dev-3357831-php-8.2-compatibility", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/google_analytics.git", - "reference": "4.0.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/google_analytics-4.0.3.zip", - "reference": "4.0.3", - "shasum": "faaae65a3b52d842ceef78fd2b2ef6344f3a21a0" - }, - "require": { - "drupal/core": "^9.5 || ^10 || ^11" + "url": "git@git.drupal.org:issue/google_analytics-3357831.git", + "reference": "6e1250f00dd9942a91cdff4e2d44f1779019e191" }, "require-dev": { "drupal/token": "^1.7" }, "type": "drupal-module", "extra": { - "drupal": { - "version": "4.0.3", - "datestamp": "1734385014", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, "branch-alias": { "dev-4.x": "4.x-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], @@ -10484,63 +10429,40 @@ { "name": "See contributors", "homepage": "https://www.drupal.org/node/49388/committers" - }, - { - "name": "budda", - "homepage": "https://www.drupal.org/user/13164" - }, - { - "name": "ixismark", - "homepage": "https://www.drupal.org/user/3632333" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "mglaman", - "homepage": "https://www.drupal.org/user/2416470" - }, - { - "name": "roberto.rivera.ixis", - "homepage": "https://www.drupal.org/user/3632325" } ], "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.", "homepage": "https://www.drupal.org/project/google_analytics", "support": { - "source": "https://git.drupalcode.org/project/google_analytics", - "issues": "https://www.drupal.org/project/issues/google_analytics" - } + "issues": "https://www.drupal.org/project/issues/google_analytics", + "source": "https://git.drupalcode.org/project/google_analytics" + }, + "time": "2023-05-03T10:39:55+00:00" }, { "name": "drupal/group", - "version": "3.3.3", + "version": "3.2.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/group.git", - "reference": "3.3.3" + "reference": "3.2.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/group-3.3.3.zip", - "reference": "3.3.3", - "shasum": "55f21e0e04b612e49825d480643af4ab96b7551f" + "url": "https://ftp.drupal.org/files/projects/group-3.2.2.zip", + "reference": "3.2.2", + "shasum": "d44d51828ca6554c32aa2d27e3a898e1d38b9efa" }, "require": { - "drupal/core": "^10.3 || ^11", + "drupal/core": "^9.5 || ^10", "drupal/entity": "^1.2", - "drupal/flexible_permissions": "^2.0" - }, - "require-dev": { - "drupal/variationcache": "^1.5", - "jangregor/phpstan-prophecy": "^1.0" + "drupal/flexible_permissions": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.3.3", - "datestamp": "1733752945", + "version": "3.2.2", + "datestamp": "1701886939", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10571,31 +10493,28 @@ }, { "name": "drupal/gutenberg", - "version": "2.14.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gutenberg.git", - "reference": "8.x-2.14" + "reference": "8.x-2.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.14.zip", - "reference": "8.x-2.14", - "shasum": "c6610a940797ad6eadc19d1a279467a36560c9bd" + "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.8.zip", + "reference": "8.x-2.8", + "shasum": "4fdcf7bc65e67063e5f266b733a93e8176ad7a79" }, "require": { - "drupal/core": "^9 || ^10 || ^11", + "drupal/core": "^9 || ^10", "ext-json": "*", "php": ">=7.4" }, - "require-dev": { - "phpspec/prophecy-phpunit": "^2" - }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.14", - "datestamp": "1728499573", + "version": "8.x-2.8", + "datestamp": "1697496069", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10627,10 +10546,6 @@ "name": "Stephan Zeidler (szeidler)", "homepage": "https://www.drupal.org/u/szeidler" }, - { - "name": "marcofernandes", - "homepage": "https://www.drupal.org/user/2127558" - }, { "name": "perandre", "homepage": "https://www.drupal.org/user/221337" @@ -10661,32 +10576,31 @@ }, { "name": "drupal/hal", - "version": "2.0.4", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/hal.git", - "reference": "2.0.4" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/hal-2.0.4.zip", - "reference": "2.0.4", - "shasum": "5d98f2ebbc7952d183278351d24d3e51ea18c8ee" + "url": "https://ftp.drupal.org/files/projects/hal-2.0.2.zip", + "reference": "2.0.2", + "shasum": "9ec3ad376678941bae2e0eae0c980c42cddfc8b2" }, "require": { - "drupal/core": "^10 || ^11" + "drupal/core": "^10" }, "require-dev": { "drupal/aggregator": "2.x-dev", "drupal/entity_reference_revisions": "1.x-dev", - "drupal/rdf": "^2.1 || 3.0.x-dev", - "drupal/tour": "^1" + "drupal/rdf": "2.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.4", - "datestamp": "1738532063", + "version": "2.0.2", + "datestamp": "1700523711", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10715,29 +10629,29 @@ }, { "name": "drupal/honeypot", - "version": "2.2.0", + "version": "2.1.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "2.2.0" + "reference": "2.1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-2.2.0.zip", - "reference": "2.2.0", - "shasum": "56397c3779ebac1526cce9ecd39385017ee9a837" + "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.3.zip", + "reference": "2.1.3", + "shasum": "101105029a10a574ef6017824182500ab9905856" }, "require": { - "drupal/core": "^10.3 || ^11" + "drupal/core": "^9.2 || ^10" }, "require-dev": { - "drupal/rules": "^4.0" + "drupal/rules": "^3.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.0", - "datestamp": "1723761042", + "version": "2.1.3", + "datestamp": "1695604754", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10755,11 +10669,11 @@ "email": "geerlingguy@mac.com" }, { - "name": "manuel garcia", + "name": "Manuel Garcia", "homepage": "https://www.drupal.org/user/213194" }, { - "name": "tr", + "name": "TR", "homepage": "https://www.drupal.org/user/202830" }, { @@ -10784,26 +10698,26 @@ }, { "name": "drupal/http_cache_control", - "version": "2.5.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/http_cache_control.git", - "reference": "8.x-2.5" + "reference": "8.x-2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/http_cache_control-8.x-2.5.zip", - "reference": "8.x-2.5", - "shasum": "4fab2c60029bf84e5ebdd82d6759f58bd579018c" + "url": "https://ftp.drupal.org/files/projects/http_cache_control-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "6a6864ab39fc2110cc8705e51f5106aa90362df5" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.5", - "datestamp": "1735304161", + "version": "8.x-2.1", + "datestamp": "1666053697", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10816,11 +10730,7 @@ ], "authors": [ { - "name": "dieterholvoet", - "homepage": "https://www.drupal.org/user/3567222" - }, - { - "name": "josh waihi", + "name": "Josh Waihi", "homepage": "https://www.drupal.org/user/188162" } ], @@ -10832,29 +10742,26 @@ }, { "name": "drupal/http_client_error_status", - "version": "3.1.3", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/http_client_error_status.git", - "reference": "3.1.3" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/http_client_error_status-3.1.3.zip", - "reference": "3.1.3", - "shasum": "4880388d93182e98a716790d05440b18c47edb2e" + "url": "https://ftp.drupal.org/files/projects/http_client_error_status-3.0.0.zip", + "reference": "3.0.0", + "shasum": "317b20d9520cb6210851ae6b9fec36dce73c631f" }, "require": { - "drupal/core": "^10.2 || ^11" - }, - "require-dev": { - "drush/drush": "^12.5.2 || ^13" + "drupal/core": "^8.7.7 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.3", - "datestamp": "1720219453", + "version": "3.0.0", + "datestamp": "1655679055", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10882,27 +10789,30 @@ }, { "name": "drupal/ief_complex_open", - "version": "dev-1.0.x", + "version": "1.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ief_complex_open.git", - "reference": "01f995c161c106a0d0946c1eeb5aa9fcab8f466d" + "reference": "1.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ief_complex_open-1.0.1.zip", + "reference": "1.0.1", + "shasum": "abac70022e17d7a2b007ac1587826822433b0346" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10 || ^11", - "drupal/inline_entity_form": "^1 || ^3" + "drupal/core": "^8.8 || ^9 || ^10", + "drupal/inline_entity_form": "^1" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.0.x": "1.0.x-dev" - }, "drupal": { - "version": "1.0.1+14-dev", - "datestamp": "1738811247", + "version": "1.0.1", + "datestamp": "1687803317", "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" } } }, @@ -10915,14 +10825,6 @@ "name": "drpldrp", "homepage": "https://www.drupal.org/user/3630968" }, - { - "name": "elkaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "megakeegman", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -10940,26 +10842,26 @@ }, { "name": "drupal/image_field_to_media", - "version": "3.0.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/image_field_to_media.git", - "reference": "3.0.0" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/image_field_to_media-3.0.0.zip", - "reference": "3.0.0", - "shasum": "abc66c620438ce6f5ba073b2c0003fcaf61d21a3" + "url": "https://ftp.drupal.org/files/projects/image_field_to_media-2.0.2.zip", + "reference": "2.0.2", + "shasum": "7026c58a18c8bf9f02e631a5365c2b898916f478" }, "require": { - "drupal/core": "^10.3 || ^11" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0", - "datestamp": "1733757129", + "version": "2.0.2", + "datestamp": "1696623512", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10975,10 +10877,6 @@ "name": "Andrey Vitushkin (wombatbuddy)", "homepage": "https://www.drupal.org/u/wombatbuddy", "role": "Maintainer" - }, - { - "name": "wombatbuddy", - "homepage": "https://www.drupal.org/user/3547848" } ], "description": "Enables to convert existing image fields to Media image fields.", @@ -11034,10 +10932,6 @@ "homepage": "https://github.com/woprrr", "role": "Maintainer" }, - { - "name": "Drupal media CI", - "homepage": "https://www.drupal.org/user/3057985" - }, { "name": "Drupal Media Team", "homepage": "https://www.drupal.org/user/3260690" @@ -11070,17 +10964,17 @@ }, { "name": "drupal/indieweb", - "version": "1.22.0", + "version": "1.21.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/indieweb.git", - "reference": "8.x-1.22" + "reference": "8.x-1.21" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.22.zip", - "reference": "8.x-1.22", - "shasum": "ce9f45da2f9aaca979f50950f06670d79d4d6ded" + "url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.21.zip", + "reference": "8.x-1.21", + "shasum": "7629d70d84614cc372525906d3705dff83258cb7" }, "require": { "drupal/core": "^9 || ^10", @@ -11100,8 +10994,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.22", - "datestamp": "1708867488", + "version": "8.x-1.21", + "datestamp": "1707057267", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11133,21 +11027,20 @@ }, { "name": "drupal/inline_entity_form", - "version": "3.0.0-rc20", + "version": "1.0.0-rc17", "source": { "type": "git", "url": "https://git.drupalcode.org/project/inline_entity_form.git", - "reference": "3.0.0-rc20" + "reference": "8.x-1.0-rc17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inline_entity_form-3.0.0-rc20.zip", - "reference": "3.0.0-rc20", - "shasum": "c9ad4572bce4260d1d233a0c3196e4ff0915e4ee" + "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 || ^10 || ^11", - "drupal/rat": "^1.0.0@stable", + "drupal/core": "^8.8 || ^9 || ^10", "php": ">=7.1" }, "require-dev": { @@ -11156,8 +11049,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-rc20", - "datestamp": "1722000368", + "version": "8.x-1.0-rc17", + "datestamp": "1703020130", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -11296,20 +11189,20 @@ }, { "name": "drupal/insert", - "version": "3.0.1", + "version": "3.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/insert.git", - "reference": "3.0.1" + "reference": "3.0.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/insert-3.0.1.zip", - "reference": "3.0.1", - "shasum": "50e305872478bce2428099dcc97ab2e15ea3e272" + "url": "https://ftp.drupal.org/files/projects/insert-3.0.0-beta3.zip", + "reference": "3.0.0-beta3", + "shasum": "07b54a3d7cf518c105853a8aa2657d95e2a063e2" }, "require": { - "drupal/core": "^10 || ^11" + "drupal/core": "^10" }, "require-dev": { "drupal/colorbox": "*" @@ -11317,11 +11210,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.1", - "datestamp": "1735737883", + "version": "3.0.0-beta3", + "datestamp": "1704123693", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -11335,7 +11228,7 @@ "homepage": "https://www.drupal.org/user/35821" }, { - "name": "snater", + "name": "Snater", "homepage": "https://www.drupal.org/user/3513717" } ], @@ -11347,26 +11240,26 @@ }, { "name": "drupal/jquery_ui", - "version": "1.7.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui.git", - "reference": "8.x-1.7" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "3f893843ec30fed18fa1b0cb326e51880b0cb686" + "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "0ddccdcf35a066de1843e1d9670677ee1a2faac0" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1717002098", + "version": "8.x-1.6", + "datestamp": "1668521197", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11443,27 +11336,27 @@ }, { "name": "drupal/jquery_ui_accordion", - "version": "2.1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_accordion.git", - "reference": "2.1.0" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-2.1.0.zip", - "reference": "2.1.0", - "shasum": "f52cfc83f302a54b9c71a038e9ac1ce496f47edd" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-2.0.0.zip", + "reference": "2.0.0", + "shasum": "47f3983502a5be5a8c201b54aa18e20f1e595477" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/jquery_ui": "^1.7" + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1717015495", + "version": "2.0.0", + "datestamp": "1670871459", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11496,28 +11389,28 @@ }, { "name": "drupal/jquery_ui_autocomplete", - "version": "2.1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_autocomplete.git", - "reference": "2.1.0" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_autocomplete-2.1.0.zip", - "reference": "2.1.0", - "shasum": "ecf9500d8bff6c3673e92019a09dcce87ac81fc6" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_autocomplete-2.0.0.zip", + "reference": "2.0.0", + "shasum": "927d312a74002f99e1c971d3d268be1b0a532fc7" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/jquery_ui": "^1.7", - "drupal/jquery_ui_menu": "^2.1" + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6", + "drupal/jquery_ui_menu": "^2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1717035046", + "version": "2.0.0", + "datestamp": "1670871461", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11562,27 +11455,27 @@ }, { "name": "drupal/jquery_ui_datepicker", - "version": "2.1.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_datepicker.git", - "reference": "2.1.1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-2.1.1.zip", - "reference": "2.1.1", - "shasum": "29e56e8fa351fefd34e80529768ddc69a460149d" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-2.0.0.zip", + "reference": "2.0.0", + "shasum": "ce40cf8ab400866bffda1ac3f7e4a5ac20bb3ae5" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/jquery_ui": "^1.7" + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.1", - "datestamp": "1730932612", + "version": "2.0.0", + "datestamp": "1670871494", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11626,28 +11519,81 @@ } }, { - "name": "drupal/jquery_ui_menu", - "version": "2.1.0", + "name": "drupal/jquery_ui_draggable", + "version": "2.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_menu.git", - "reference": "2.1.0" + "url": "https://git.drupalcode.org/project/jquery_ui_draggable.git", + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_menu-2.1.0.zip", - "reference": "2.1.0", - "shasum": "9aa6958e52ea12c1cdedd7908c5aeb5309b8b4ea" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_draggable-2.0.0.zip", + "reference": "2.0.0", + "shasum": "13a8f4bf037449cd176ddb967fc9cba9a466a705" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/jquery_ui": "^1.7" + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1717031358", + "version": "2.0.0", + "datestamp": "1670871516", + "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 Draggable library.", + "homepage": "https://www.drupal.org/project/jquery_ui_draggable", + "support": { + "source": "https://git.drupalcode.org/project/jquery_ui_draggable" + } + }, + { + "name": "drupal/jquery_ui_menu", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jquery_ui_menu.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jquery_ui_menu-2.0.0.zip", + "reference": "2.0.0", + "shasum": "5e1b56bf457669c7779a81784f49da63e3956854" + }, + "require": { + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1670871546", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11692,27 +11638,27 @@ }, { "name": "drupal/jquery_ui_slider", - "version": "2.1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_slider.git", - "reference": "2.1.0" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-2.1.0.zip", - "reference": "2.1.0", - "shasum": "89e54ccf787ad3eb11fb2ca9e25ea4bfce3df5b1" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-2.0.0.zip", + "reference": "2.0.0", + "shasum": "86b7d71e91013cffafb8021dbf8047745ebc5fd6" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/jquery_ui": "^1.7" + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1717031321", + "version": "2.0.0", + "datestamp": "1670871571", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11745,28 +11691,28 @@ }, { "name": "drupal/jquery_ui_touch_punch", - "version": "1.1.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_touch_punch.git", - "reference": "1.1.1" + "reference": "1.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.1.1.zip", - "reference": "1.1.1", - "shasum": "f16bc2ffa500131f43c84427ff213e753de9b6a6" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.1.0.zip", + "reference": "1.1.0", + "shasum": "4b7e50a98246dfa6ef48e5b12c70277873902824" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11", + "drupal/core": "^8 || ^9 || ^10", "drupal/jquery_ui": "^1.0", "politsin/jquery-ui-touch-punch": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.1", - "datestamp": "1717663479", + "version": "1.1.0", + "datestamp": "1662744607", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11801,32 +11747,26 @@ }, { "name": "drupal/key", - "version": "1.19.0", + "version": "1.17.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/key.git", - "reference": "8.x-1.19" + "reference": "8.x-1.17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/key-8.x-1.19.zip", - "reference": "8.x-1.19", - "shasum": "ee8f7b8f8babd381f1e4423dccede94b4eb5985c" + "url": "https://ftp.drupal.org/files/projects/key-8.x-1.17.zip", + "reference": "8.x-1.17", + "shasum": "fa9f606d2ba0e20693e12040004e2ed31302ed03" }, "require": { - "drupal/core": ">=8.9 <12" - }, - "require-dev": { - "drush/drush": ">=9" - }, - "suggest": { - "drush/drush": ">=11" + "drupal/core": ">=8.9 <11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.19", - "datestamp": "1720053341", + "version": "8.x-1.17", + "datestamp": "1674343967", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11844,7 +11784,7 @@ ], "authors": [ { - "name": "cellar door", + "name": "Cellar Door", "homepage": "https://www.drupal.org/user/658076" }, { @@ -11920,17 +11860,17 @@ }, { "name": "drupal/linkit", - "version": "6.1.6", + "version": "6.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.1.6" + "reference": "6.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.1.6.zip", - "reference": "6.1.6", - "shasum": "113d8e569cfb92f8d7feb0a2f7713953c0715e92" + "url": "https://ftp.drupal.org/files/projects/linkit-6.1.2.zip", + "reference": "6.1.2", + "shasum": "63fb311d2b78df81a9a588330429b640ec7da0e8" }, "require": { "drupal/core": "^10.1" @@ -11942,8 +11882,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.1.6", - "datestamp": "1729189029", + "version": "6.1.2", + "datestamp": "1696865478", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12016,8 +11956,8 @@ "role": "Maintainer" }, { - "name": "zaporylie", - "homepage": "https://www.drupal.org/user/1532844" + "name": "mqanneh", + "homepage": "https://www.drupal.org/user/2833163" } ], "description": "This module enables users to login by email address.", @@ -12102,89 +12042,31 @@ "issues": "https://www.drupal.org/project/markdown" } }, - { - "name": "drupal/media_alias_display", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/media_alias_display.git", - "reference": "2.1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_alias_display-2.1.0.zip", - "reference": "2.1.0", - "shasum": "26c7ae605d72460e881fee10b70b98a1225e1260" - }, - "require": { - "drupal/core": "^10.3 || ^11" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.1.0", - "datestamp": "1731509829", - "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": "Stephen Mustgrave", - "homepage": "https://www.drupal.org/user/3252890", - "email": "smustgrave@gmail.com" - } - ], - "description": "Display file in the browser with the URL alias vs file path.", - "homepage": "https://www.drupal.org/project/media_alias_display", - "support": { - "source": "https://git.drupalcode.org/project/media_alias_display" - } - }, { "name": "drupal/media_contextual_crop", - "version": "2.1.5", + "version": "dev-1.2.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/media_contextual_crop.git", - "reference": "2.1.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_contextual_crop-2.1.5.zip", - "reference": "2.1.5", - "shasum": "d511e031ec5b13c93fe5e1352ee455a902a3ec73" + "reference": "3193fb963b46a5c9d045cd61acba78fc8ae0e88e" }, "require": { - "composer/installers": "^1.9 || ^2.0", - "cweagans/composer-patches": "^1.7 || ^2.0", - "drupal/core": "^10 || ^11", - "drupal/crop": "^2.3", - "drush/drush": ">11" + "drupal/core": "^9.4 || ^10" + }, + "require-dev": { + "drupal/advanced_help": "^1" }, "type": "drupal-module", "extra": { - "drupal": { - "version": "2.1.5", - "datestamp": "1736325942", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } + "branch-alias": { + "dev-1.2.x": "1.2.x-dev" }, - "enable-patching": true, - "patches": { - "drupal/crop": { - "provide_contextual_capability_to_crops": "https://www.drupal.org/files/issues/2024-01-21/2617818-32-provide_contextual_capability_to_crops.patch" - }, - "drupal/core": { - "Refactor ImageStyleDownloadController": "https://www.drupal.org/files/issues/2024-09-04/2685905-35-factorizeImageDeliver.patch" + "drupal": { + "version": "1.2.1+5-dev", + "datestamp": "1697791918", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -12194,7 +12076,7 @@ ], "authors": [ { - "name": "drdam", + "name": "DrDam", "homepage": "https://www.drupal.org/user/1555440" } ], @@ -12209,24 +12091,24 @@ }, { "name": "drupal/media_contextual_crop_field_formatter", - "version": "2.0.7", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/media_contextual_crop_field_formatter.git", - "reference": "2.0.7" + "reference": "1.3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_field_formatter-2.0.7.zip", - "reference": "2.0.7", - "shasum": "f3409352b36dfd6ae3936536e76cfc618c92712c" + "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_field_formatter-1.3.0.zip", + "reference": "1.3.0", + "shasum": "7e09a051247c22e83a665ab9538c7e18779d93d2" }, "require": { "composer/installers": "^1.9 || ^2.0", "cweagans/composer-patches": "^1.7", - "drupal/core": "^10 || ^11", - "drupal/media_contextual_crop": "~2.0", - "drupal/media_library_media_modify": "^1.0.0 || ^2.0.0@beta" + "drupal/core": "^9.4 || ^10", + "drupal/media_contextual_crop": "~1.2", + "drupal/media_library_media_modify": "^1.0@beta" }, "require-dev": { "drupal/advanced_help": "^1" @@ -12234,8 +12116,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.7", - "datestamp": "1728401162", + "version": "1.3.0", + "datestamp": "1692266180", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12244,7 +12126,7 @@ "enable-patching": true, "patches": { "drupal/media_library_media_modify": { - "#3270150 Add alteration": "https://git.drupalcode.org/project/media_library_media_modify/-/merge_requests/65.patch" + "#3270150 Add alteration": "https://www.drupal.org/files/issues/2022-06-08/manage_crops_3270150-7.patch" } } }, @@ -12254,7 +12136,7 @@ ], "authors": [ { - "name": "drdam", + "name": "DrDam", "homepage": "https://www.drupal.org/user/1555440" } ], @@ -12269,22 +12151,22 @@ }, { "name": "drupal/media_contextual_crop_fp_adapter", - "version": "2.0.2", + "version": "1.1.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/media_contextual_crop_fp_adapter.git", - "reference": "2.0.2" + "reference": "1.1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_fp_adapter-2.0.2.zip", - "reference": "2.0.2", - "shasum": "ec729a10cda85f3f01428eff80f50102e7aa07c6" + "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_fp_adapter-1.1.1.zip", + "reference": "1.1.1", + "shasum": "b42f7d09e270becdc317bf832156b00cc1b90d12" }, "require": { - "drupal/core": "^10 || ^11", + "drupal/core": "^9.4 || ^10", "drupal/focal_point": "^1.5 || ^2.0@alpha", - "drupal/media_contextual_crop": "~2.0" + "drupal/media_contextual_crop": "~1.2" }, "require-dev": { "drupal/advanced_help": "^1" @@ -12292,8 +12174,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1725437111", + "version": "1.1.1", + "datestamp": "1692689051", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12306,7 +12188,7 @@ ], "authors": [ { - "name": "drdam", + "name": "DrDam", "homepage": "https://www.drupal.org/user/1555440" } ], @@ -12321,22 +12203,22 @@ }, { "name": "drupal/media_contextual_crop_iwc_adapter", - "version": "2.0.2", + "version": "1.1.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/media_contextual_crop_iwc_adapter.git", - "reference": "2.0.2" + "reference": "1.1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_iwc_adapter-2.0.2.zip", - "reference": "2.0.2", - "shasum": "49bae2a762dfb5197fcc23e280ce58b4f6963c4a" + "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_iwc_adapter-1.1.1.zip", + "reference": "1.1.1", + "shasum": "7f8e58070560b675cca8eb5b32b8f967532f72b0" }, "require": { - "drupal/core": "^10", + "drupal/core": "^9.4 || ^10", "drupal/image_widget_crop": "^2.3", - "drupal/media_contextual_crop": "~2.0" + "drupal/media_contextual_crop": "~1.2" }, "require-dev": { "drupal/advanced_help": "^1" @@ -12344,8 +12226,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1706001866", + "version": "1.1.1", + "datestamp": "1692689056", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12358,7 +12240,7 @@ ], "authors": [ { - "name": "drdam", + "name": "DrDam", "homepage": "https://www.drupal.org/user/1555440" } ], @@ -12373,17 +12255,17 @@ }, { "name": "drupal/media_library_media_modify", - "version": "1.0.0", + "version": "1.0.0-beta15", "source": { "type": "git", "url": "https://git.drupalcode.org/project/media_library_media_modify.git", - "reference": "1.0.0" + "reference": "1.0.0-beta15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_library_media_modify-1.0.0.zip", - "reference": "1.0.0", - "shasum": "62386e5b8f9ec926fc58ecff1145aae6f835808a" + "url": "https://ftp.drupal.org/files/projects/media_library_media_modify-1.0.0-beta15.zip", + "reference": "1.0.0-beta15", + "shasum": "fb0273e19c2b840cf4e4420b883dd9a192babf22" }, "require": { "drupal/core": "^9.5 || ^10" @@ -12396,11 +12278,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.0", - "datestamp": "1723624265", + "version": "1.0.0-beta15", + "datestamp": "1704817926", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } }, "patches": { @@ -12408,7 +12290,7 @@ "Issue #3263397-10: Simplify form logic in media library": "https://www.drupal.org/files/issues/2023-01-19/3263397-16.patch" }, "drupal/inline_entity_form": { - "Issue #3271293: Changes are lost when collapsing a paragraphs subform including an inline_entity_form": "https://www.drupal.org/files/issues/2022-09-22/47-8.diff" + "Changes are lost when collapsing a paragraphs subform including an inline_entity_form": "https://www.drupal.org/files/issues/2022-09-22/47-8.diff" } } }, @@ -12487,26 +12369,26 @@ }, { "name": "drupal/menu_admin_per_menu", - "version": "1.6.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_admin_per_menu.git", - "reference": "8.x-1.6" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "8ebbab26f0dad2b1f79d7aa185295ca033eece7a" + "url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "ec8c7a4a064aa285dfb722dad264da9936fc81b6" }, "require": { - "drupal/core": "^10.2 || ^11.0" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1726150514", + "version": "8.x-1.5", + "datestamp": "1660918821", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12523,7 +12405,7 @@ "homepage": "https://www.drupal.org/user/410199" }, { - "name": "jeroent", + "name": "JeroenT", "homepage": "https://www.drupal.org/user/2228934" }, { @@ -12537,36 +12419,32 @@ ], "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", - "issues": "https://drupal.org/project/issues/menu_admin_per_menu" + "source": "https://git.drupalcode.org/project/menu_admin_per_menu" } }, { "name": "drupal/menu_block", - "version": "1.13.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_block.git", - "reference": "8.x-1.13" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "693a932cba9bd5767bdeee506de446228bc4cc8c" + "url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "97de632d77448ae0a974e20c2ffbe42c7ddd4633" }, "require": { - "drupal/core": "^10.1 || ^11" + "drupal/core": "^9.1 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1722579322", + "version": "8.x-1.10", + "datestamp": "1667434255", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12595,7 +12473,7 @@ "homepage": "https://www.drupal.org/user/370574" }, { - "name": "renatog", + "name": "RenatoG", "homepage": "https://www.drupal.org/user/3326031" }, { @@ -12748,26 +12626,26 @@ }, { "name": "drupal/menu_trail_by_path", - "version": "2.1.1", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_trail_by_path.git", - "reference": "2.1.1" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-2.1.1.zip", - "reference": "2.1.1", - "shasum": "cd636347d775e986aa7d05af7783db860fbac27a" + "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-2.0.1.zip", + "reference": "2.0.1", + "shasum": "3c2c1b0ee669c26e6ccba8a345605b7c932be2bf" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^8.8 || ^9.0 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.1", - "datestamp": "1736754552", + "version": "2.0.1", + "datestamp": "1701298206", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12780,7 +12658,7 @@ ], "authors": [ { - "name": "berdir", + "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -12808,20 +12686,20 @@ }, { "name": "drupal/message", - "version": "1.6.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/message.git", - "reference": "8.x-1.6" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/message-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "242c86fd0fc31c5e7b0983fb88272191924d2d6f" + "url": "https://ftp.drupal.org/files/projects/message-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "4158df35b5506fc88061358624589c4a04c414a2" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" + "drupal/core": "^9 || ^10" }, "require-dev": { "drupal/token": "*" @@ -12829,8 +12707,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1726668059", + "version": "8.x-1.4", + "datestamp": "1667584508", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12871,46 +12749,42 @@ }, { "name": "drupal/metatag", - "version": "2.1.0", + "version": "1.26.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "2.1.0" + "reference": "8.x-1.26" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-2.1.0.zip", - "reference": "2.1.0", - "shasum": "c28fe2fdac68a9370a6af6cbafff4425dd5148f3" + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.26.zip", + "reference": "8.x-1.26", + "shasum": "afa4a37422748baa2f0c35b13961438668ef3be8" }, "require": { - "drupal/core": "^9.4 || ^10 || ^11", - "drupal/token": "^1.0", - "php": ">=8.0" + "drupal/core": "^9.3 || ^10", + "drupal/token": "^1.0" }, "require-dev": { - "drupal/forum": "*", - "drupal/hal": "^1 || ^2 || ^9", + "drupal/devel": "^4.0 || ^5.0", + "drupal/hal": "^9 || ^1 || ^2", "drupal/metatag_dc": "*", "drupal/metatag_open_graph": "*", "drupal/page_manager": "^4.0", + "drupal/panelizer": "^4.0", "drupal/redirect": "^1.0", - "ergebnis/composer-normalize": "*", + "drupal/webprofiler": "^9 || ^10", "mpyw/phpunit-patch-serializable-comparison": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1731004042", + "version": "8.x-1.26", + "datestamp": "1687856123", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "composer-normalize": { - "indent-size": 2, - "indent-style": "space" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -12924,7 +12798,7 @@ "role": "Developer" }, { - "name": "dave reid", + "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" } ], @@ -12996,17 +12870,17 @@ }, { "name": "drupal/migrate_plus", - "version": "6.0.5", + "version": "6.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_plus.git", - "reference": "6.0.5" + "reference": "6.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.5.zip", - "reference": "6.0.5", - "shasum": "441e91086feaca7a6f1acf1735023fff0dfc5e1e" + "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.2.zip", + "reference": "6.0.2", + "shasum": "4315bc293aa75ea9247582d5d1925b075865e467" }, "require": { "drupal/core": ">=9.1", @@ -13023,8 +12897,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.5", - "datestamp": "1732124623", + "version": "6.0.2", + "datestamp": "1705424638", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13061,17 +12935,17 @@ }, { "name": "drupal/migrate_source_csv", - "version": "3.7.0", + "version": "3.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_source_csv.git", - "reference": "8.x-3.7" + "reference": "8.x-3.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_source_csv-8.x-3.7.zip", - "reference": "8.x-3.7", - "shasum": "d952a58003a4616176050ce4d486f9df9c6c59c9" + "url": "https://ftp.drupal.org/files/projects/migrate_source_csv-8.x-3.6.zip", + "reference": "8.x-3.6", + "shasum": "60b5e7dcb5d7a68ed0a43693fe67e7d26b1a9d83" }, "require": { "drupal/core": ">=9.1", @@ -13084,8 +12958,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.7", - "datestamp": "1735314551", + "version": "8.x-3.6", + "datestamp": "1702995930", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13112,17 +12986,17 @@ }, { "name": "drupal/migrate_tools", - "version": "6.0.5", + "version": "6.0.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_tools.git", - "reference": "6.0.5" + "reference": "6.0.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.5.zip", - "reference": "6.0.5", - "shasum": "c82519b366f43827818b04bfbc0009a6e028b835" + "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.4.zip", + "reference": "6.0.4", + "shasum": "63c571aefece96b199ce8b8f90da648186502be4" }, "require": { "drupal/core": ">=9.1", @@ -13140,8 +13014,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.5", - "datestamp": "1730824457", + "version": "6.0.4", + "datestamp": "1707330330", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13183,17 +13057,17 @@ }, { "name": "drupal/migrate_upgrade", - "version": "4.0.2", + "version": "4.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_upgrade.git", - "reference": "4.0.2" + "reference": "4.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-4.0.2.zip", - "reference": "4.0.2", - "shasum": "358f3cea91411b179a1c78841f1cc3166a947088" + "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-4.0.1.zip", + "reference": "4.0.1", + "shasum": "e9507affa61ae27adb1ea6e0d55f3bb32506ddfc" }, "require": { "drupal/core": ">=9", @@ -13204,8 +13078,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.2", - "datestamp": "1719350600", + "version": "4.0.1", + "datestamp": "1672260874", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13344,7 +13218,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/multiparagraph_flow.git", - "reference": "623682ffbfc6a7dc2c8865454ef7199ace9200b9" + "reference": "234c5dbde159d014dfb66439cbbe5771f02df5d0" }, "require": { "drupal/core": "^9.3 || ^10", @@ -13358,7 +13232,7 @@ }, "drupal": { "version": "1.0.x-dev", - "datestamp": "1708883316", + "datestamp": "1708463049", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -13435,26 +13309,26 @@ }, { "name": "drupal/noreferrer", - "version": "1.18.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/noreferrer.git", - "reference": "8.x-1.18" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.18.zip", - "reference": "8.x-1.18", - "shasum": "2faed2bc3f104eafcc061d941137f981bbea2078" + "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "f02e76504bfc0a3313fde6e6a0333501921a13c7" }, "require": { - "drupal/core": "^8.7.7 || ^9 || ^10 || ^11" + "drupal/core": "^8.7.7 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.18", - "datestamp": "1716361226", + "version": "8.x-1.16", + "datestamp": "1673521010", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13467,26 +13341,15 @@ ], "authors": [ { - "name": "mark burdett", - "homepage": "https://www.drupal.org/u/mfb" + "name": "mfb", + "homepage": "https://www.drupal.org/user/12302" } ], - "description": "Adds rel=\"noopener\" and/or rel=\"noreferrer\" to links.", + "description": "Adds rel=\"noopener\" and/or rel=\"noreferrer\" to links.", "homepage": "https://www.drupal.org/project/noreferrer", "support": { - "source": "https://git.drupalcode.org/project/noreferrer", - "issues": "https://www.drupal.org/project/issues/noreferrer" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/mfb" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/mfb" - } - ] + "source": "https://git.drupalcode.org/project/noreferrer" + } }, { "name": "drupal/notfoundpassthrough", @@ -13494,10 +13357,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/notfoundpassthrough.git", - "reference": "8561838b0636eec6a452b7f35bcec3c673a90a92" + "reference": "0482dc146ebfbc842274ac9513d675efee8b8f6d" }, "require": { - "drupal/core": "^10 || ^11" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { @@ -13505,8 +13368,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "1.0.0-beta5+2-dev", - "datestamp": "1736206027", + "version": "1.0.0-beta4+1-dev", + "datestamp": "1682098409", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -13557,14 +13420,14 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/octavia.git", - "reference": "23b696b1a43ea4b0f07ab6233128b528ffde4170" + "reference": "ba8cee423b1f4e749c3db4608dac6bb2f36b07ee" }, "require": { - "drupal/bulma": "1.x-dev@dev", + "drupal/bulma": "^3.0", "drupal/components": "^3", "drupal/core": "^9 || ^10", - "drupal/skins": "^2", - "drupal/twigsuggest": "^2" + "drupal/skins": "^2.0-alpha1", + "drupal/twigsuggest": "^1.0-beta2" }, "type": "drupal-theme", "extra": { @@ -13572,8 +13435,8 @@ "dev-2.0.x": "2.0.x-dev" }, "drupal": { - "version": "2.0.0-alpha1+23-dev", - "datestamp": "1738971348", + "version": "2.0.0-alpha1+20-dev", + "datestamp": "1705514242", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -13594,11 +13457,11 @@ "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "elkaro", + "name": "lelkneralfaro", "homepage": "https://www.drupal.org/user/3577260" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -13643,7 +13506,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/octavia_camouflage.git", - "reference": "73bfe2aa78c7313f994c03d10c733782470a42f8" + "reference": "bf0cbbfe0f3f4688da26001cd4e554dee565a4d0" }, "require": { "drupal/core": "^9 || ^10", @@ -13656,7 +13519,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1736288567", + "datestamp": "1708390079", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -13672,16 +13535,16 @@ "name": "drutopia", "homepage": "https://www.drupal.org/user/3763727" }, - { - "name": "elkaro", - "homepage": "https://www.drupal.org/user/3577260" - }, { "name": "freescholar", "homepage": "https://www.drupal.org/user/69463" }, { - "name": "megakeegman", + "name": "lelkneralfaro", + "homepage": "https://www.drupal.org/user/3577260" + }, + { + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -13711,20 +13574,20 @@ }, { "name": "drupal/paragraphs", - "version": "1.18.0", + "version": "1.17.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.18" + "reference": "8.x-1.17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.18.zip", - "reference": "8.x-1.18", - "shasum": "594e2937ea5c95fc88b60420590c4d83f5cd71ee" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.17.zip", + "reference": "8.x-1.17", + "shasum": "81c05f6a1eb59ab957c9ac97b2e79d6c9837bd72" }, "require": { - "drupal/core": "^10.2 || ^11", + "drupal/core": "^9.3 || ^10", "drupal/entity_reference_revisions": "~1.3" }, "require-dev": { @@ -13732,7 +13595,6 @@ "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.x-dev", "drupal/paragraphs-paragraphs_library": "*", @@ -13746,8 +13608,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.18", - "datestamp": "1723029144", + "version": "8.x-1.17", + "datestamp": "1705234146", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13760,7 +13622,7 @@ ], "authors": [ { - "name": "berdir", + "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -13780,7 +13642,7 @@ "homepage": "https://www.drupal.org/user/227761" }, { - "name": "primsi", + "name": "Primsi", "homepage": "https://www.drupal.org/user/282629" } ], @@ -13792,27 +13654,27 @@ }, { "name": "drupal/paragraphs_browser", - "version": "1.3.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs_browser.git", - "reference": "8.x-1.3" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs_browser-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "2b154d47f72d2ab3e07e3857fcd4b3501b218f7e" + "url": "https://ftp.drupal.org/files/projects/paragraphs_browser-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "79d34a4885c7c669bb3a481f9aa25b91cad7aab0" }, "require": { - "drupal/core": "^9.3 | ^10 | ^11", + "drupal/core": "^9.3 || ^10", "drupal/paragraphs": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1731442115", + "version": "8.x-1.1", + "datestamp": "1673972153", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13824,28 +13686,16 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "bvoynick", - "homepage": "https://www.drupal.org/user/3308129" - }, { "name": "Deciphered", "homepage": "https://www.drupal.org/user/103796" }, - { - "name": "greggles", - "homepage": "https://www.drupal.org/user/36762" - }, - { - "name": "kgatzby", - "homepage": "https://www.drupal.org/user/3601554" - }, { "name": "michaellander", "homepage": "https://www.drupal.org/user/636494" }, { - "name": "mojiferous", + "name": "Mojiferous", "homepage": "https://www.drupal.org/user/1678298" }, { @@ -13856,26 +13706,25 @@ "description": "Provides browser for adding additional paragraphs.", "homepage": "https://www.drupal.org/project/paragraphs_browser", "support": { - "source": "https://git.drupalcode.org/project/paragraphs_browser", - "issues": "https://www.drupal.org/project/issues/paragraphs_browser" + "source": "https://git.drupalcode.org/project/paragraphs_browser" } }, { "name": "drupal/paragraphs_features", - "version": "2.1.0", + "version": "2.0.0-beta4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs_features.git", - "reference": "2.1.0" + "reference": "2.0.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs_features-2.1.0.zip", - "reference": "2.1.0", - "shasum": "1e82c20d5fdcbff8615af7d6797f272e85610496" + "url": "https://ftp.drupal.org/files/projects/paragraphs_features-2.0.0-beta4.zip", + "reference": "2.0.0-beta4", + "shasum": "c3137491ba5f73e8395d9c2178beac3a10e33f7d" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11", + "drupal/core": "^9.2 || ^10", "drupal/paragraphs": "^1.13" }, "require-dev": { @@ -13884,11 +13733,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1736258966", + "version": "2.0.0-beta4", + "datestamp": "1705329204", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -13990,26 +13839,26 @@ }, { "name": "drupal/password_policy", - "version": "4.0.3", + "version": "4.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/password_policy.git", - "reference": "4.0.3" + "reference": "4.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/password_policy-4.0.3.zip", - "reference": "4.0.3", - "shasum": "f583ede0ebd749459538d02dd527028d57a4e1ac" + "url": "https://ftp.drupal.org/files/projects/password_policy-4.0.0.zip", + "reference": "4.0.0", + "shasum": "ed55a1441bc7fad0dcb0aea7d2bfecc88a156c83" }, "require": { - "drupal/core": "^9.1 || ^10 || ^11" + "drupal/core": "^9.1 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.3", - "datestamp": "1723552706", + "version": "4.0.0", + "datestamp": "1668191689", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14048,10 +13897,6 @@ { "name": "shrop", "homepage": "https://www.drupal.org/user/14767" - }, - { - "name": "vishalkhode", - "homepage": "https://www.drupal.org/user/2439156" } ], "description": "Sets up constraints and expiration of passwords.", @@ -14063,34 +13908,31 @@ }, { "name": "drupal/pathauto", - "version": "1.13.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.13" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "e64b5a82cf1b8ab48bce400b21ae6fc99c8078fd" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "b7b6432e315e38e59a7c6cc117134326c580de4c" }, "require": { - "drupal/core": "^9.4 || ^10 || ^11", + "drupal/core": "^9.3 || ^10", "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.13", - "datestamp": "1722507672", + "version": "8.x-1.12", + "datestamp": "1696776683", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14108,11 +13950,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" }, { @@ -14134,30 +13976,30 @@ }, { "name": "drupal/pdf_api", - "version": "2.4.4", + "version": "2.4.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pdf_api.git", - "reference": "2.4.4" + "reference": "2.4.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pdf_api-2.4.4.zip", - "reference": "2.4.4", - "shasum": "345309e4f1e0864ecded71c8226b4de0db95a505" + "url": "https://ftp.drupal.org/files/projects/pdf_api-2.4.2.zip", + "reference": "2.4.2", + "shasum": "b7c63f1744037e54237b8d3ed8c66c8396207827" }, "require": { "dompdf/dompdf": ">=2.0.4", - "drupal/core": "^8.8 || ^9 || ^10 || ^11", + "drupal/core": "^8.8 || ^9 || ^10", "mikehaertl/phpwkhtmltopdf": "^2.3", "mpdf/mpdf": "^8.2.0", - "tecnickcom/tcpdf": "^6.8 || ^6.7.5" + "tecnickcom/tcpdf": "^6.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.4.4", - "datestamp": "1722646728", + "version": "2.4.2", + "datestamp": "1702690871", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14190,26 +14032,26 @@ }, { "name": "drupal/plausible", - "version": "2.1.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/plausible.git", - "reference": "2.1.1" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/plausible-2.1.1.zip", - "reference": "2.1.1", - "shasum": "cf355cb4bb1820fad8b2cc3991e2521612ec0bbb" + "url": "https://ftp.drupal.org/files/projects/plausible-2.1.0.zip", + "reference": "2.1.0", + "shasum": "7c9ab067bf07882aad4a2f8236050efc8376d66a" }, "require": { - "drupal/core": "^8.8.6 || ^9 || ^10 || ^11" + "drupal/core": "^8.8.6 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.1", - "datestamp": "1732534895", + "version": "2.1.0", + "datestamp": "1687203441", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14222,7 +14064,7 @@ ], "authors": [ { - "name": "dieterholvoet", + "name": "DieterHolvoet", "homepage": "https://www.drupal.org/user/3567222" }, { @@ -14242,30 +14084,30 @@ }, { "name": "drupal/prepopulate", - "version": "2.5.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/prepopulate.git", - "reference": "8.x-2.5" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/prepopulate-8.x-2.5.zip", - "reference": "8.x-2.5", - "shasum": "9efbac5cba063c79b0cfc4f82bcd87a31e0b123d" + "url": "https://ftp.drupal.org/files/projects/prepopulate-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "5e82bd6cbbaafc8320e8b3e48bc3862de4964e00" }, "require": { - "drupal/core": "^8 || ^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "require-dev": { - "drupal/inline_entity_form": "^3.0@rc", - "drupal/og": "^1.x-dev" + "drupal/inline_entity_form": "^1.0@beta", + "drupal/og": "^1.0@alpha" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.5", - "datestamp": "1732903418", + "version": "8.x-2.4", + "datestamp": "1678728834", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14310,22 +14152,22 @@ }, { "name": "drupal/preview_link", - "version": "2.2.0-alpha2", + "version": "2.1.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/preview_link.git", - "reference": "2.2.0-alpha2" + "reference": "2.1.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/preview_link-2.2.0-alpha2.zip", - "reference": "2.2.0-alpha2", - "shasum": "7a2fd37b7b8d038919f31cfd4fb4b2c43168b6e0" + "url": "https://ftp.drupal.org/files/projects/preview_link-2.1.0-alpha2.zip", + "reference": "2.1.0-alpha2", + "shasum": "9e077ecb0f43e9bf5e6d5fba2520b0b46846a5e8" }, "require": { - "drupal/core": "^10.2 || ^11", - "drupal/dynamic_entity_reference": "^3 || ^4", - "php": ">=8.1" + "drupal/core": "^9.4 || ^10", + "drupal/dynamic_entity_reference": "^1 || ^2 || ^3 || ^4", + "php": ">=8.0" }, "require-dev": { "drupal/entity_reference_revisions": "*", @@ -14334,8 +14176,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.0-alpha2", - "datestamp": "1736820546", + "version": "2.1.0-alpha2", + "datestamp": "1698724706", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -14368,7 +14210,7 @@ "homepage": "https://www.drupal.org/user/314289" }, { - "name": "sam152", + "name": "Sam152", "homepage": "https://www.drupal.org/user/1485048" } ], @@ -14384,21 +14226,21 @@ }, { "name": "drupal/printable", - "version": "3.1.3", + "version": "3.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/printable.git", - "reference": "3.1.3" + "reference": "3.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/printable-3.1.3.zip", - "reference": "3.1.3", - "shasum": "da44665d16bc2445fba519cbcc7dc448208d8f46" + "url": "https://ftp.drupal.org/files/projects/printable-3.0.2.zip", + "reference": "3.0.2", + "shasum": "abf887dda994a23c0cca2f282510880e23fb28e4" }, "require": { - "drupal/core": "^9.4 || ^10 || ^11", - "drupal/pdf_api": "^2.4.0", + "drupal/core": "^9.4 || ^10", + "drupal/pdf_api": "^2.3.1", "wa72/htmlpagedom": "^1.3 || ^2.0 || 3.0" }, "require-dev": { @@ -14408,8 +14250,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.3", - "datestamp": "1720679594", + "version": "3.0.2", + "datestamp": "1693234627", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14440,26 +14282,26 @@ }, { "name": "drupal/r4032login", - "version": "2.2.3", + "version": "2.2.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/r4032login.git", - "reference": "2.2.3" + "reference": "2.2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/r4032login-2.2.3.zip", - "reference": "2.2.3", - "shasum": "6309c01b42ff6605cb6dd8f24ddde0c493f0fa2a" + "url": "https://ftp.drupal.org/files/projects/r4032login-2.2.1.zip", + "reference": "2.2.1", + "shasum": "b1ee040ec84a1feee28ed9ac6c8576f6e9edfd3a" }, "require": { - "drupal/core": "^9.3 || ^10 || ^11" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.3", - "datestamp": "1737623532", + "version": "2.2.1", + "datestamp": "1680284411", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14484,11 +14326,7 @@ "homepage": "https://www.drupal.org/user/972" }, { - "name": "dieterholvoet", - "homepage": "https://www.drupal.org/user/3567222" - }, - { - "name": "grayle", + "name": "Grayle", "homepage": "https://www.drupal.org/user/3145497" }, { @@ -14504,7 +14342,7 @@ "homepage": "https://www.drupal.org/user/108440" }, { - "name": "nixou", + "name": "Nixou", "homepage": "https://www.drupal.org/user/2304734" }, { @@ -14512,7 +14350,7 @@ "homepage": "https://www.drupal.org/user/49851" }, { - "name": "robloach", + "name": "RobLoach", "homepage": "https://www.drupal.org/user/61114" }, { @@ -14536,23 +14374,23 @@ }, { "name": "drupal/rabbit_hole", - "version": "1.0.0", + "version": "1.0.0-beta11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/rabbit_hole.git", - "reference": "8.x-1.0" + "reference": "8.x-1.0-beta11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "9fd3129b27cd10e23a775719770bf2bda977c234" + "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.0-beta11.zip", + "reference": "8.x-1.0-beta11", + "shasum": "a5c3bd5d1a190e25bb4d339525dd71918015fea2" }, "require": { - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "require-dev": { - "drupal/commerce": "^2.39", + "drupal/commerce": "*", "drupal/commerce_product": "*", "drupal/file_entity": "*", "drupal/group": "*", @@ -14561,11 +14399,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1721413113", + "version": "8.x-1.0-beta11", + "datestamp": "1670668459", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -14583,15 +14421,11 @@ "homepage": "https://www.drupal.org/user/289861" }, { - "name": "dylan donkersgoed", + "name": "Dylan Donkersgoed", "homepage": "https://www.drupal.org/user/2803351" }, { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "matroskeen", + "name": "Matroskeen", "homepage": "https://www.drupal.org/user/3426249" }, { @@ -14613,48 +14447,6 @@ "source": "https://git.drupalcode.org/project/rabbit_hole" } }, - { - "name": "drupal/rat", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/rat.git", - "reference": "28202b02262a39ac8dbbfd43696b67c0c8c46b71" - }, - "dist": { - "type": "zip", - "url": "https://git.drupalcode.org/api/v4/projects/project%2Frat/repository/archive.zip?sha=28202b02262a39ac8dbbfd43696b67c0c8c46b71", - "reference": "28202b02262a39ac8dbbfd43696b67c0c8c46b71", - "shasum": "" - }, - "require": { - "php": "^7.4 || ^8.0" - }, - "require-dev": { - "drupal/core": "^9.4", - "drupal/core-dev": "^9.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Drupal\\rat\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "gpl-2.0-or-later" - ], - "authors": [ - { - "name": "Merlin", - "email": "merlin@geeks4change.net" - } - ], - "support": { - "source": "https://git.drupalcode.org/project/rat/-/tree/1.0.0" - }, - "time": "2023-07-19T22:22:22+00:00" - }, { "name": "drupal/rdf", "version": "2.1.1", @@ -14734,26 +14526,26 @@ }, { "name": "drupal/redirect", - "version": "1.11.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.11" + "reference": "8.x-1.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "7df8b3524bbde07d254216039636947a689140ef" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "2987de20f509e9f7cec8a0f81d3a6774f9b0ba3e" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1737382886", + "version": "8.x-1.9", + "datestamp": "1693393506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14766,15 +14558,15 @@ ], "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", + "name": "Kristen Pol", "homepage": "https://www.drupal.org/user/8389" }, { @@ -14790,16 +14582,16 @@ }, { "name": "drupal/redirect_404", - "version": "1.11.0", + "version": "1.9.0", "require": { - "drupal/core": "^9.2 || ^10 || ^11", + "drupal/core": "^9.2 || ^10", "drupal/redirect": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1737382886", + "version": "8.x-1.9", + "datestamp": "1693393506", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14812,15 +14604,15 @@ ], "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", + "name": "Kristen Pol", "homepage": "https://www.drupal.org/user/8389" }, { @@ -14884,17 +14676,17 @@ }, { "name": "drupal/registration_role", - "version": "2.0.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/registration_role.git", - "reference": "2.0.1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/registration_role-2.0.1.zip", - "reference": "2.0.1", - "shasum": "fbc76f993f8ca186aec1989467dafa6bed520077" + "url": "https://ftp.drupal.org/files/projects/registration_role-2.0.0.zip", + "reference": "2.0.0", + "shasum": "3d3b9d1068e80a47e14e0e1d64498bf1e0d3075c" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -14902,8 +14694,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1709745969", + "version": "2.0.0", + "datestamp": "1689039865", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15007,91 +14799,29 @@ "issues": "https://www.drupal.org/project/issues/require_on_publish" } }, - { - "name": "drupal/rh_node", - "version": "1.0.0", - "require": { - "drupal/core": "^9.5 || ^10 || ^11", - "drupal/rabbit_hole": "*" - }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "8.x-1.0", - "datestamp": "1721413113", - "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": "aleksey.tk", - "homepage": "https://www.drupal.org/user/22093" - }, - { - "name": "bohart", - "homepage": "https://www.drupal.org/user/289861" - }, - { - "name": "dylan donkersgoed", - "homepage": "https://www.drupal.org/user/2803351" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "matroskeen", - "homepage": "https://www.drupal.org/user/3426249" - }, - { - "name": "mparker17", - "homepage": "https://www.drupal.org/user/536298" - }, - { - "name": "Odd Hill", - "homepage": "https://www.drupal.org/user/789934" - }, - { - "name": "olofbokedal", - "homepage": "https://www.drupal.org/user/1198438" - } - ], - "description": "Adds Rabbit Hole functionality for nodes.", - "homepage": "https://www.drupal.org/project/rabbit_hole", - "support": { - "source": "https://git.drupalcode.org/project/rabbit_hole" - } - }, { "name": "drupal/riddler", - "version": "3.0.2", + "version": "3.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/riddler.git", - "reference": "3.0.2" + "reference": "3.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/riddler-3.0.2.zip", - "reference": "3.0.2", - "shasum": "c4342ada86895cdb68c8fc83d1229f1e51cd8ecf" + "url": "https://ftp.drupal.org/files/projects/riddler-3.0.1.zip", + "reference": "3.0.1", + "shasum": "dc758aece996787a3429c61aa534df87ccf770a3" }, "require": { "drupal/captcha": "^2", - "drupal/core": "^10 || ^11" + "drupal/core": "^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.2", - "datestamp": "1738255331", + "version": "3.0.1", + "datestamp": "1686732873", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15108,7 +14838,7 @@ "homepage": "https://www.drupal.org/user/3317601" }, { - "name": "anybody", + "name": "Anybody", "homepage": "https://www.drupal.org/user/291091" }, { @@ -15116,7 +14846,7 @@ "homepage": "https://www.drupal.org/user/277371" }, { - "name": "grevil", + "name": "Grevil", "homepage": "https://www.drupal.org/user/3668491" }, { @@ -15140,29 +14870,26 @@ }, { "name": "drupal/role_delegation", - "version": "1.3.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/role_delegation.git", - "reference": "8.x-1.3" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "e03d9c82d509a2630750e50a3452bd70ca1c55a6" + "url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "08095bada0f492e70d32fcf357a8c01825ca81fc" }, "require": { - "drupal/core": "^10.3 || ^11" - }, - "require-dev": { - "drupal/action": "^0.2" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1726236826", + "version": "8.x-1.2", + "datestamp": "1644487627", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15180,11 +14907,7 @@ "role": "Maintainer" }, { - "name": "benjy", - "homepage": "https://www.drupal.org/user/1852732" - }, - { - "name": "jeroent", + "name": "JeroenT", "homepage": "https://www.drupal.org/user/2228934" } ], @@ -15268,45 +14991,38 @@ }, { "name": "drupal/schema_metatag", - "version": "3.0.3", + "version": "2.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/schema_metatag.git", - "reference": "3.0.3" + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/schema_metatag-3.0.3.zip", - "reference": "3.0.3", - "shasum": "54fadabe0b56cb3a5f48a48ff438e8ad5883423c" + "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "543b9d624711379e29dde58c22e2cc0a66822c87" }, "require": { - "drupal/core": "^9 || ^10 || ^11", - "drupal/metatag": "^2.0", - "php": ">=8.0" + "drupal/core": "^9.0 || ^10", + "drupal/metatag": "^1.0" }, "require-dev": { "drupal/coder": "^8.3", "drupal/metatag_views": "*", "drupal/schema_article": "*", "drupal/schema_organization": "*", - "ergebnis/composer-normalize": "*", - "mpyw/phpunit-patch-serializable-comparison": "*", "phpcompatibility/php-compatibility": "^9.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.3", - "datestamp": "1721141808", + "version": "8.x-2.5", + "datestamp": "1687460392", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "composer-normalize": { - "indent-size": 2, - "indent-style": "space" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -15421,7 +15137,7 @@ "homepage": "https://www.drupal.org/user/188049" }, { - "name": "anybody", + "name": "Anybody", "homepage": "https://www.drupal.org/user/291091" }, { @@ -15433,7 +15149,7 @@ "homepage": "https://www.drupal.org/user/2921997" }, { - "name": "grevil", + "name": "Grevil", "homepage": "https://www.drupal.org/user/3668491" }, { @@ -15465,20 +15181,20 @@ }, { "name": "drupal/search_api", - "version": "1.37.0", + "version": "1.31.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.37" + "reference": "8.x-1.31" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.37.zip", - "reference": "8.x-1.37", - "shasum": "76d9b5850d7fce9df8fc6cf8c49450ab541f455d" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.31.zip", + "reference": "8.x-1.31", + "shasum": "ec8436744c34de2ede6370d4dd26875489e761bc" }, "require": { - "drupal/core": "^10.2 || ^11" + "drupal/core": "^10.0" }, "conflict": { "drupal/search_api_solr": "2.* || 3.0 || 3.1" @@ -15496,12 +15212,17 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.37", - "datestamp": "1732727356", + "version": "8.x-1.31", + "datestamp": "1700926323", "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", @@ -15532,20 +15253,20 @@ }, { "name": "drupal/search_api_autocomplete", - "version": "1.10.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api_autocomplete.git", - "reference": "8.x-1.10" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "bd7d4a35a595efb866f6f5e2230d62d93b074927" + "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "80f75774776cee193624fe5731906e35bff160f6" }, "require": { - "drupal/core": "^10.2 || ^11", + "drupal/core": "^9.2 || ^10", "drupal/search_api": "^1.0" }, "require-dev": { @@ -15554,8 +15275,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1736941746", + "version": "8.x-1.8", + "datestamp": "1697366383", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15586,16 +15307,16 @@ }, { "name": "drupal/search_api_db", - "version": "1.37.0", + "version": "1.31.0", "require": { - "drupal/core": "^10.2 || ^11", + "drupal/core": "^10.0", "drupal/search_api": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.37", - "datestamp": "1732727356", + "version": "8.x-1.31", + "datestamp": "1700926323", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15616,7 +15337,7 @@ "homepage": "https://www.drupal.org/user/205582" }, { - "name": "nick_vh", + "name": "Nick_vh", "homepage": "https://www.drupal.org/user/122682" } ], @@ -15644,20 +15365,20 @@ }, { "name": "drupal/search_api_saved_searches", - "version": "1.0.0", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api_saved_searches.git", - "reference": "8.x-1.0" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api_saved_searches-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "761211352810805b2f3d6a96cdfe79a2f1354c7b" + "url": "https://ftp.drupal.org/files/projects/search_api_saved_searches-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "4650a8536cb7b1568b6e4f29b00c8d2461ca7ea5" }, "require": { - "drupal/core": "^10.1 || ^11", + "drupal/core": "^9.2 || ^10", "drupal/search_api": "^1.20" }, "require-dev": { @@ -15667,11 +15388,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1713699951", + "version": "8.x-1.0-beta1", + "datestamp": "1703694223", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -15699,26 +15420,26 @@ }, { "name": "drupal/seckit", - "version": "2.0.3", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/seckit.git", - "reference": "2.0.3" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/seckit-2.0.3.zip", - "reference": "2.0.3", - "shasum": "34d38f2daaf99781ef6b7e7fbe2eeabc73a7ca16" + "url": "https://ftp.drupal.org/files/projects/seckit-2.0.1.zip", + "reference": "2.0.1", + "shasum": "2eee3b9719bdd5951c2b78f419c86f4765010439" }, "require": { - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.3", - "datestamp": "1726075930", + "version": "2.0.1", + "datestamp": "1671195208", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15727,7 +15448,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -15754,32 +15475,32 @@ "security" ], "support": { - "source": "https://git.drupalcode.org/project/seckit", + "source": "http://cgit.drupalcode.org/seckit", "issues": "http://drupal.org/project/issues/seckit" } }, { "name": "drupal/select_or_other", - "version": "4.2.0", + "version": "4.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/select_or_other.git", - "reference": "4.2.0" + "reference": "4.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/select_or_other-4.2.0.zip", - "reference": "4.2.0", - "shasum": "1e33d196a7bc6116c66d5e77b53e2fee6f1e62d9" + "url": "https://ftp.drupal.org/files/projects/select_or_other-4.1.0.zip", + "reference": "4.1.0", + "shasum": "ff73f610623c16ee27ac2afdc2f18e3d3d934081" }, "require": { - "drupal/core": "^10.1 || ^11" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.2.0", - "datestamp": "1733203728", + "version": "4.1.0", + "datestamp": "1686871176", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15807,10 +15528,6 @@ "name": "hmendes", "homepage": "https://www.drupal.org/user/3673677" }, - { - "name": "ivnish", - "homepage": "https://www.drupal.org/user/3547706" - }, { "name": "legolasbo", "homepage": "https://www.drupal.org/user/2480548" @@ -15832,20 +15549,20 @@ }, { "name": "drupal/shield", - "version": "1.8.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/shield.git", - "reference": "8.x-1.8" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/shield-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "709b5580790a3b5bd8dda26f722cdb5a9c3911c5" + "url": "https://ftp.drupal.org/files/projects/shield-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "dcb77778aaffd39a9bb80c123f086358ad1c8bf9" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" + "drupal/core": "^9.2 || ^10" }, "require-dev": { "drupal/key": "^1.16" @@ -15853,8 +15570,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1719947682", + "version": "8.x-1.7", + "datestamp": "1661968920", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15906,26 +15623,26 @@ }, { "name": "drupal/similarterms", - "version": "1.9.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/similarterms.git", - "reference": "8.x-1.9" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "73aab93a7de4ed6a9fc2f18181b2eeee34324b6d" + "url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "12a28514dfee98bb723e6eed772f5eeeb525de54" }, "require": { - "drupal/core": "^8 || ^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1722872728", + "version": "8.x-1.8", + "datestamp": "1699725697", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15956,64 +15673,6 @@ "source": "https://git.drupalcode.org/project/similarterms" } }, - { - "name": "drupal/simple_sitemap", - "version": "4.2.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/simple_sitemap.git", - "reference": "4.2.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.2.2.zip", - "reference": "4.2.2", - "shasum": "1f9c9197d37450fb347a4fa3f10191f5f4b5ef13" - }, - "require": { - "drupal/core": "^10.2 || ^11", - "ext-xmlwriter": "*" - }, - "conflict": { - "drush/drush": "<12.5.1" - }, - "require-dev": { - "drupal/paragraphs": "^1.18" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "4.2.2", - "datestamp": "1732485885", - "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": "Pawel Ginalski (gbyte)", - "homepage": "https://www.drupal.org/u/gbyte", - "email": "contact@gbyte.dev", - "role": "Maintainer" - }, - { - "name": "walkingdexter", - "homepage": "https://www.drupal.org/user/3251330" - } - ], - "description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.", - "homepage": "https://drupal.org/project/simple_sitemap", - "support": { - "source": "https://cgit.drupalcode.org/simple_sitemap", - "issues": "https://drupal.org/project/issues/simple_sitemap" - } - }, { "name": "drupal/skins", "version": "2.0.0-alpha1", @@ -16080,34 +15739,31 @@ }, { "name": "drupal/smart_date", - "version": "4.2.2", + "version": "4.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smart_date.git", - "reference": "4.2.2" + "reference": "4.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smart_date-4.2.2.zip", - "reference": "4.2.2", - "shasum": "c66711299d80ae71bec85836d42c87c1220b1bef" + "url": "https://ftp.drupal.org/files/projects/smart_date-4.0.3.zip", + "reference": "4.0.3", + "shasum": "9f8fd56690eae5b5ae7231ab17641fa1d57ec261" }, "require": { - "drupal/core": "^9 || ^10 || ^11", - "php": ">=8.1", + "drupal/core": "^9 || ^10", + "php": ">=8.0", "simshaun/recurr": "^5" }, - "require-dev": { - "drush/drush": "*" - }, "suggest": { "drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows." }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.2.2", - "datestamp": "1738839300", + "version": "4.0.3", + "datestamp": "1689755800", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16146,31 +15802,21 @@ }, { "name": "drupal/sms", - "version": "2.3.0", + "version": "2.2.0-rc1", "require": { - "drupal/core": "^10.3 || ^11", + "drupal/core": "^9.5 || ^10", "drupal/dynamic_entity_reference": "^3 || ^4", "drupal/smsframework": "^2", - "php": ">=8.1" - }, - "conflict": { - "drupal/coder": "<8.3.26" - }, - "require-dev": { - "mglaman/phpstan-drupal": "^1", - "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "^1.11", - "phpstan/phpstan-deprecation-rules": "*", - "previousnext/coding-standard": "^1.0" + "php": ">=8" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.3.0", - "datestamp": "1733714927", + "version": "2.2.0-rc1", + "datestamp": "1670241566", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -16203,46 +15849,30 @@ }, { "name": "drupal/smsframework", - "version": "2.3.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smsframework.git", - "reference": "2.3.0" + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smsframework-2.3.0.zip", - "reference": "2.3.0", - "shasum": "37e24980f7478eeef38b7a811fba7175606df235" + "url": "https://ftp.drupal.org/files/projects/smsframework-2.1.0.zip", + "reference": "2.1.0", + "shasum": "a929db8db5ed2b82b87d371e36d746bd1270a7e3" }, "require": { - "drupal/core": "^10.3 || ^11", - "drupal/dynamic_entity_reference": "^3 || ^4", - "php": ">=8.1" - }, - "conflict": { - "drupal/coder": "<8.3.26" - }, - "replace": { - "drupal/sms_blast": "self.version", - "drupal/sms_devel": "self.version", - "drupal/sms_sendtophone": "self.version", - "drupal/sms_user": "self.version" + "drupal/core": ">=9.2" }, "require-dev": { "drupal/dynamic_entity_reference": "*", - "drupal/sms": "*", - "mglaman/phpstan-drupal": "^1", - "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "^1.11", - "phpstan/phpstan-deprecation-rules": "*", - "previousnext/coding-standard": "^1.0" + "drupal/sms": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.3.0", - "datestamp": "1733714927", + "version": "2.1.0", + "datestamp": "1670240395", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16255,43 +15885,39 @@ ], "authors": [ { - "name": "Aniebiet Udoh", - "homepage": "https://www.drupal.org/u/almaudoh", - "role": "Maintainer" + "name": "almaudoh", + "homepage": "https://www.drupal.org/user/488082" }, { - "name": "Daniel Phin", - "homepage": "http://danielph.in", - "role": "Maintainer" + "name": "batje", + "homepage": "https://www.drupal.org/user/2696" }, { "name": "dpi", "homepage": "https://www.drupal.org/user/81431" } ], - "description": "Provides an extensible API that facilitates communication between Drupal and various SMS gateways.", - "homepage": "http://drupal.org/project/smsframework", + "homepage": "https://www.drupal.org/project/smsframework", "support": { - "source": "https://git.drupalcode.org/project/smsframework", - "issues": "https://www.drupal.org/project/issues/smsframework" + "source": "https://git.drupalcode.org/project/smsframework" } }, { "name": "drupal/social_api", - "version": "4.0.2", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_api.git", - "reference": "4.0.2" + "reference": "3.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/social_api-4.0.2.zip", - "reference": "4.0.2", - "shasum": "8da084f0262080b2dfbbaa0ffb72cc386c6221dc" + "url": "https://ftp.drupal.org/files/projects/social_api-3.1.0.zip", + "reference": "3.1.0", + "shasum": "ceb8b35f718657a8f3d67d2e9a8384d4b35687ea" }, "require": { - "drupal/core": "^9.5 || ^10 || ^11", + "drupal/core": "^9.1 || ^10", "ext-openssl": "*", "league/oauth2-client": "^2.0" }, @@ -16302,8 +15928,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.2", - "datestamp": "1725453406", + "version": "3.1.0", + "datestamp": "1660188487", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16355,26 +15981,26 @@ }, { "name": "drupal/social_media_links", - "version": "2.10.0", + "version": "2.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_media_links.git", - "reference": "8.x-2.10" + "reference": "8.x-2.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/social_media_links-8.x-2.10.zip", - "reference": "8.x-2.10", - "shasum": "dd329d44f88112d2fe83f54331502738c5f2810b" + "url": "https://ftp.drupal.org/files/projects/social_media_links-8.x-2.9.zip", + "reference": "8.x-2.9", + "shasum": "d73ea6199b48e11e57fe8a2aeb2afbf3c295704a" }, "require": { - "drupal/core": "^9.5 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.10", - "datestamp": "1724736719", + "version": "8.x-2.9", + "datestamp": "1665768361", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16395,10 +16021,6 @@ "name": "Christian Beier", "homepage": "https://www.drupal.org/u/cbeier", "role": "Maintainer" - }, - { - "name": "neslee canil pinto", - "homepage": "https://www.drupal.org/user/3580850" } ], "description": "The module provides a block that display links (icons) to your profiles on various social networking sites.", @@ -16410,22 +16032,21 @@ }, { "name": "drupal/social_post", - "version": "3.0.2", + "version": "3.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_post.git", - "reference": "3.0.2" + "reference": "3.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/social_post-3.0.2.zip", - "reference": "3.0.2", - "shasum": "616ce8d6c3f507b9ecf83434ccbd150e795cde77" + "url": "https://ftp.drupal.org/files/projects/social_post-3.0.1.zip", + "reference": "3.0.1", + "shasum": "9976ba61dcba635f09d5d499ea6cb4ee9122cbe6" }, "require": { - "drupal/core": "^9.4 || ^10 || ^11", - "drupal/social_api": "^4", - "php": ">=8.1" + "drupal/core": "^8.8 || ^9.0 || ^10", + "drupal/social_api": "^3" }, "require-dev": { "drupal/coder": "^8.3", @@ -16434,8 +16055,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.2", - "datestamp": "1725763360", + "version": "3.0.1", + "datestamp": "1665165035", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16479,7 +16100,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_post_facebook.git", - "reference": "1692d844d6b6655f49e9e87291e3609b7b6f78f4" + "reference": "6286f5bc5891c08665b5a14390b746634435e1f5" }, "require": { "agaric/php-facebook": "dev-main", @@ -16493,7 +16114,7 @@ }, "drupal": { "version": "3.0.x-dev", - "datestamp": "1738949759", + "datestamp": "1707335201", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -16520,7 +16141,7 @@ "homepage": "https://www.drupal.org/user/3513954" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -16548,7 +16169,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_post_twitter.git", - "reference": "13a10bf5c0cc6debe196b67163f2825e6ef3392e" + "reference": "18ade93bd62d2ceaf0d9dc927371fd847e37a0b7" }, "require": { "abraham/twitteroauth": ">=2", @@ -16566,8 +16187,8 @@ "dev-3.x": "3.x-dev" }, "drupal": { - "version": "3.0.0+1-dev", - "datestamp": "1720959231", + "version": "3.0.0-beta4+1-dev", + "datestamp": "1665164947", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -16678,20 +16299,20 @@ }, { "name": "drupal/subpathauto", - "version": "1.4.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/subpathauto.git", - "reference": "8.x-1.4" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "fa9a737da79d396ee8019c944e0239865762ce48" + "url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "b94e4ec3c8dcd42aa04b6796ae48a9aa1848862d" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10 || ^11" + "drupal/core": "^8.8 || ^9 || ^10" }, "require-dev": { "drupal/redirect": "*" @@ -16699,8 +16320,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1729470928", + "version": "8.x-1.3", + "datestamp": "1676316639", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16713,7 +16334,7 @@ ], "authors": [ { - "name": "dave reid", + "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, { @@ -16721,7 +16342,7 @@ "homepage": "https://www.drupal.org/user/1078742" }, { - "name": "nickdickinsonwilde", + "name": "NickDickinsonWilde", "homepage": "https://www.drupal.org/user/3094661" } ], @@ -16834,7 +16455,7 @@ ], "authors": [ { - "name": "aswathyajish", + "name": "AswathyAjish", "homepage": "https://www.drupal.org/user/2584696" }, { @@ -16850,7 +16471,7 @@ "homepage": "https://www.drupal.org/user/2603884" }, { - "name": "tolstoydotcom", + "name": "TolstoyDotCom", "homepage": "https://www.drupal.org/user/103055" }, { @@ -16872,34 +16493,27 @@ }, { "name": "drupal/taxonomy_manager", - "version": "2.0.17", + "version": "2.0.9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/taxonomy_manager.git", - "reference": "2.0.17" + "reference": "2.0.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.17.zip", - "reference": "2.0.17", - "shasum": "475530599d058b7c4ac48d1d203a24c16c67af6e" + "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.9.zip", + "reference": "2.0.9", + "shasum": "c1956d809ba2149b294eb68fe2f06ada34f4cadc" }, "require": { - "drupal/core": "^10.2 || ^11.0", - "drupal/jquery_ui": "^1.7" - }, - "require-dev": { - "drupal/term_merge": "^2.0", - "drupal/term_reference_change": "^2.0" - }, - "suggest": { - "fancytree/fancytree": "The fancytree library is required to use the drupal/taxonomy_manager module." + "drupal/core": "^9.3 || ^10", + "drupal/jquery_ui": "^1.4" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.17", - "datestamp": "1738708580", + "version": "2.0.9", + "datestamp": "1691588453", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16908,7 +16522,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -16916,7 +16530,7 @@ "homepage": "https://www.drupal.org/user/3558110" }, { - "name": "andriy khomych", + "name": "Andriy Khomych", "homepage": "https://www.drupal.org/user/3287133" }, { @@ -16948,40 +16562,43 @@ "homepage": "https://www.drupal.org/user/59747" }, { - "name": "vladimiraus", + "name": "VladimirAus", "homepage": "https://www.drupal.org/user/673120" } ], - "description": "Tool for administrating taxonomy terms", + "description": "This module provides a powerful interface for managing taxonomies.", "homepage": "https://www.drupal.org/project/taxonomy_manager", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://drupal.org/project/taxonomy_manager", - "issues": "https://drupal.org/project/issues/taxonomy_manager" + "source": "https://git.drupalcode.org/project/taxonomy_manager", + "issues": "https://www.drupal.org/project/issues/taxonomy_manager" } }, { "name": "drupal/telegram_api", - "version": "1.0.1", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/telegram_api.git", - "reference": "1.0.1" + "reference": "1.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/telegram_api-1.0.1.zip", - "reference": "1.0.1", - "shasum": "679bbcf189ef2c0af4e9c6360ada906d4ed1376d" + "url": "https://ftp.drupal.org/files/projects/telegram_api-1.0.0.zip", + "reference": "1.0.0", + "shasum": "d1825eb653389fe35e6085d066442dbb910b5c2c" }, "require": { - "drupal/core": "^10 || ^11", + "drupal/core": "^9 || ^10", "ext-curl": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.1", - "datestamp": "1722943776", + "version": "1.0.0", + "datestamp": "1685431953", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17060,29 +16677,26 @@ }, { "name": "drupal/token", - "version": "1.15.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.15" + "reference": "8.x-1.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.15.zip", - "reference": "8.x-1.15", - "shasum": "5916fbccc86458a5f51e71f832ac70ff4c84ebdf" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip", + "reference": "8.x-1.13", + "shasum": "f2a074b51726de3727c1d900237d6d471806a4d2" }, "require": { - "drupal/core": "^9.2 || ^10 || ^11" - }, - "require-dev": { - "drupal/book": "*" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.15", - "datestamp": "1722206211", + "version": "8.x-1.13", + "datestamp": "1697885927", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17100,11 +16714,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" }, { @@ -17136,10 +16750,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/tomselect.git", - "reference": "502a5f6b3ec4bacbf8f749de11456d868c12aee8" + "reference": "745ac18bc0ff358574891e875026923dcae563b8" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10 || ^11" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { @@ -17147,11 +16761,11 @@ "dev-1.0.x": "1.0.x-dev" }, "drupal": { - "version": "1.0.0-alpha1+2-dev", - "datestamp": "1729730530", + "version": "1.0.0-alpha1+1-dev", + "datestamp": "1704733540", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "Project has not opted into security advisory coverage!" } } }, @@ -17177,26 +16791,26 @@ }, { "name": "drupal/trim", - "version": "2.0.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/trim.git", - "reference": "2.0.1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/trim-2.0.1.zip", - "reference": "2.0.1", - "shasum": "18bf8975e915b845ec470652510ba1e03230d1e0" + "url": "https://ftp.drupal.org/files/projects/trim-2.0.0.zip", + "reference": "2.0.0", + "shasum": "7550d1c93c4694e4e1221d3cbd5577db31fabace" }, "require": { - "drupal/core": "^8 || ^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1730171770", + "version": "2.0.0", + "datestamp": "1695245036", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17229,23 +16843,24 @@ }, { "name": "drupal/twig_tweak", - "version": "3.4.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/twig_tweak.git", - "reference": "3.4.0" + "reference": "3.2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/twig_tweak-3.4.0.zip", - "reference": "3.4.0", - "shasum": "1f47f71b4cfbad97fff11db1adc72c311bb1645e" + "url": "https://ftp.drupal.org/files/projects/twig_tweak-3.2.1.zip", + "reference": "3.2.1", + "shasum": "89fc08b60f494a7d786251b6c2c493c536218222" }, "require": { - "drupal/core": "^10.3 || ^11.0", + "drupal/core": "^9.3 || ^10.0", "ext-json": "*", - "php": ">=8.1", - "twig/twig": "^3.10.3" + "php": ">=7.3", + "symfony/polyfill-php80": "^1.17", + "twig/twig": "^2.12 || ^3.3.8" }, "suggest": { "symfony/var-dumper": "Better dump() function for debugging Twig variables" @@ -17253,8 +16868,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.4.0", - "datestamp": "1721562308", + "version": "3.2.1", + "datestamp": "1677404306", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17262,7 +16877,7 @@ }, "drush": { "services": { - "drush.services.yml": "^10 || ^11" + "drush.services.yml": "^9 || ^10 || ^11" } } }, @@ -17272,7 +16887,7 @@ ], "authors": [ { - "name": "chi", + "name": "Chi", "homepage": "https://www.drupal.org/user/556138" } ], @@ -17289,26 +16904,26 @@ }, { "name": "drupal/twigsuggest", - "version": "2.0.0-rc4", + "version": "1.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/twigsuggest.git", - "reference": "2.0.0-rc4" + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/twigsuggest-2.0.0-rc4.zip", - "reference": "2.0.0-rc4", - "shasum": "e629ff389a2d5380c9e43bd2fc770fe443d7711d" + "url": "https://ftp.drupal.org/files/projects/twigsuggest-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "69d765e40b9eb2e423d63378c69acf8a0248bffb" }, "require": { - "drupal/core": "^8 || ^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-rc4", - "datestamp": "1734604997", + "version": "8.x-1.0-rc2", + "datestamp": "1682360823", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -17329,7 +16944,7 @@ "homepage": "https://www.drupal.org/user/2482808" }, { - "name": "megakeegman", + "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" }, { @@ -17353,20 +16968,20 @@ }, { "name": "drupal/ui_patterns", - "version": "1.10.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ui_patterns.git", - "reference": "8.x-1.10" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "bdb6f84ae8b82679380641cdc3d78b0fafe98614" + "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "120d90db34296500a1ae8094cd0cc23983e951ab" }, "require": { - "drupal/core": "^9 || ^10 || ^11" + "drupal/core": "^9 || ^10" }, "require-dev": { "drupal/ds": "^3.18", @@ -17375,8 +16990,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1729182058", + "version": "8.x-1.8", + "datestamp": "1706780549", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17397,25 +17012,21 @@ "homepage": "https://www.drupal.org/user/1344166" }, { - "name": "christian.wiedemann", + "name": "Christian.wiedemann", "homepage": "https://www.drupal.org/user/861002" }, { - "name": "duaelfr", + "name": "DuaelFr", "homepage": "https://www.drupal.org/user/931394" }, { - "name": "g4mbini", + "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" }, { - "name": "grimreaper", + "name": "Grimreaper", "homepage": "https://www.drupal.org/user/2388214" }, - { - "name": "just_like_good_vibes", - "homepage": "https://www.drupal.org/user/792018" - }, { "name": "pdureau", "homepage": "https://www.drupal.org/user/1903334" @@ -17433,17 +17044,17 @@ }, { "name": "drupal/ui_patterns_ds", - "version": "1.10.0", + "version": "1.8.0", "require": { - "drupal/core": "^9 || ^10 || ^11", + "drupal/core": "^9 || ^10", "drupal/ds": "*", "drupal/ui_patterns": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1729182058", + "version": "8.x-1.8", + "datestamp": "1706780549", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17464,25 +17075,21 @@ "homepage": "https://www.drupal.org/user/1344166" }, { - "name": "christian.wiedemann", + "name": "Christian.wiedemann", "homepage": "https://www.drupal.org/user/861002" }, { - "name": "duaelfr", + "name": "DuaelFr", "homepage": "https://www.drupal.org/user/931394" }, { - "name": "g4mbini", + "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" }, { - "name": "grimreaper", + "name": "Grimreaper", "homepage": "https://www.drupal.org/user/2388214" }, - { - "name": "just_like_good_vibes", - "homepage": "https://www.drupal.org/user/792018" - }, { "name": "pdureau", "homepage": "https://www.drupal.org/user/1903334" @@ -17500,16 +17107,16 @@ }, { "name": "drupal/ui_patterns_layouts", - "version": "2.0.0", + "version": "1.8.0", "require": { - "drupal/core": "^10.3 || ^11", + "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1738872245", + "version": "8.x-1.8", + "datestamp": "1706780549", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17530,25 +17137,21 @@ "homepage": "https://www.drupal.org/user/1344166" }, { - "name": "christian.wiedemann", + "name": "Christian.wiedemann", "homepage": "https://www.drupal.org/user/861002" }, { - "name": "duaelfr", + "name": "DuaelFr", "homepage": "https://www.drupal.org/user/931394" }, { - "name": "g4mbini", + "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" }, { - "name": "grimreaper", + "name": "Grimreaper", "homepage": "https://www.drupal.org/user/2388214" }, - { - "name": "just_like_good_vibes", - "homepage": "https://www.drupal.org/user/792018" - }, { "name": "pdureau", "homepage": "https://www.drupal.org/user/1903334" @@ -17558,7 +17161,7 @@ "homepage": "https://www.drupal.org/user/436244" } ], - "description": "Use UI components as layouts plugins.", + "description": "Use patterns as layouts via the Layout Discovery module.", "homepage": "https://www.drupal.org/project/ui_patterns", "support": { "source": "https://git.drupalcode.org/project/ui_patterns" @@ -17566,16 +17169,16 @@ }, { "name": "drupal/ui_patterns_library", - "version": "2.0.0", + "version": "1.8.0", "require": { - "drupal/core": "^10.3 || ^11", + "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1738872245", + "version": "8.x-1.8", + "datestamp": "1706780549", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17596,25 +17199,21 @@ "homepage": "https://www.drupal.org/user/1344166" }, { - "name": "christian.wiedemann", + "name": "Christian.wiedemann", "homepage": "https://www.drupal.org/user/861002" }, { - "name": "duaelfr", + "name": "DuaelFr", "homepage": "https://www.drupal.org/user/931394" }, { - "name": "g4mbini", + "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" }, { - "name": "grimreaper", + "name": "Grimreaper", "homepage": "https://www.drupal.org/user/2388214" }, - { - "name": "just_like_good_vibes", - "homepage": "https://www.drupal.org/user/792018" - }, { "name": "pdureau", "homepage": "https://www.drupal.org/user/1903334" @@ -17624,7 +17223,7 @@ "homepage": "https://www.drupal.org/user/436244" } ], - "description": "Browse UI components in library pages.", + "description": "Exposed patterns in you modules and themes and display them in a pattern library page.", "homepage": "https://www.drupal.org/project/ui_patterns", "support": { "source": "https://git.drupalcode.org/project/ui_patterns" @@ -17667,10 +17266,6 @@ "name": "Fabian Sierra", "homepage": "https://www.drupal.org/u/fabiansierra5191", "role": "Maintainer" - }, - { - "name": "mably", - "homepage": "https://www.drupal.org/user/3375160" } ], "description": "Validate the uniqueness of the entities fields or title.", @@ -17680,6 +17275,57 @@ "issues": "https://drupal.org/project/issues/unique_content_field_validation" } }, + { + "name": "drupal/variationcache", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/variationcache.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "6165baee8c6fe5a7773f3499896e8fb464607a32" + }, + "require": { + "drupal/core": "^9.5 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1705485386", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Kristiaan Van den Eynde", + "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", + "role": "Maintainer" + }, + { + "name": "Brad Jones", + "homepage": "https://www.drupal.org/u/bradjones1", + "role": "Maintainer" + } + ], + "description": "This project provides VariationCache, a redirect-aware caching implementation.", + "homepage": "http://drupal.org/project/variationcache", + "support": { + "source": "https://git.drupalcode.org/project/variationcache", + "issues": "https://drupal.org/project/issues/variationcache" + } + }, { "name": "drupal/video_embed_field", "version": "2.5.0", @@ -17726,16 +17372,12 @@ "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", + "name": "Sam152", "homepage": "https://www.drupal.org/user/1485048" } ], @@ -17747,26 +17389,26 @@ }, { "name": "drupal/view_password", - "version": "6.0.5", + "version": "6.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/view_password.git", - "reference": "6.0.5" + "reference": "6.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/view_password-6.0.5.zip", - "reference": "6.0.5", - "shasum": "a1f160e5ea7cbac4aa592692eba3bfd2b9527ee7" + "url": "https://ftp.drupal.org/files/projects/view_password-6.0.3.zip", + "reference": "6.0.3", + "shasum": "e1a3fb300f7ce22d003eadd22a30a02b51417c5f" }, "require": { - "drupal/core": "^8 || ^9 || ^10 || ^11" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.5", - "datestamp": "1723228512", + "version": "6.0.3", + "datestamp": "1677609028", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17803,30 +17445,26 @@ }, { "name": "drupal/view_unpublished", - "version": "1.3.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/view_unpublished.git", - "reference": "8.x-1.3" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "7dd4411c53866585ac6319d147ab11d214d55877" + "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "f9f5e88cbaf1a1e71952d94cf67ef2f180e292be" }, "require": { - "drupal/core": "^9.4 || ^10 || ^11" - }, - "require-dev": { - "drupal/coder": "^8.3.18", - "phpcompatibility/php-compatibility": "10.x-dev@dev" + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1724503131", + "version": "8.x-1.1", + "datestamp": "1681757575", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17860,26 +17498,26 @@ }, { "name": "drupal/views_daterange_filters", - "version": "1.0.0-alpha3", + "version": "1.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_daterange_filters.git", - "reference": "8.x-1.0-alpha3" + "reference": "8.x-1.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_daterange_filters-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "80bf85c1e27bea0521f507396b284a1ef5566e48" + "url": "https://ftp.drupal.org/files/projects/views_daterange_filters-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "db49e4478723d7c0be7f6cf01d03ab667285b4a1" }, "require": { - "drupal/core": "^8.7.7 || ^9 || ^10 || ^11" + "drupal/core": "^8.7.7 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1738583677", + "version": "8.x-1.0-alpha2", + "datestamp": "1676585416", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -17894,10 +17532,6 @@ { "name": "imclean", "homepage": "https://www.drupal.org/user/112588" - }, - { - "name": "nagy.balint", - "homepage": "https://www.drupal.org/user/1763952" } ], "description": "Views filters for date ranges.", @@ -18070,11 +17704,7 @@ "homepage": "https://www.drupal.org/user/93571" }, { - "name": "scott_euser", - "homepage": "https://www.drupal.org/user/3267594" - }, - { - "name": "seanb", + "name": "seanB", "homepage": "https://www.drupal.org/user/545912" } ], @@ -18090,20 +17720,20 @@ }, { "name": "drupal/webform", - "version": "6.2.9", + "version": "6.2.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform.git", - "reference": "6.2.9" + "reference": "6.2.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-6.2.9.zip", - "reference": "6.2.9", - "shasum": "650752c3cc6d0144c6f378b8d25d45c083e23600" + "url": "https://ftp.drupal.org/files/projects/webform-6.2.2.zip", + "reference": "6.2.2", + "shasum": "cfd766802232dfdf39edd5a1acf7c738d14dc6eb" }, "require": { - "drupal/core": "^10.2", + "drupal/core": "^9.4 || ^10", "php": ">=8.1" }, "require-dev": { @@ -18120,7 +17750,6 @@ "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", @@ -18144,14 +17773,14 @@ "drupal/webform_ui": "*" }, "suggest": { - "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_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_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.2.9", - "datestamp": "1733851063", + "version": "6.2.2", + "datestamp": "1701948363", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18179,7 +17808,7 @@ "role": "Contributor" }, { - "name": "liam morland", + "name": "Liam Morland", "homepage": "https://www.drupal.org/user/493050" }, { @@ -18202,29 +17831,26 @@ }, { "name": "drupal/weight", - "version": "3.6.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/weight.git", - "reference": "8.x-3.6" + "reference": "8.x-3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/weight-8.x-3.6.zip", - "reference": "8.x-3.6", - "shasum": "071c378a6f4887b15a9e68c1414c94735282e20c" + "url": "https://ftp.drupal.org/files/projects/weight-8.x-3.4.zip", + "reference": "8.x-3.4", + "shasum": "d53f3df1643993e87e2265953d8aea43b7cc041a" }, "require": { - "drupal/core": "^9.5 || ^10.2 || ^11.0" - }, - "require-dev": { - "drupal/feeds": "*" + "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.6", - "datestamp": "1729637541", + "version": "8.x-3.4", + "datestamp": "1676997696", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18249,11 +17875,11 @@ "homepage": "https://www.drupal.org/user/101412" }, { - "name": "neslee canil pinto", + "name": "Neslee Canil Pinto", "homepage": "https://www.drupal.org/user/3580850" }, { - "name": "vladimiraus", + "name": "VladimirAus", "homepage": "https://www.drupal.org/user/673120" } ], @@ -18273,7 +17899,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/workflow_buttons.git", - "reference": "6c26bae56a11ce3b1b0e6bdedbbe0b21e25a71a9" + "reference": "96e0a4db7345088817d80463bf6d944b5408d3b0" }, "require": { "drupal/core": "^9 || ^10" @@ -18284,8 +17910,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta6+3-dev", - "datestamp": "1722015448", + "version": "8.x-1.0-beta5+6-dev", + "datestamp": "1702437628", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -18305,17 +17931,9 @@ "name": "gnuget", "homepage": "https://www.drupal.org/user/992990" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "ultrabob", - "homepage": "https://www.drupal.org/user/110463" } ], "description": "Provide workflow buttons for content moderation instead of a select dropdown of states. Button labels are taken from the transition names.", @@ -18365,17 +17983,9 @@ "name": "gnuget", "homepage": "https://www.drupal.org/user/992990" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "ultrabob", - "homepage": "https://www.drupal.org/user/110463" } ], "description": "Provides a trash (soft-delete) workflow which works well with (but does not require) Workflow buttons.", @@ -18390,10 +18000,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/wysiwyg_linebreaks.git", - "reference": "e5b669ddcbc7115e862f08b38e4f379f1e8f7c60" + "reference": "b21621d823865c28584dbe0f876a16e00d9050ee" }, "require": { - "drupal/core": "^9.3 || ^10 || ^11" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { @@ -18401,8 +18011,8 @@ "dev-2.0.x": "2.0.x-dev" }, "drupal": { - "version": "2.0.0+4-dev", - "datestamp": "1724196081", + "version": "2.0.0+1-dev", + "datestamp": "1672022257", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -18491,55 +18101,57 @@ }, { "name": "drush/drush", - "version": "12.5.3", + "version": "11.6.0", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6" + "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/7fe0a492d5126c457c5fb184c4668a132b0aaac6", - "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", + "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", "shasum": "" }, "require": { - "chi-teck/drupal-code-generator": "^3.0", - "composer-runtime-api": "^2.2", + "chi-teck/drupal-code-generator": "^2.4", "composer/semver": "^1.4 || ^3", - "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", + "consolidation/annotated-command": "^4.8.2", + "consolidation/config": "^2", + "consolidation/filter-via-dot-access-data": "^2", + "consolidation/robo": "^3.0.9 || ^4.0.1", + "consolidation/site-alias": "^3.1.6 || ^4", + "consolidation/site-process": "^4.1.3 || ^5", + "enlightn/security-checker": "^1", "ext-dom": "*", - "grasmash/yaml-cli": "^3.1", - "guzzlehttp/guzzle": "^7.0", - "league/container": "^4", - "php": ">=8.1", + "guzzlehttp/guzzle": "^6.5 || ^7.0", + "league/container": "^3.4 || ^4", + "php": ">=7.4", "psy/psysh": "~0.11", - "symfony/event-dispatcher": "^6", - "symfony/filesystem": "^6.1", - "symfony/finder": "^6", - "symfony/var-dumper": "^6.0", - "symfony/yaml": "^6.0", + "symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0", + "symfony/filesystem": "^4.4 || ^5.4 || ^6.1", + "symfony/finder": "^4.0 || ^5 || ^6", + "symfony/polyfill-php80": "^1.23", + "symfony/var-dumper": "^4.0 || ^5.0 || ^6.0", + "symfony/yaml": "^4.0 || ^5.0 || ^6.0", "webflo/drupal-finder": "^1.2" }, "conflict": { - "drupal/core": "< 10.0", + "drupal/core": "< 9.2", "drupal/migrate_run": "*", "drupal/migrate_tools": "<= 5" }, "require-dev": { - "composer/installers": "^2", + "composer/installers": "^1.7", "cweagans/composer-patches": "~1.0", - "drupal/core-recommended": "^10", + "david-garcia/phpwhois": "4.3.0", + "drupal/core-recommended": "^9 || ^10", "drupal/semver_example": "2.3.0", - "phpunit/phpunit": "^9", + "phpunit/phpunit": ">=7.5.20", "rector/rector": "^0.12", - "squizlabs/php_codesniffer": "^3.7" + "squizlabs/php_codesniffer": "^3.6", + "vlucas/phpdotenv": "^2.4", + "yoast/phpunit-polyfills": "^0.2.0" }, "bin": [ "drush" @@ -18553,23 +18165,23 @@ "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/contrib/{$name}": [ - "type:drupal-theme" + "sut/themes/unish/{$name}": [ + "drupal/empty_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" ] } }, @@ -18621,9 +18233,8 @@ "support": { "forum": "http://drupal.stackexchange.com/questions/tagged/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/12.5.3" + "source": "https://github.com/drush-ops/drush/tree/11.6.0" }, "funding": [ { @@ -18631,27 +18242,27 @@ "type": "github" } ], - "time": "2024-08-02T11:57:29+00:00" + "time": "2023-06-06T18:46:18+00:00" }, { "name": "drutopia/drutopia", "version": "2.0.x-dev", "source": { "type": "git", - "url": "https://gitlab.com/drutopia/drutopia.git", - "reference": "2192b03e0c0dba53dd1181c19c5c3c3ece643ba6" + "url": "git@gitlab.com:drutopia/drutopia.git", + "reference": "04f95b36c8fb2a227fd4bf4526566feacb1dd81b" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=2192b03e0c0dba53dd1181c19c5c3c3ece643ba6", - "reference": "2192b03e0c0dba53dd1181c19c5c3c3ece643ba6", + "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=04f95b36c8fb2a227fd4bf4526566feacb1dd81b", + "reference": "04f95b36c8fb2a227fd4bf4526566feacb1dd81b", "shasum": "" }, "require": { "cweagans/composer-patches": "^1", "drupal/antibot": "^2", "drupal/block_visibility_groups": "^2", - "drupal/bulma_components": "^1", + "drupal/bulma_components": "^1.0@alpha", "drupal/config_actions_provider": "^1", "drupal/config_sync": "^3", "drupal/config_update": "^2", @@ -18675,19 +18286,19 @@ "drupal/drutopia_social": "^2", "drupal/drutopia_storyline": "^2", "drupal/drutopia_user": "^2", - "drupal/eu_cookie_compliance": "^1", + "drupal/eu_cookie_compliance": "^1.9", "drupal/features": "^3", - "drupal/gdpr": "^3", - "drupal/gin": "^4", - "drupal/gin_toolbar": "^2", - "drupal/honeypot": "^2", - "drupal/menu_block": "^1", + "drupal/gdpr": "^3.0@alpha", + "drupal/gin": "^3.0", + "drupal/gin_toolbar": "^1.0@beta", + "drupal/honeypot": "^2.0", + "drupal/menu_block": "^1.6", "drupal/octavia": "^2", - "drupal/paranoia": "^1", + "drupal/paranoia": "^1.0-rc1", "drupal/riddler": "^3", "drupal/subprofiles": "^2", - "drupal/twigsuggest": "^2", - "drupal/yaml_content": "^1", + "drupal/twigsuggest": "^1.0", + "drupal/yaml_content": "^1.0-alpha7", "geeks4change/composer-pin": "*" }, "require-dev": { @@ -18702,31 +18313,27 @@ }, "type": "drupal-profile", "extra": { - "patches": { - "drupal/ds": { - "Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch" - }, - "drupal/core": { - "Invoke hook after a site install is complete": "https://git.drupalcode.org/project/drupal/-/merge_requests/1512.diff" - } - }, "drupal-scaffold": { "locations": { "web-root": "web/" } }, - "enable-patching": true + "enable-patching": true, + "patches": { + "drupal/core": { + "Invoke hook after a site install is complete": "https://git.drupalcode.org/project/drupal/-/merge_requests/1512.diff" + }, + "drupal/ds": { + "Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch" + } + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.", - "support": { - "issues": "https://gitlab.com/drutopia/drutopia/-/issues", - "source": "https://gitlab.com/drutopia/drutopia/-/tree/2.0.x" - }, - "time": "2025-02-07T15:24:33+00:00" + "time": "2023-11-30T23:44:28+00:00" }, { "name": "easyrdf/easyrdf", @@ -18805,16 +18412,16 @@ }, { "name": "egulias/email-validator", - "version": "4.0.3", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "b115554301161fa21467629f1e1391c1936de517" + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517", - "reference": "b115554301161fa21467629f1e1391c1936de517", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", "shasum": "" }, "require": { @@ -18860,7 +18467,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/4.0.3" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" }, "funding": [ { @@ -18868,24 +18475,90 @@ "type": "github" } ], - "time": "2024-12-27T00:36:43+00:00" + "time": "2023-10-06T06:47:41+00:00" }, { - "name": "ezyang/htmlpurifier", - "version": "v4.18.0", + "name": "enlightn/security-checker", + "version": "v1.11.0", "source": { "type": "git", - "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "cb56001e54359df7ae76dc522d08845dc741621b" + "url": "https://github.com/enlightn/security-checker.git", + "reference": "68df5c7256c84b428bf8fcff0d249de06ce362d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", - "reference": "cb56001e54359df7ae76dc522d08845dc741621b", + "url": "https://api.github.com/repos/enlightn/security-checker/zipball/68df5c7256c84b428bf8fcff0d249de06ce362d2", + "reference": "68df5c7256c84b428bf8fcff0d249de06ce362d2", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + "ext-json": "*", + "guzzlehttp/guzzle": "^6.3|^7.0", + "php": ">=5.6", + "symfony/console": "^3.4|^4|^5|^6|^7", + "symfony/finder": "^3|^4|^5|^6|^7", + "symfony/process": "^3.4|^4|^5|^6|^7", + "symfony/yaml": "^3.4|^4|^5|^6|^7" + }, + "require-dev": { + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^2.18|^3.0", + "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.11.0" + }, + "time": "2023-11-17T07:53:29+00:00" + }, + { + "name": "ezyang/htmlpurifier", + "version": "v4.17.0", + "source": { + "type": "git", + "url": "https://github.com/ezyang/htmlpurifier.git", + "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "shasum": "" + }, + "require": { + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -18927,72 +18600,9 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" }, - "time": "2024-11-01T03:51:45+00:00" - }, - { - "name": "fakerphp/faker", - "version": "v1.24.1", - "source": { - "type": "git", - "url": "https://github.com/FakerPHP/Faker.git", - "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", - "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", - "shasum": "" - }, - "require": { - "php": "^7.4 || ^8.0", - "psr/container": "^1.0 || ^2.0", - "symfony/deprecation-contracts": "^2.2 || ^3.0" - }, - "conflict": { - "fzaninotto/faker": "*" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "doctrine/persistence": "^1.3 || ^2.0", - "ext-intl": "*", - "phpunit/phpunit": "^9.5.26", - "symfony/phpunit-bridge": "^5.4.16" - }, - "suggest": { - "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", - "ext-curl": "Required by Faker\\Provider\\Image to download images.", - "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", - "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", - "ext-mbstring": "Required for multibyte Unicode string functionality." - }, - "type": "library", - "autoload": { - "psr-4": { - "Faker\\": "src/Faker/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "François Zaninotto" - } - ], - "description": "Faker is a PHP library that generates fake data for you.", - "keywords": [ - "data", - "faker", - "fixtures" - ], - "support": { - "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1" - }, - "time": "2024-11-21T13:46:39+00:00" + "time": "2023-11-17T15:01:25+00:00" }, { "name": "geeks4change/composer-pin", @@ -19037,24 +18647,24 @@ }, { "name": "graham-campbell/result-type", - "version": "v1.1.3", + "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "3ba905c11371512af9d9bdd27d99b782216b6945" + "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", - "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862", + "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.3" + "phpoption/phpoption": "^1.9.2" }, "require-dev": { - "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" + "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" }, "type": "library", "autoload": { @@ -19083,7 +18693,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2" }, "funding": [ { @@ -19095,20 +18705,20 @@ "type": "tidelift" } ], - "time": "2024-07-20T21:45:45+00:00" + "time": "2023-11-12T22:16:48+00:00" }, { "name": "grasmash/expander", - "version": "3.0.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4" + "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/eea11b9afb0c32483b18b9009f4ca07b770e39f4", - "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4", + "url": "https://api.github.com/repos/grasmash/expander/zipball/bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", + "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", "shasum": "" }, "require": { @@ -19145,148 +18755,28 @@ "description": "Expands internal property references in PHP arrays file.", "support": { "issues": "https://github.com/grasmash/expander/issues", - "source": "https://github.com/grasmash/expander/tree/3.0.1" + "source": "https://github.com/grasmash/expander/tree/3.0.0" }, - "time": "2024-11-25T23:28:05+00:00" - }, - { - "name": "grasmash/yaml-cli", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/grasmash/yaml-cli.git", - "reference": "09a8860566958a1576cc54bbe910a03477e54971" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/09a8860566958a1576cc54bbe910a03477e54971", - "reference": "09a8860566958a1576cc54bbe910a03477e54971", - "shasum": "" - }, - "require": { - "dflydev/dot-access-data": "^3", - "php": ">=8.0", - "symfony/console": "^6 || ^7", - "symfony/filesystem": "^6 || ^7", - "symfony/yaml": "^6 || ^7" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2", - "phpunit/phpunit": "^9", - "squizlabs/php_codesniffer": "^3.0" - }, - "bin": [ - "bin/yaml-cli" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Grasmash\\YamlCli\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Matthew Grasmick" - } - ], - "description": "A command line tool for reading and manipulating yaml files.", - "support": { - "issues": "https://github.com/grasmash/yaml-cli/issues", - "source": "https://github.com/grasmash/yaml-cli/tree/3.2.1" - }, - "time": "2024-04-23T02:10:57+00:00" - }, - { - "name": "gravitypdf/querypath", - "version": "4.1.0", - "source": { - "type": "git", - "url": "https://github.com/GravityPDF/querypath.git", - "reference": "32b08b5b5295fa3b84baeb91685c66ca86b1c591" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/GravityPDF/querypath/zipball/32b08b5b5295fa3b84baeb91685c66ca86b1c591", - "reference": "32b08b5b5295fa3b84baeb91685c66ca86b1c591", - "shasum": "" - }, - "require": { - "masterminds/html5": "^2.0", - "php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" - }, - "replace": { - "arthurkushman/query-path": "3.1.4", - "querypath/querypath": "3.0.5" - }, - "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "mockery/mockery": "^1.1", - "phpcompatibility/php-compatibility": "*", - "yoast/phpunit-polyfills": "^1.0" - }, - "type": "library", - "autoload": { - "files": [ - "src/qp_functions.php" - ], - "psr-4": { - "QueryPath\\": "src/", - "QueryPathTests\\": "tests/QueryPath/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.3 support", - "homepage": "https://github.com/gravitypdf/querypath", - "keywords": [ - "css", - "html", - "jquery", - "php", - "xml" - ], - "support": { - "forum": "https://github.com/gravitypdf/querypath/discussions", - "issues": "https://github.com/gravitypdf/querypath/issues", - "source": "https://github.com/gravitypdf/querypath" - }, - "funding": [ - { - "url": "https://www.paypal.com/donate/?hosted_button_id=VRUVBVM6BZPKN", - "type": "paypal" - } - ], - "time": "2025-02-04T05:00:04+00:00" + "time": "2022-05-10T13:14:49+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.9.2", + "version": "7.7.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "d281ed313b989f213357e3be1a179f02196ac99b" + "reference": "085b026db54d4b5012f727c80c9958e8b8cbc454" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", - "reference": "d281ed313b989f213357e3be1a179f02196ac99b", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/085b026db54d4b5012f727c80c9958e8b8cbc454", + "reference": "085b026db54d4b5012f727c80c9958e8b8cbc454", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0.3", - "guzzlehttp/psr7": "^2.7.0", + "guzzlehttp/promises": "^1.5.3 || ^2.0", + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -19295,11 +18785,11 @@ "psr/http-client-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", + "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", - "guzzle/client-integration-tests": "3.0.2", + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", "php-http/message-factory": "^1.1", - "phpunit/phpunit": "^8.5.39 || ^9.6.20", + "phpunit/phpunit": "^8.5.29 || ^9.5.23", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { @@ -19377,7 +18867,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.9.2" + "source": "https://github.com/guzzle/guzzle/tree/7.7.1" }, "funding": [ { @@ -19393,20 +18883,20 @@ "type": "tidelift" } ], - "time": "2024-07-24T11:22:20+00:00" + "time": "2023-08-27T10:02:06+00:00" }, { "name": "guzzlehttp/promises", - "version": "2.0.4", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", - "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", + "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", "shasum": "" }, "require": { @@ -19414,7 +18904,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" + "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "type": "library", "extra": { @@ -19460,7 +18950,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.4" + "source": "https://github.com/guzzle/promises/tree/2.0.2" }, "funding": [ { @@ -19476,20 +18966,20 @@ "type": "tidelift" } ], - "time": "2024-10-17T10:06:22+00:00" + "time": "2023-12-03T20:19:20+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.7.0", + "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" + "reference": "a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f", + "reference": "a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f", "shasum": "" }, "require": { @@ -19503,9 +18993,9 @@ "psr/http-message-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "0.9.0", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" + "bamarni/composer-bin-plugin": "^1.8.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -19576,7 +19066,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.7.0" + "source": "https://github.com/guzzle/psr7/tree/2.5.1" }, "funding": [ { @@ -19592,7 +19082,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T11:15:46+00:00" + "time": "2023-08-03T15:02:42+00:00" }, { "name": "indieauth/client", @@ -19793,16 +19283,16 @@ }, { "name": "johngrogg/ics-parser", - "version": "v3.4.1", + "version": "v3.3.1", "source": { "type": "git", "url": "https://github.com/u01jmg3/ics-parser.git", - "reference": "abb41a4a46256389aa4e6f582bad76f0d4cb3ebc" + "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/abb41a4a46256389aa4e6f582bad76f0d4cb3ebc", - "reference": "abb41a4a46256389aa4e6f582bad76f0d4cb3ebc", + "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/eeb51c4c0c06e6df3266f85ea774ca314536aba4", + "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4", "shasum": "" }, "require": { @@ -19845,7 +19335,7 @@ ], "support": { "issues": "https://github.com/u01jmg3/ics-parser/issues", - "source": "https://github.com/u01jmg3/ics-parser/tree/v3.4.1" + "source": "https://github.com/u01jmg3/ics-parser/tree/v3.3.1" }, "funding": [ { @@ -19853,7 +19343,7 @@ "type": "github" } ], - "time": "2024-06-26T08:18:40+00:00" + "time": "2023-10-10T09:58:49+00:00" }, { "name": "kwn/number-to-words", @@ -19910,33 +19400,33 @@ }, { "name": "laminas/laminas-escaper", - "version": "2.15.0", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "c612b0488ae486284c39885efca494c180f16351" + "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/c612b0488ae486284c39885efca494c180f16351", - "reference": "c612b0488ae486284c39885efca494c180f16351", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba", + "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba", "shasum": "" }, "require": { "ext-ctype": "*", "ext-mbstring": "*", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { - "infection/infection": "^0.27.11", - "laminas/laminas-coding-standard": "~3.0.1", + "infection/infection": "^0.27.0", + "laminas/laminas-coding-standard": "~2.5.0", "maglnet/composer-require-checker": "^3.8.0", - "phpunit/phpunit": "^9.6.22", - "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.26.1" + "phpunit/phpunit": "^9.6.7", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.9" }, "type": "library", "autoload": { @@ -19968,20 +19458,20 @@ "type": "community_bridge" } ], - "time": "2024-12-17T19:39:54+00:00" + "time": "2023-10-10T08:35:13+00:00" }, { "name": "laminas/laminas-feed", - "version": "2.23.0", + "version": "2.22.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", - "reference": "23807e692b3174750b426143bd93572b71b6739a" + "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/23807e692b3174750b426143bd93572b71b6739a", - "reference": "23807e692b3174750b426143bd93572b71b6739a", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/669792b819fca7274698147ad7a2ecc1b0a9b141", + "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141", "shasum": "" }, "require": { @@ -19989,24 +19479,24 @@ "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" + "php": "~8.1.0 || ~8.2.0 || ~8.3.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-cache": "^2.13.2 || ^3.11", + "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.2", "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", + "laminas/laminas-http": "^2.18", + "laminas/laminas-servicemanager": "^3.21.0", + "laminas/laminas-validator": "^2.38", + "phpunit/phpunit": "^10.3.1", + "psalm/plugin-phpunit": "^0.18.4", "psr/http-message": "^2.0", - "vimeo/psalm": "^5.18.0" + "vimeo/psalm": "^5.14.1" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", @@ -20048,34 +19538,34 @@ "type": "community_bridge" } ], - "time": "2024-10-09T10:53:30+00:00" + "time": "2023-10-11T20:16:37+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.20.0", + "version": "3.19.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4" + "reference": "6a192dd0882b514e45506f533b833b623b78fff3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/8974a1213be42c3e2f70b2c27b17f910291ab2f4", - "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3", + "reference": "6a192dd0882b514e45506f533b833b623b78fff3", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.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" + "laminas/laminas-coding-standard": "^2.5", + "phpbench/phpbench": "^1.2.15", + "phpunit/phpunit": "^10.5.8", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.20.0" }, "type": "library", "autoload": { @@ -20107,26 +19597,26 @@ "type": "community_bridge" } ], - "time": "2024-10-29T13:46:07+00:00" + "time": "2024-01-19T12:39:49+00:00" }, { "name": "laminas/laminas-xml", - "version": "1.7.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-xml.git", - "reference": "3a7850dec668a89807accfa4826a2ff11497fe74" + "reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/3a7850dec668a89807accfa4826a2ff11497fe74", - "reference": "3a7850dec668a89807accfa4826a2ff11497fe74", + "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/c35aab57d1d0a970b53965046d535b88c3dc8bea", + "reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea", "shasum": "" }, "require": { "ext-dom": "*", "ext-simplexml": "*", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "conflict": { "zendframework/zendxml": "*" @@ -20134,8 +19624,8 @@ "require-dev": { "ext-iconv": "*", "laminas/laminas-coding-standard": "~1.0.0", - "phpunit/phpunit": "^10.5.35 || ^11.4", - "squizlabs/php_codesniffer": "3.10.3 as 2.9999999.9999999" + "phpunit/phpunit": "^9.5.8", + "squizlabs/php_codesniffer": "3.6.1 as 2.9999999.9999999" }, "type": "library", "autoload": { @@ -20167,7 +19657,7 @@ "type": "community_bridge" } ], - "time": "2024-10-11T08:45:59+00:00" + "time": "2023-11-23T10:03:52+00:00" }, { "name": "lcobucci/clock", @@ -20404,16 +19894,16 @@ }, { "name": "league/container", - "version": "4.2.4", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "7ea728b013b9a156c409c6f0fc3624071b742dec" + "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/7ea728b013b9a156c409c6f0fc3624071b742dec", - "reference": "7ea728b013b9a156c409c6f0fc3624071b742dec", + "url": "https://api.github.com/repos/thephpleague/container/zipball/375d13cb828649599ef5d48a339c4af7a26cd0ab", + "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab", "shasum": "" }, "require": { @@ -20438,11 +19928,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-1.x": "1.x-dev", - "dev-2.x": "2.x-dev", - "dev-3.x": "3.x-dev", + "dev-master": "4.x-dev", "dev-4.x": "4.x-dev", - "dev-master": "4.x-dev" + "dev-3.x": "3.x-dev", + "dev-2.x": "2.x-dev", + "dev-1.x": "1.x-dev" } }, "autoload": { @@ -20474,7 +19964,7 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/4.2.4" + "source": "https://github.com/thephpleague/container/tree/4.2.0" }, "funding": [ { @@ -20482,42 +19972,44 @@ "type": "github" } ], - "time": "2024-11-10T12:42:13+00:00" + "time": "2021-11-16T10:29:06+00:00" }, { "name": "league/csv", - "version": "9.21.0", + "version": "9.15.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "72196d11ebba22d868954cb39c0c7346207430cc" + "reference": "fa7e2441c0bc9b2360f4314fd6c954f7ff40d435" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/72196d11ebba22d868954cb39c0c7346207430cc", - "reference": "72196d11ebba22d868954cb39c0c7346207430cc", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/fa7e2441c0bc9b2360f4314fd6c954f7ff40d435", + "reference": "fa7e2441c0bc9b2360f4314fd6c954f7ff40d435", "shasum": "" }, "require": { "ext-filter": "*", + "ext-json": "*", + "ext-mbstring": "*", "php": "^8.1.2" }, "require-dev": { + "doctrine/collections": "^2.1.4", "ext-dom": "*", "ext-xdebug": "*", - "friendsofphp/php-cs-fixer": "^3.64.0", - "phpbench/phpbench": "^1.3.1", - "phpstan/phpstan": "^1.12.11", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.1", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^10.5.16 || ^11.4.3", - "symfony/var-dumper": "^6.4.8 || ^7.1.8" + "friendsofphp/php-cs-fixer": "^v3.22.0", + "phpbench/phpbench": "^1.2.15", + "phpstan/phpstan": "^1.10.57", + "phpstan/phpstan-deprecation-rules": "^1.1.4", + "phpstan/phpstan-phpunit": "^1.3.15", + "phpstan/phpstan-strict-rules": "^1.5.2", + "phpunit/phpunit": "^10.5.9", + "symfony/var-dumper": "^6.4.2" }, "suggest": { "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", - "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters", - "ext-mbstring": "Needed to ease transcoding CSV using mb stream filters" + "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" }, "type": "library", "extra": { @@ -20530,7 +20022,7 @@ "src/functions_include.php" ], "psr-4": { - "League\\Csv\\": "src/" + "League\\Csv\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -20569,34 +20061,39 @@ "type": "github" } ], - "time": "2025-01-08T19:27:58+00:00" + "time": "2024-02-20T20:00:00+00:00" }, { "name": "league/oauth2-client", - "version": "2.8.0", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-client.git", - "reference": "3d5cf8d0543731dfb725ab30e4d7289891991e13" + "reference": "160d6274b03562ebeb55ed18399281d8118b76c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/3d5cf8d0543731dfb725ab30e4d7289891991e13", - "reference": "3d5cf8d0543731dfb725ab30e4d7289891991e13", + "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8", + "reference": "160d6274b03562ebeb55ed18399281d8118b76c8", "shasum": "" }, "require": { - "ext-json": "*", - "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", - "php": "^7.1 || >=8.0.0 <8.5.0" + "guzzlehttp/guzzle": "^6.0 || ^7.0", + "paragonie/random_compat": "^1 || ^2 || ^9.99", + "php": "^5.6 || ^7.0 || ^8.0" }, "require-dev": { "mockery/mockery": "^1.3.5", - "php-parallel-lint/php-parallel-lint": "^1.4", - "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11", - "squizlabs/php_codesniffer": "^3.11" + "php-parallel-lint/php-parallel-lint": "^1.3.1", + "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5", + "squizlabs/php_codesniffer": "^2.3 || ^3.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.0.x-dev" + } + }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" @@ -20632,9 +20129,9 @@ ], "support": { "issues": "https://github.com/thephpleague/oauth2-client/issues", - "source": "https://github.com/thephpleague/oauth2-client/tree/2.8.0" + "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0" }, - "time": "2024-12-11T05:05:52+00:00" + "time": "2023-04-16T18:19:15+00:00" }, { "name": "league/oauth2-facebook", @@ -20694,16 +20191,16 @@ }, { "name": "masterminds/html5", - "version": "2.9.0", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6" + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", - "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf", + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf", "shasum": "" }, "require": { @@ -20711,7 +20208,7 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8" }, "type": "library", "extra": { @@ -20755,22 +20252,22 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.9.0" + "source": "https://github.com/Masterminds/html5-php/tree/2.8.1" }, - "time": "2024-03-31T07:05:07+00:00" + "time": "2023-05-10T11:58:31+00:00" }, { "name": "mck89/peast", - "version": "v1.16.3", + "version": "v1.15.4", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", - "reference": "645ec21b650bc2aced18285c85f220d22afc1430" + "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mck89/peast/zipball/645ec21b650bc2aced18285c85f220d22afc1430", - "reference": "645ec21b650bc2aced18285c85f220d22afc1430", + "url": "https://api.github.com/repos/mck89/peast/zipball/1df4dc28a6b5bb7ab117ab073c1712256e954e18", + "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18", "shasum": "" }, "require": { @@ -20783,7 +20280,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.16.3-dev" + "dev-master": "1.15.4-dev" } }, "autoload": { @@ -20804,9 +20301,9 @@ "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.16.3" + "source": "https://github.com/mck89/peast/tree/v1.15.4" }, - "time": "2024-07-23T14:00:32+00:00" + "time": "2023-08-12T08:29:29+00:00" }, { "name": "mf2/mf2", @@ -20918,16 +20415,16 @@ }, { "name": "mikehaertl/php-tmpfile", - "version": "1.3.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/mikehaertl/php-tmpfile.git", - "reference": "a5392bed91f67e2849a7cb24075d346468e1b1a8" + "reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/a5392bed91f67e2849a7cb24075d346468e1b1a8", - "reference": "a5392bed91f67e2849a7cb24075d346468e1b1a8", + "url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/70a5b70b17bc0d9666388e6a551ecc93d0b40a10", + "reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10", "shasum": "" }, "require-dev": { @@ -20956,9 +20453,9 @@ ], "support": { "issues": "https://github.com/mikehaertl/php-tmpfile/issues", - "source": "https://github.com/mikehaertl/php-tmpfile/tree/1.3.0" + "source": "https://github.com/mikehaertl/php-tmpfile/tree/1.2.1" }, - "time": "2024-10-14T16:12:48+00:00" + "time": "2021-03-01T18:26:25+00:00" }, { "name": "mikehaertl/phpwkhtmltopdf", @@ -21054,16 +20551,16 @@ }, { "name": "mpdf/mpdf", - "version": "v8.2.5", + "version": "v8.2.2", "source": { "type": "git", "url": "https://github.com/mpdf/mpdf.git", - "reference": "e175b05e3e00977b85feb96a8cccb174ac63621f" + "reference": "596a87b876d7793be7be060a8ac13424de120dd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mpdf/mpdf/zipball/e175b05e3e00977b85feb96a8cccb174ac63621f", - "reference": "e175b05e3e00977b85feb96a8cccb174ac63621f", + "url": "https://api.github.com/repos/mpdf/mpdf/zipball/596a87b876d7793be7be060a8ac13424de120dd5", + "reference": "596a87b876d7793be7be060a8ac13424de120dd5", "shasum": "" }, "require": { @@ -21073,7 +20570,7 @@ "mpdf/psr-log-aware-trait": "^2.0 || ^3.0", "myclabs/deep-copy": "^1.7", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", - "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "psr/http-message": "^1.0 || ^2.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "setasign/fpdi": "^2.1" @@ -21121,7 +20618,7 @@ "utf-8" ], "support": { - "docs": "https://mpdf.github.io", + "docs": "http://mpdf.github.io", "issues": "https://github.com/mpdf/mpdf/issues", "source": "https://github.com/mpdf/mpdf" }, @@ -21131,7 +20628,7 @@ "type": "custom" } ], - "time": "2024-11-18T15:30:42+00:00" + "time": "2023-11-07T13:52:14+00:00" }, { "name": "mpdf/psr-http-message-shim", @@ -21227,16 +20724,16 @@ }, { "name": "mtdowling/jmespath.php", - "version": "2.8.0", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/jmespath/jmespath.php.git", - "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc" + "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc", - "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc", + "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b", + "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b", "shasum": "" }, "require": { @@ -21253,7 +20750,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -21287,9 +20784,9 @@ ], "support": { "issues": "https://github.com/jmespath/jmespath.php/issues", - "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0" + "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0" }, - "time": "2024-09-04T18:46:31+00:00" + "time": "2023-08-25T10:54:48+00:00" }, { "name": "mtownsend/xml-to-array", @@ -21346,16 +20843,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.12.1", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", - "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", "shasum": "" }, "require": { @@ -21363,12 +20860,11 @@ }, "conflict": { "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3 <3.2.2" + "doctrine/common": "<2.13.3 || >=3,<3.2.2" }, "require-dev": { "doctrine/collections": "^1.6.8", "doctrine/common": "^2.13.3 || ^3.2.2", - "phpspec/prophecy": "^1.10", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", @@ -21394,7 +20890,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1" + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" }, "funding": [ { @@ -21402,31 +20898,29 @@ "type": "tidelift" } ], - "time": "2024-11-08T17:47:46+00:00" + "time": "2023-03-08T13:26:56+00:00" }, { "name": "nikic/php-parser", - "version": "v5.4.0", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "447a020a1f875a434d62f2a401f53b82a396e494" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", - "reference": "447a020a1f875a434d62f2a401f53b82a396e494", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { - "ext-ctype": "*", - "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.4" + "php": ">=7.0" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" @@ -21434,7 +20928,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "4.9-dev" } }, "autoload": { @@ -21458,22 +20952,22 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2024-12-30T11:07:19+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "p3k/http", - "version": "0.1.13", + "version": "0.1.12", "source": { "type": "git", "url": "https://github.com/aaronpk/p3k-http.git", - "reference": "ae4988ba19f4bc57ca3fe1f6dcd2087478fea53a" + "reference": "cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/ae4988ba19f4bc57ca3fe1f6dcd2087478fea53a", - "reference": "ae4988ba19f4bc57ca3fe1f6dcd2087478fea53a", + "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b", + "reference": "cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b", "shasum": "" }, "require": { @@ -21500,9 +20994,9 @@ "homepage": "https://github.com/aaronpk/p3k-http", "support": { "issues": "https://github.com/aaronpk/p3k-http/issues", - "source": "https://github.com/aaronpk/p3k-http/tree/0.1.13" + "source": "https://github.com/aaronpk/p3k-http/tree/0.1.12" }, - "time": "2024-10-20T19:46:46+00:00" + "time": "2021-10-12T14:12:29+00:00" }, { "name": "p3k/micropub", @@ -21764,20 +21258,21 @@ }, { "name": "p3k/xray", - "version": "v1.15.1", + "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/aaronpk/XRay.git", - "reference": "a4cda273d34c56317197511d0f4799f5f00465e9" + "reference": "ea1f054bdc1e1008fc064d7cb3d44352992eb03b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aaronpk/XRay/zipball/a4cda273d34c56317197511d0f4799f5f00465e9", - "reference": "a4cda273d34c56317197511d0f4799f5f00465e9", + "url": "https://api.github.com/repos/aaronpk/XRay/zipball/ea1f054bdc1e1008fc064d7cb3d44352992eb03b", + "reference": "ea1f054bdc1e1008fc064d7cb3d44352992eb03b", "shasum": "" }, "require": { "cebe/markdown": "^1.1.0", + "dg/twitter-php": "^3.0.0", "ezyang/htmlpurifier": "^4.10", "indieweb/link-rel-parser": "^0.1.0", "masterminds/html5": "^2.3", @@ -21809,9 +21304,9 @@ "homepage": "https://github.com/aaronpk/XRay", "support": { "issues": "https://github.com/aaronpk/XRay/issues", - "source": "https://github.com/aaronpk/XRay/tree/v1.15.1" + "source": "https://github.com/aaronpk/XRay/tree/v1.13.0" }, - "time": "2024-08-31T16:21:43+00:00" + "time": "2024-02-02T15:26:02+00:00" }, { "name": "paragonie/random_compat", @@ -21865,16 +21360,16 @@ }, { "name": "pear/archive_tar", - "version": "1.5.0", + "version": "1.4.14", "source": { "type": "git", "url": "https://github.com/pear/Archive_Tar.git", - "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602" + "reference": "4d761c5334c790e45ef3245f0864b8955c562caa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b439c859564f5cbb0f64ad6002d0afe84a889602", - "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa", + "reference": "4d761c5334c790e45ef3245f0864b8955c562caa", "shasum": "" }, "require": { @@ -21905,7 +21400,7 @@ "./" ], "license": [ - "BSD-2-Clause" + "BSD-3-Clause" ], "authors": [ { @@ -21931,7 +21426,17 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", "source": "https://github.com/pear/Archive_Tar" }, - "time": "2024-03-16T16:21:40+00:00" + "funding": [ + { + "url": "https://github.com/mrook", + "type": "github" + }, + { + "url": "https://www.patreon.com/michielrook", + "type": "patreon" + } + ], + "time": "2021-07-20T13:53:39+00:00" }, { "name": "pear/console_getopt", @@ -21986,16 +21491,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.16", + "version": "v1.10.14", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033" + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c0f51b45f50683bf5bbf558036854ebc9b54d033", - "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32", + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32", "shasum": "" }, "require": { @@ -22008,9 +21513,9 @@ }, "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ @@ -22031,7 +21536,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2024-11-24T22:27:58+00:00" + "time": "2023-11-26T16:15:38+00:00" }, { "name": "pear/pear_exception", @@ -22092,9 +21597,99 @@ }, "time": "2021-03-21T15:43:46+00:00" }, + { + "name": "phenx/php-font-lib", + "version": "0.5.6", + "source": { + "type": "git", + "url": "https://github.com/dompdf/php-font-lib.git", + "reference": "a1681e9793040740a405ac5b189275059e2a9863" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863", + "reference": "a1681e9793040740a405ac5b189275059e2a9863", + "shasum": "" + }, + "require": { + "ext-mbstring": "*" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6" + }, + "type": "library", + "autoload": { + "psr-4": { + "FontLib\\": "src/FontLib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + } + ], + "description": "A library to read, parse, export and make subsets of different types of font files.", + "homepage": "https://github.com/PhenX/php-font-lib", + "support": { + "issues": "https://github.com/dompdf/php-font-lib/issues", + "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6" + }, + "time": "2024-01-29T14:45:26+00:00" + }, + { + "name": "phenx/php-svg-lib", + "version": "0.5.2", + "source": { + "type": "git", + "url": "https://github.com/dompdf/php-svg-lib.git", + "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/732faa9fb4309221e2bd9b2fda5de44f947133aa", + "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": "^7.1 || ^8.0", + "sabberworm/php-css-parser": "^8.4" + }, + "require-dev": { + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Svg\\": "src/Svg" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "authors": [ + { + "name": "Fabien Ménager", + "email": "fabien.menager@gmail.com" + } + ], + "description": "A library to read, parse and export to PDF SVG files.", + "homepage": "https://github.com/PhenX/php-svg-lib", + "support": { + "issues": "https://github.com/dompdf/php-svg-lib/issues", + "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.2" + }, + "time": "2024-02-07T12:49:40+00:00" + }, { "name": "phootwork/collection", - "version": "v3.2.3", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/phootwork/collection.git", @@ -22143,22 +21738,22 @@ ], "support": { "issues": "https://github.com/phootwork/phootwork/issues", - "source": "https://github.com/phootwork/collection/tree/v3.2.3" + "source": "https://github.com/phootwork/collection/tree/v3.2.2" }, "time": "2022-08-27T12:51:24+00:00" }, { "name": "phootwork/lang", - "version": "v3.2.3", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/phootwork/lang.git", - "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e" + "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phootwork/lang/zipball/52ec8cce740ce1c424eef02f43b43d5ddfec7b5e", - "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e", + "url": "https://api.github.com/repos/phootwork/lang/zipball/baaf154ae7d521ebeee5e89105f5b12b0f234597", + "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597", "shasum": "" }, "require": { @@ -22192,22 +21787,22 @@ ], "support": { "issues": "https://github.com/phootwork/phootwork/issues", - "source": "https://github.com/phootwork/lang/tree/v3.2.3" + "source": "https://github.com/phootwork/lang/tree/v3.2.2" }, - "time": "2024-10-03T13:43:19+00:00" + "time": "2023-05-26T05:37:59+00:00" }, { "name": "phpoption/phpoption", - "version": "1.9.3", + "version": "1.9.2", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54" + "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54", - "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820", + "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820", "shasum": "" }, "require": { @@ -22215,13 +21810,13 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" + "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": false + "forward-command": true }, "branch-alias": { "dev-master": "1.9-dev" @@ -22257,7 +21852,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.3" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.2" }, "funding": [ { @@ -22269,7 +21864,7 @@ "type": "tidelift" } ], - "time": "2024-07-20T21:41:07+00:00" + "time": "2023-11-12T21:59:55+00:00" }, { "name": "phpowermove/docblock", @@ -22615,20 +22210,20 @@ }, { "name": "psr/http-factory", - "version": "1.1.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { - "php": ">=7.1", + "php": ">=7.0.0", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", @@ -22652,7 +22247,7 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", + "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -22664,9 +22259,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory" + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, - "time": "2024-04-15T12:06:14+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", @@ -22723,16 +22318,16 @@ }, { "name": "psr/log", - "version": "3.0.2", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", - "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", "shasum": "" }, "require": { @@ -22767,22 +22362,22 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.2" + "source": "https://github.com/php-fig/log/tree/3.0.0" }, - "time": "2024-09-11T13:17:53+00:00" + "time": "2021-07-14T16:46:02+00:00" }, { "name": "psy/psysh", - "version": "v0.12.7", + "version": "v0.12.0", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c" + "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/d73fa3c74918ef4522bb8a3bf9cab39161c4b57c", - "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d", + "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d", "shasum": "" }, "require": { @@ -22809,12 +22404,12 @@ ], "type": "library", "extra": { + "branch-alias": { + "dev-main": "0.12.x-dev" + }, "bamarni-bin": { "bin-links": false, "forward-command": false - }, - "branch-alias": { - "dev-main": "0.12.x-dev" } }, "autoload": { @@ -22846,9 +22441,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.7" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.0" }, - "time": "2024-12-10T01:58:33+00:00" + "time": "2023-12-20T15:28:09+00:00" }, { "name": "ralouphie/getallheaders", @@ -22896,24 +22491,24 @@ }, { "name": "sabberworm/php-css-parser", - "version": "v8.7.0", + "version": "v8.5.1", "source": { "type": "git", "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git", - "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf" + "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/f414ff953002a9b18e3a116f5e462c56f21237cf", - "reference": "f414ff953002a9b18e3a116f5e462c56f21237cf", + "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/4a3d572b0f8b28bb6fd016ae8bbfc445facef152", + "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152", "shasum": "" }, "require": { "ext-iconv": "*", - "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + "php": ">=5.6.20" }, "require-dev": { - "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.40" + "phpunit/phpunit": "^5.7.27" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS" @@ -22955,22 +22550,22 @@ ], "support": { "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues", - "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.7.0" + "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.5.1" }, - "time": "2024-10-27T17:38:32+00:00" + "time": "2024-02-15T16:41:13+00:00" }, { "name": "sebastian/diff", - "version": "4.0.6", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc" + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc", - "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", "shasum": "" }, "require": { @@ -23015,7 +22610,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6" + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" }, "funding": [ { @@ -23023,35 +22618,35 @@ "type": "github" } ], - "time": "2024-03-02T06:30:58+00:00" + "time": "2023-05-07T05:35:17+00:00" }, { "name": "setasign/fpdi", - "version": "v2.6.3", + "version": "v2.6.0", "source": { "type": "git", "url": "https://github.com/Setasign/FPDI.git", - "reference": "67c31f5e50c93c20579ca9e23035d8c540b51941" + "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Setasign/FPDI/zipball/67c31f5e50c93c20579ca9e23035d8c540b51941", - "reference": "67c31f5e50c93c20579ca9e23035d8c540b51941", + "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6db878129ec6c7e141316ee71872923e7f1b7ad", + "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad", "shasum": "" }, "require": { "ext-zlib": "*", - "php": "^7.1 || ^8.0" + "php": "^5.6 || ^7.0 || ^8.0" }, "conflict": { "setasign/tfpdf": "<1.31" }, "require-dev": { - "phpunit/phpunit": "^7", + "phpunit/phpunit": "~5.7", "setasign/fpdf": "~1.8.6", "setasign/tfpdf": "~1.33", "squizlabs/php_codesniffer": "^3.5", - "tecnickcom/tcpdf": "^6.2" + "tecnickcom/tcpdf": "~6.2" }, "suggest": { "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured." @@ -23087,7 +22682,7 @@ ], "support": { "issues": "https://github.com/Setasign/FPDI/issues", - "source": "https://github.com/Setasign/FPDI/tree/v2.6.3" + "source": "https://github.com/Setasign/FPDI/tree/v2.6.0" }, "funding": [ { @@ -23095,20 +22690,20 @@ "type": "tidelift" } ], - "time": "2025-02-05T13:22:35+00:00" + "time": "2023-12-11T16:03:32+00:00" }, { "name": "simshaun/recurr", - "version": "v5.0.3", + "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/simshaun/recurr.git", - "reference": "7b136768d64f257065e38a804ee6d2f9af6ba6d1" + "reference": "1aff62e6e0ee875b3f2487352542605123ee9172" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simshaun/recurr/zipball/7b136768d64f257065e38a804ee6d2f9af6ba6d1", - "reference": "7b136768d64f257065e38a804ee6d2f9af6ba6d1", + "url": "https://api.github.com/repos/simshaun/recurr/zipball/1aff62e6e0ee875b3f2487352542605123ee9172", + "reference": "1aff62e6e0ee875b3f2487352542605123ee9172", "shasum": "" }, "require": { @@ -23152,35 +22747,34 @@ ], "support": { "issues": "https://github.com/simshaun/recurr/issues", - "source": "https://github.com/simshaun/recurr/tree/v5.0.3" + "source": "https://github.com/simshaun/recurr/tree/v5.0.2" }, - "time": "2024-12-12T15:39:24+00:00" + "time": "2023-09-26T20:31:33+00:00" }, { "name": "softcreatr/jsonpath", - "version": "0.9.1", + "version": "0.8.3", "source": { "type": "git", "url": "https://github.com/SoftCreatR/JSONPath.git", - "reference": "272173a65fd16b25010dbd54d04dd34c0c5a8500" + "reference": "fc12dee0b46f3fa3a175c4051dbab60984acef4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SoftCreatR/JSONPath/zipball/272173a65fd16b25010dbd54d04dd34c0c5a8500", - "reference": "272173a65fd16b25010dbd54d04dd34c0c5a8500", + "url": "https://api.github.com/repos/SoftCreatR/JSONPath/zipball/fc12dee0b46f3fa3a175c4051dbab60984acef4b", + "reference": "fc12dee0b46f3fa3a175c4051dbab60984acef4b", "shasum": "" }, "require": { "ext-json": "*", - "php": "8.1 - 8.4" + "php": ">=8.0" }, "replace": { "flow/jsonpath": "*" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.58", - "phpunit/phpunit": "10 - 12", - "squizlabs/php_codesniffer": "^3.10" + "phpunit/phpunit": "^9.6", + "roave/security-advisories": "dev-latest" }, "type": "library", "autoload": { @@ -23223,7 +22817,7 @@ "type": "github" } ], - "time": "2024-06-01T09:15:21+00:00" + "time": "2023-08-17T20:14:00+00:00" }, { "name": "stella-maris/clock", @@ -23274,16 +22868,16 @@ }, { "name": "symfony/console", - "version": "v6.4.17", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "799445db3f15768ecc382ac5699e6da0520a0a04" + "reference": "6f69929b2421cf733a5b791dde3c3a2cfa6340cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04", - "reference": "799445db3f15768ecc382ac5699e6da0520a0a04", + "url": "https://api.github.com/repos/symfony/console/zipball/6f69929b2421cf733a5b791dde3c3a2cfa6340cd", + "reference": "6f69929b2421cf733a5b791dde3c3a2cfa6340cd", "shasum": "" }, "require": { @@ -23291,7 +22885,7 @@ "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/service-contracts": "^2.5|^3", - "symfony/string": "^5.4|^6.0|^7.0" + "symfony/string": "^5.4|^6.0" }, "conflict": { "symfony/dependency-injection": "<5.4", @@ -23305,16 +22899,12 @@ }, "require-dev": { "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" + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/lock": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -23348,7 +22938,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.17" + "source": "https://github.com/symfony/console/tree/v6.3.12" }, "funding": [ { @@ -23364,20 +22954,20 @@ "type": "tidelift" } ], - "time": "2024-12-07T12:07:30+00:00" + "time": "2024-01-23T16:21:43+00:00" }, { "name": "symfony/css-selector", - "version": "v6.4.13", + "version": "v6.4.3", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e" + "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/cb23e97813c5837a041b73a6d63a9ddff0778f5e", - "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/ee0f7ed5cf298cc019431bb3b3977ebc52b86229", + "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229", "shasum": "" }, "require": { @@ -23413,7 +23003,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.4.13" + "source": "https://github.com/symfony/css-selector/tree/v6.4.3" }, "funding": [ { @@ -23429,20 +23019,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2024-01-23T14:51:35+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.16", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8" + "reference": "3ca6c70bef0644be86d5acd962f11a6a6aa9382d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7a379d8871f6a36f01559c14e11141cc02eb8dc8", - "reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3ca6c70bef0644be86d5acd962f11a6a6aa9382d", + "reference": "3ca6c70bef0644be86d5acd962f11a6a6aa9382d", "shasum": "" }, "require": { @@ -23450,7 +23040,7 @@ "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/service-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^6.2.10|^7.0" + "symfony/var-exporter": "^6.2.10" }, "conflict": { "ext-psr": "<1.1|>=2", @@ -23464,9 +23054,9 @@ "symfony/service-implementation": "1.1|2.0|3.0" }, "require-dev": { - "symfony/config": "^6.1|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/yaml": "^5.4|^6.0|^7.0" + "symfony/config": "^6.1", + "symfony/expression-language": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -23494,7 +23084,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.4.16" + "source": "https://github.com/symfony/dependency-injection/tree/v6.3.12" }, "funding": [ { @@ -23510,20 +23100,20 @@ "type": "tidelift" } ], - "time": "2024-11-25T14:52:46+00:00" + "time": "2024-01-30T08:17:33+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.1", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" + "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", + "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", "shasum": "" }, "require": { @@ -23531,12 +23121,12 @@ }, "type": "library", "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -23561,7 +23151,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" }, "funding": [ { @@ -23577,20 +23167,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/dom-crawler", - "version": "v6.4.18", + "version": "v6.4.3", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "fd07959d3e8992795029bdab3605c2e8e895034e" + "reference": "6db31849011fefe091e94d0bb10cba26f7919894" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fd07959d3e8992795029bdab3605c2e8e895034e", - "reference": "fd07959d3e8992795029bdab3605c2e8e895034e", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6db31849011fefe091e94d0bb10cba26f7919894", + "reference": "6db31849011fefe091e94d0bb10cba26f7919894", "shasum": "" }, "require": { @@ -23628,7 +23218,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.4.18" + "source": "https://github.com/symfony/dom-crawler/tree/v6.4.3" }, "funding": [ { @@ -23644,35 +23234,34 @@ "type": "tidelift" } ], - "time": "2025-01-09T15:35:00+00:00" + "time": "2024-01-23T14:51:35+00:00" }, { "name": "symfony/error-handler", - "version": "v6.4.18", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "e8d3b5b1975e67812a54388b1ba8e9ec28eb770e" + "reference": "93a8400a7eaaaf385b2d6f71e30e064baa639629" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/e8d3b5b1975e67812a54388b1ba8e9ec28eb770e", - "reference": "e8d3b5b1975e67812a54388b1ba8e9ec28eb770e", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/93a8400a7eaaaf385b2d6f71e30e064baa639629", + "reference": "93a8400a7eaaaf385b2d6f71e30e064baa639629", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^1|^2|^3", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony/var-dumper": "^5.4|^6.0" }, "conflict": { - "symfony/deprecation-contracts": "<2.5", - "symfony/http-kernel": "<6.4" + "symfony/deprecation-contracts": "<2.5" }, "require-dev": { "symfony/deprecation-contracts": "^2.5|^3", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/serializer": "^5.4|^6.0|^7.0" + "symfony/http-kernel": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0" }, "bin": [ "Resources/bin/patch-type-declarations" @@ -23703,7 +23292,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.18" + "source": "https://github.com/symfony/error-handler/tree/v6.3.12" }, "funding": [ { @@ -23719,20 +23308,20 @@ "type": "tidelift" } ], - "time": "2025-01-06T09:38:16+00:00" + "time": "2024-01-23T14:35:58+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.4.13", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e" + "reference": "6e344ddd3c18c525b5e5a4e996f3debda48e3078" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e", - "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6e344ddd3c18c525b5e5a4e996f3debda48e3078", + "reference": "6e344ddd3c18c525b5e5a4e996f3debda48e3078", "shasum": "" }, "require": { @@ -23749,13 +23338,13 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "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/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", "symfony/service-contracts": "^2.5|^3", - "symfony/stopwatch": "^5.4|^6.0|^7.0" + "symfony/stopwatch": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -23783,7 +23372,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.13" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.12" }, "funding": [ { @@ -23799,20 +23388,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2024-01-23T14:35:58+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.5.1", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" + "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", - "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", + "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", "shasum": "" }, "require": { @@ -23821,12 +23410,12 @@ }, "type": "library", "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -23859,7 +23448,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0" }, "funding": [ { @@ -23875,20 +23464,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/filesystem", - "version": "v6.4.13", + "version": "v6.4.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3" + "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", - "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb", + "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb", "shasum": "" }, "require": { @@ -23896,9 +23485,6 @@ "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8" }, - "require-dev": { - "symfony/process": "^5.4|^6.4|^7.0" - }, "type": "library", "autoload": { "psr-4": { @@ -23925,7 +23511,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.13" + "source": "https://github.com/symfony/filesystem/tree/v6.4.3" }, "funding": [ { @@ -23941,20 +23527,20 @@ "type": "tidelift" } ], - "time": "2024-10-25T15:07:50+00:00" + "time": "2024-01-23T14:51:35+00:00" }, { "name": "symfony/finder", - "version": "v6.4.17", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7" + "reference": "11d736e97f116ac375a81f96e662911a34cd50ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", - "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", + "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce", + "reference": "11d736e97f116ac375a81f96e662911a34cd50ce", "shasum": "" }, "require": { @@ -23989,7 +23575,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.17" + "source": "https://github.com/symfony/finder/tree/v6.4.0" }, "funding": [ { @@ -24005,20 +23591,20 @@ "type": "tidelift" } ], - "time": "2024-12-29T13:51:37+00:00" + "time": "2023-10-31T17:30:12+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.4.18", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "d0492d6217e5ab48f51fca76f64cf8e78919d0db" + "reference": "3b72add708d48e8c08f7152df2d0b8d5303408fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0492d6217e5ab48f51fca76f64cf8e78919d0db", - "reference": "d0492d6217e5ab48f51fca76f64cf8e78919d0db", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3b72add708d48e8c08f7152df2d0b8d5303408fa", + "reference": "3b72add708d48e8c08f7152df2d0b8d5303408fa", "shasum": "" }, "require": { @@ -24028,17 +23614,17 @@ "symfony/polyfill-php83": "^1.27" }, "conflict": { - "symfony/cache": "<6.4.12|>=7.0,<7.1.5" + "symfony/cache": "<6.3" }, "require-dev": { "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" + "symfony/cache": "^6.3", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", + "symfony/mime": "^5.4|^6.0", + "symfony/rate-limiter": "^5.2|^6.0" }, "type": "library", "autoload": { @@ -24066,7 +23652,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.18" + "source": "https://github.com/symfony/http-foundation/tree/v6.3.12" }, "funding": [ { @@ -24082,29 +23668,29 @@ "type": "tidelift" } ], - "time": "2025-01-09T15:48:56+00:00" + "time": "2024-01-23T14:35:58+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.18", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7" + "reference": "f7d160e46a6e0d3183e7a3846d4e3b4d04d5898b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7", - "reference": "fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f7d160e46a6e0d3183e7a3846d4e3b4d04d5898b", + "reference": "f7d160e46a6e0d3183e7a3846d4e3b4d04d5898b", "shasum": "" }, "require": { "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/error-handler": "^6.3", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/http-foundation": "^6.3.4", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -24112,7 +23698,7 @@ "symfony/cache": "<5.4", "symfony/config": "<6.1", "symfony/console": "<5.4", - "symfony/dependency-injection": "<6.4", + "symfony/dependency-injection": "<6.3.4", "symfony/doctrine-bridge": "<5.4", "symfony/form": "<5.4", "symfony/http-client": "<5.4", @@ -24122,7 +23708,7 @@ "symfony/translation": "<5.4", "symfony/translation-contracts": "<2.5", "symfony/twig-bridge": "<5.4", - "symfony/validator": "<6.4", + "symfony/validator": "<5.4", "symfony/var-dumper": "<6.3", "twig/twig": "<2.13" }, @@ -24131,27 +23717,26 @@ }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "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/browser-kit": "^5.4|^6.0", + "symfony/clock": "^6.2", + "symfony/config": "^6.1", + "symfony/console": "^5.4|^6.0", + "symfony/css-selector": "^5.4|^6.0", + "symfony/dependency-injection": "^6.3.4", + "symfony/dom-crawler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.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/process": "^5.4|^6.0", + "symfony/property-access": "^5.4.5|^6.0.5", + "symfony/routing": "^5.4|^6.0", + "symfony/serializer": "^6.3", + "symfony/stopwatch": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.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", + "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^6.3", + "symfony/var-exporter": "^6.2", "twig/twig": "^2.13|^3.0.4" }, "type": "library", @@ -24180,7 +23765,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.18" + "source": "https://github.com/symfony/http-kernel/tree/v6.3.12" }, "funding": [ { @@ -24196,100 +23781,20 @@ "type": "tidelift" } ], - "time": "2025-01-29T07:25:58+00:00" - }, - { - "name": "symfony/mailer", - "version": "v6.4.18", - "source": { - "type": "git", - "url": "https://github.com/symfony/mailer.git", - "reference": "e93a6ae2767d7f7578c2b7961d9d8e27580b2b11" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/e93a6ae2767d7f7578c2b7961d9d8e27580b2b11", - "reference": "e93a6ae2767d7f7578c2b7961d9d8e27580b2b11", - "shasum": "" - }, - "require": { - "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.18" - }, - "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-01-24T15:27:15+00:00" + "time": "2024-01-30T20:05:26+00:00" }, { "name": "symfony/mime", - "version": "v6.4.18", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "917d77981eb1ea963608d5cda4d9c0cf72eaa68e" + "reference": "4b24dcaf8dfcd23fb7abb5b9df11e8c8093db68a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/917d77981eb1ea963608d5cda4d9c0cf72eaa68e", - "reference": "917d77981eb1ea963608d5cda4d9c0cf72eaa68e", + "url": "https://api.github.com/repos/symfony/mime/zipball/4b24dcaf8dfcd23fb7abb5b9df11e8c8093db68a", + "reference": "4b24dcaf8dfcd23fb7abb5b9df11e8c8093db68a", "shasum": "" }, "require": { @@ -24303,17 +23808,16 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<5.4", - "symfony/serializer": "<6.4.3|>7.0,<7.0.3" + "symfony/serializer": "<6.3.12|>=6.4,<6.4.3" }, "require-dev": { "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": "^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" + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/serializer": "~6.3.12|^6.4.3" }, "type": "library", "autoload": { @@ -24345,7 +23849,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.18" + "source": "https://github.com/symfony/mime/tree/v6.3.12" }, "funding": [ { @@ -24361,24 +23865,24 @@ "type": "tidelift" } ], - "time": "2025-01-23T13:10:52+00:00" + "time": "2024-01-30T08:17:33+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.31.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "provide": { "ext-ctype": "*" @@ -24388,9 +23892,12 @@ }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -24424,7 +23931,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" }, "funding": [ { @@ -24440,24 +23947,24 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.31.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956" + "reference": "927013f3aac555983a5059aada98e1907d842695" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956", - "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695", + "reference": "927013f3aac555983a5059aada98e1907d842695", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "provide": { "ext-iconv": "*" @@ -24467,9 +23974,12 @@ }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -24504,7 +24014,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0" }, "funding": [ { @@ -24520,33 +24030,36 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.31.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", - "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -24582,7 +24095,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" }, "funding": [ { @@ -24598,34 +24111,38 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.31.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" + "reference": "639084e360537a19f9ee352433b84ce831f3d2da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", - "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", + "reference": "639084e360537a19f9ee352433b84ce831f3d2da", "shasum": "" }, "require": { - "php": ">=7.2", - "symfony/polyfill-intl-normalizer": "^1.10" + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -24665,7 +24182,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" }, "funding": [ { @@ -24681,33 +24198,36 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.31.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "3833d7255cc303546435cb650316bff708a1c75c" + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", - "reference": "3833d7255cc303546435cb650316bff708a1c75c", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -24746,7 +24266,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" }, "funding": [ { @@ -24762,24 +24282,24 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.31.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "provide": { "ext-mbstring": "*" @@ -24789,9 +24309,12 @@ }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -24826,7 +24349,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" }, "funding": [ { @@ -24842,30 +24365,103 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "symfony/polyfill-php80", - "version": "v1.31.0", + "name": "symfony/polyfill-php72", + "version": "v1.29.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", + "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "type": "library", "extra": { "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + } + }, + "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.29.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-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -24906,7 +24502,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" }, "funding": [ { @@ -24922,30 +24518,30 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.31.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" + "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", + "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "type": "library", "extra": { "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -24982,7 +24578,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" }, "funding": [ { @@ -24998,30 +24594,34 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-php83", - "version": "v1.31.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" + "reference": "508c652ba3ccf69f8c97f251534f229791b52a57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", - "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/508c652ba3ccf69f8c97f251534f229791b52a57", + "reference": "508c652ba3ccf69f8c97f251534f229791b52a57", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1", + "symfony/polyfill-php80": "^1.14" }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -25030,10 +24630,7 @@ ], "psr-4": { "Symfony\\Polyfill\\Php83\\": "" - }, - "classmap": [ - "Resources/stubs" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -25058,7 +24655,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.27.0" }, "funding": [ { @@ -25074,20 +24671,20 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/process", - "version": "v6.4.15", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "3cb242f059c14ae08591c5c4087d1fe443564392" + "reference": "6c5eceb88510fc6ccd7044f2bacb21a3c0993882" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", - "reference": "3cb242f059c14ae08591c5c4087d1fe443564392", + "url": "https://api.github.com/repos/symfony/process/zipball/6c5eceb88510fc6ccd7044f2bacb21a3c0993882", + "reference": "6c5eceb88510fc6ccd7044f2bacb21a3c0993882", "shasum": "" }, "require": { @@ -25119,7 +24716,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.15" + "source": "https://github.com/symfony/process/tree/v6.3.12" }, "funding": [ { @@ -25135,42 +24732,46 @@ "type": "tidelift" } ], - "time": "2024-11-06T14:19:14+00:00" + "time": "2024-01-23T14:35:58+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v6.4.13", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec" + "reference": "28a732c05bbad801304ad5a5c674cf2970508993" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c9cf83326a1074f83a738fc5320945abf7fb7fec", - "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/28a732c05bbad801304ad5a5c674cf2970508993", + "reference": "28a732c05bbad801304ad5a5c674cf2970508993", "shasum": "" }, "require": { - "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" + "php": ">=7.2.5", + "psr/http-message": "^1.0 || ^2.0", + "symfony/http-foundation": "^5.4 || ^6.0" }, "require-dev": { "nyholm/psr7": "^1.1", - "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" + "psr/log": "^1.1 || ^2 || ^3", + "symfony/browser-kit": "^5.4 || ^6.0", + "symfony/config": "^5.4 || ^6.0", + "symfony/event-dispatcher": "^5.4 || ^6.0", + "symfony/framework-bundle": "^5.4 || ^6.0", + "symfony/http-kernel": "^5.4 || ^6.0", + "symfony/phpunit-bridge": "^6.2" + }, + "suggest": { + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" }, "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-main": "2.2-dev" + } + }, "autoload": { "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" @@ -25190,11 +24791,11 @@ }, { "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "homepage": "http://symfony.com/contributors" } ], "description": "PSR HTTP message bridge", - "homepage": "https://symfony.com", + "homepage": "http://symfony.com", "keywords": [ "http", "http-message", @@ -25202,7 +24803,8 @@ "psr-7" ], "support": { - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.13" + "issues": "https://github.com/symfony/psr-http-message-bridge/issues", + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.2.0" }, "funding": [ { @@ -25218,20 +24820,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2023-04-21T08:40:19+00:00" }, { "name": "symfony/routing", - "version": "v6.4.18", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "e9bfc94953019089acdfb9be51c1b9142c4afa68" + "reference": "c7a3dcdd44d14022bf0d9d27f14a7b238f7e3e85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/e9bfc94953019089acdfb9be51c1b9142c4afa68", - "reference": "e9bfc94953019089acdfb9be51c1b9142c4afa68", + "url": "https://api.github.com/repos/symfony/routing/zipball/c7a3dcdd44d14022bf0d9d27f14a7b238f7e3e85", + "reference": "c7a3dcdd44d14022bf0d9d27f14a7b238f7e3e85", "shasum": "" }, "require": { @@ -25247,11 +24849,11 @@ "require-dev": { "doctrine/annotations": "^1.12|^2", "psr/log": "^1|^2|^3", - "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" + "symfony/config": "^6.2", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -25285,7 +24887,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.18" + "source": "https://github.com/symfony/routing/tree/v6.3.12" }, "funding": [ { @@ -25301,20 +24903,20 @@ "type": "tidelift" } ], - "time": "2025-01-09T08:51:02+00:00" + "time": "2024-01-30T13:17:59+00:00" }, { "name": "symfony/serializer", - "version": "v6.4.18", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "6ad986f62276da4c8c69754decfaa445a89cb6e3" + "reference": "917d5ecbd6a7aece5b6a33c7aab82ee087d69803" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/6ad986f62276da4c8c69754decfaa445a89cb6e3", - "reference": "6ad986f62276da4c8c69754decfaa445a89cb6e3", + "url": "https://api.github.com/repos/symfony/serializer/zipball/917d5ecbd6a7aece5b6a33c7aab82ee087d69803", + "reference": "917d5ecbd6a7aece5b6a33c7aab82ee087d69803", "shasum": "" }, "require": { @@ -25330,32 +24932,28 @@ "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.12|^2", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", - "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" + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/filesystem": "^5.4|^6.0", + "symfony/form": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/property-access": "^5.4.26|^6.3", + "symfony/property-info": "^5.4.24|^6.2.11", + "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0", + "symfony/var-exporter": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -25383,7 +24981,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.18" + "source": "https://github.com/symfony/serializer/tree/v6.3.12" }, "funding": [ { @@ -25399,38 +24997,37 @@ "type": "tidelift" } ], - "time": "2025-01-28T18:47:02+00:00" + "time": "2024-01-30T08:17:33+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.5.1", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" + "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", - "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", + "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", "shasum": "" }, "require": { "php": ">=8.1", - "psr/container": "^1.1|^2.0", - "symfony/deprecation-contracts": "^2.5|^3" + "psr/container": "^2.0" }, "conflict": { "ext-psr": "<1.1|>=2" }, "type": "library", "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -25466,7 +25063,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/service-contracts/tree/v3.3.0" }, "funding": [ { @@ -25482,20 +25079,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/string", - "version": "v6.4.15", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f" + "reference": "bce75043af265dc8aca536a6ab1d6b3181763529" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f", - "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f", + "url": "https://api.github.com/repos/symfony/string/zipball/bce75043af265dc8aca536a6ab1d6b3181763529", + "reference": "bce75043af265dc8aca536a6ab1d6b3181763529", "shasum": "" }, "require": { @@ -25509,11 +25106,11 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { - "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/error-handler": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/intl": "^6.2", "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^5.4|^6.0|^7.0" + "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -25552,7 +25149,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.15" + "source": "https://github.com/symfony/string/tree/v6.3.12" }, "funding": [ { @@ -25568,20 +25165,20 @@ "type": "tidelift" } ], - "time": "2024-11-13T13:31:12+00:00" + "time": "2024-01-23T14:35:58+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.5.1", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "4667ff3bd513750603a09c8dedbea942487fb07c" + "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c", - "reference": "4667ff3bd513750603a09c8dedbea942487fb07c", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86", + "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86", "shasum": "" }, "require": { @@ -25589,12 +25186,12 @@ }, "type": "library", "extra": { - "thanks": { - "url": "https://github.com/symfony/contracts", - "name": "symfony/contracts" - }, "branch-alias": { - "dev-main": "3.5-dev" + "dev-main": "3.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -25630,7 +25227,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1" + "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0" }, "funding": [ { @@ -25646,20 +25243,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2023-05-30T17:17:10+00:00" }, { "name": "symfony/validator", - "version": "v6.4.18", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "ce20367d07b2592202e9c266b16a93fa50145207" + "reference": "5e3ac975cc36d22db979225c587eed3d1f172bb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/ce20367d07b2592202e9c266b16a93fa50145207", - "reference": "ce20367d07b2592202e9c266b16a93fa50145207", + "url": "https://api.github.com/repos/symfony/validator/zipball/5e3ac975cc36d22db979225c587eed3d1f172bb8", + "reference": "5e3ac975cc36d22db979225c587eed3d1f172bb8", "shasum": "" }, "require": { @@ -25678,27 +25275,27 @@ "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/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3", "symfony/yaml": "<5.4" }, "require-dev": { "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" + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/intl": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/translation": "^5.4.35|~6.3.12|^6.4.3", + "symfony/yaml": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -25706,8 +25303,7 @@ "Symfony\\Component\\Validator\\": "" }, "exclude-from-classmap": [ - "/Tests/", - "/Resources/bin/" + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -25727,7 +25323,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.18" + "source": "https://github.com/symfony/validator/tree/v6.3.12" }, "funding": [ { @@ -25743,20 +25339,20 @@ "type": "tidelift" } ], - "time": "2025-01-27T16:05:44+00:00" + "time": "2024-01-29T14:46:07+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.18", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "4ad10cf8b020e77ba665305bb7804389884b4837" + "reference": "5791cc448c78a1a7879812d8073cc6690286e488" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4ad10cf8b020e77ba665305bb7804389884b4837", - "reference": "4ad10cf8b020e77ba665305bb7804389884b4837", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/5791cc448c78a1a7879812d8073cc6690286e488", + "reference": "5791cc448c78a1a7879812d8073cc6690286e488", "shasum": "" }, "require": { @@ -25769,11 +25365,10 @@ }, "require-dev": { "ext-iconv": "*", - "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", + "symfony/console": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", "twig/twig": "^2.13|^3.0.4" }, "bin": [ @@ -25812,7 +25407,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.18" + "source": "https://github.com/symfony/var-dumper/tree/v6.3.12" }, "funding": [ { @@ -25828,30 +25423,27 @@ "type": "tidelift" } ], - "time": "2025-01-17T11:26:11+00:00" + "time": "2024-01-23T16:21:43+00:00" }, { "name": "symfony/var-exporter", - "version": "v6.4.13", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "0f605f72a363f8743001038a176eeb2a11223b51" + "reference": "ea6fe0e7d188f4b34c28a00d3f9a58ee33801a4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0f605f72a363f8743001038a176eeb2a11223b51", - "reference": "0f605f72a363f8743001038a176eeb2a11223b51", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ea6fe0e7d188f4b34c28a00d3f9a58ee33801a4b", + "reference": "ea6fe0e7d188f4b34c28a00d3f9a58ee33801a4b", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3" + "php": ">=8.1" }, "require-dev": { - "symfony/property-access": "^6.4|^7.0", - "symfony/serializer": "^6.4|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony/var-dumper": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -25889,7 +25481,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.4.13" + "source": "https://github.com/symfony/var-exporter/tree/v6.3.12" }, "funding": [ { @@ -25905,20 +25497,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2024-01-23T14:35:58+00:00" }, { "name": "symfony/yaml", - "version": "v6.4.18", + "version": "v6.3.12", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5" + "reference": "8ab9bb61e9b862c9b481af745ff163bc5e5e6246" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", - "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", + "url": "https://api.github.com/repos/symfony/yaml/zipball/8ab9bb61e9b862c9b481af745ff163bc5e5e6246", + "reference": "8ab9bb61e9b862c9b481af745ff163bc5e5e6246", "shasum": "" }, "require": { @@ -25930,7 +25522,7 @@ "symfony/console": "<5.4" }, "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0" + "symfony/console": "^5.4|^6.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -25961,7 +25553,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.18" + "source": "https://github.com/symfony/yaml/tree/v6.3.12" }, "funding": [ { @@ -25977,25 +25569,24 @@ "type": "tidelift" } ], - "time": "2025-01-07T09:44:41+00:00" + "time": "2024-01-23T14:35:58+00:00" }, { "name": "tecnickcom/tcpdf", - "version": "6.8.2", + "version": "6.6.5", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "f7a781073e1645062f163e058139e2f89355d420" + "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/f7a781073e1645062f163e058139e2f89355d420", - "reference": "f7a781073e1645062f163e058139e2f89355d420", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5fce932fcee4371865314ab7f6c0d85423c5c7ce", + "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce", "shasum": "" }, "require": { - "ext-curl": "*", - "php": ">=7.1.0" + "php": ">=5.3.0" }, "type": "library", "autoload": { @@ -26042,7 +25633,7 @@ ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.8.2" + "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.5" }, "funding": [ { @@ -26050,42 +25641,33 @@ "type": "custom" } ], - "time": "2025-01-26T14:03:12+00:00" + "time": "2023-09-06T15:09:26+00:00" }, { "name": "twig/twig", - "version": "v3.19.0", + "version": "v3.6.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e" + "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/d4f8c2b86374f08efc859323dbcd95c590f7124e", - "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", + "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", "shasum": "" }, "require": { - "php": ">=8.0.2", - "symfony/deprecation-contracts": "^2.5|^3", + "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php81": "^1.29" + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { - "phpstan/phpstan": "^2.0", "psr/container": "^1.0|^2.0", - "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0" + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "autoload": { - "files": [ - "src/Resources/core.php", - "src/Resources/debug.php", - "src/Resources/escaper.php", - "src/Resources/string_loader.php" - ], "psr-4": { "Twig\\": "src/" } @@ -26118,7 +25700,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.19.0" + "source": "https://github.com/twigphp/Twig/tree/v3.6.1" }, "funding": [ { @@ -26130,27 +25712,27 @@ "type": "tidelift" } ], - "time": "2025-01-29T07:06:14+00:00" + "time": "2023-06-08T12:52:13+00:00" }, { "name": "vlucas/phpdotenv", - "version": "v5.6.1", + "version": "v5.6.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2" + "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2", - "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", + "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", "shasum": "" }, "require": { "ext-pcre": "*", - "graham-campbell/result-type": "^1.1.3", + "graham-campbell/result-type": "^1.1.2", "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.3", + "phpoption/phpoption": "^1.9.2", "symfony/polyfill-ctype": "^1.24", "symfony/polyfill-mbstring": "^1.24", "symfony/polyfill-php80": "^1.24" @@ -26167,7 +25749,7 @@ "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": false + "forward-command": true }, "branch-alias": { "dev-master": "5.6-dev" @@ -26202,7 +25784,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0" }, "funding": [ { @@ -26214,7 +25796,7 @@ "type": "tidelift" } ], - "time": "2024-07-20T21:52:34+00:00" + "time": "2023-11-12T22:43:29+00:00" }, { "name": "wa72/htmlpagedom", @@ -26284,32 +25866,30 @@ }, { "name": "webflo/drupal-finder", - "version": "1.3.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/webflo/drupal-finder.git", - "reference": "73045060b0894c77962a10cff047f72872d8810c" + "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/73045060b0894c77962a10cff047f72872d8810c", - "reference": "73045060b0894c77962a10cff047f72872d8810c", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee", + "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee", "shasum": "" }, "require": { - "composer-runtime-api": "^2.2", - "php": ">=8.1" + "ext-json": "*" }, "require-dev": { "mikey179/vfsstream": "^1.6", - "phpunit/phpunit": "^10.4", - "symfony/process": "^6.4" + "phpunit/phpunit": "^4.8" }, "type": "library", "autoload": { - "psr-4": { - "DrupalFinder\\": "src/" - } + "classmap": [ + "src/DrupalFinder.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -26321,12 +25901,12 @@ "email": "florian@webflo.org" } ], - "description": "Helper class to locate a Drupal installation.", + "description": "Helper class to locate a Drupal installation from a given path.", "support": { "issues": "https://github.com/webflo/drupal-finder/issues", - "source": "https://github.com/webflo/drupal-finder/tree/1.3.1" + "source": "https://github.com/webflo/drupal-finder/tree/1.2.2" }, - "time": "2024-06-28T13:45:36+00:00" + "time": "2020-10-27T09:42:17+00:00" }, { "name": "webmozart/assert", @@ -26390,40 +25970,37 @@ "packages-dev": [ { "name": "behat/behat", - "version": "v3.18.1", + "version": "v3.14.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "4621239e20fa4bb1ae1df1b2235fc930e6b27a13" + "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/4621239e20fa4bb1ae1df1b2235fc930e6b27a13", - "reference": "4621239e20fa4bb1ae1df1b2235fc930e6b27a13", + "url": "https://api.github.com/repos/Behat/Behat/zipball/2a3832d9cb853a794af3a576f9e524ae460f3340", + "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340", "shasum": "" }, "require": { - "behat/gherkin": "^4.10.0", - "behat/transliterator": "^1.5", - "composer-runtime-api": "^2.2", - "composer/xdebug-handler": "^3.0", + "behat/gherkin": "^4.9.0", + "behat/transliterator": "^1.2", "ext-mbstring": "*", - "php": "8.1.* || 8.2.* || 8.3.* || 8.4.* ", + "php": "^7.2 || ^8.0", "psr/container": "^1.0 || ^2.0", - "symfony/config": "^5.4 || ^6.4 || ^7.0", - "symfony/console": "^5.4 || ^6.4 || ^7.0", - "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0", - "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0", - "symfony/translation": "^5.4 || ^6.4 || ^7.0", - "symfony/yaml": "^5.4 || ^6.4 || ^7.0" + "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/translation": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { - "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^9.6", - "sebastian/diff": "^4.0", - "symfony/polyfill-php84": "^1.31", - "symfony/process": "^5.4 || ^6.4 || ^7.0", - "vimeo/psalm": "^5.0" + "herrera-io/box": "~1.6.1", + "phpspec/prophecy": "^1.15", + "phpunit/phpunit": "^8.5 || ^9.0", + "symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "vimeo/psalm": "^4.8" }, "suggest": { "ext-dom": "Needed to output test results in JUnit format." @@ -26442,9 +26019,7 @@ "Behat\\Hook\\": "src/Behat/Hook/", "Behat\\Step\\": "src/Behat/Step/", "Behat\\Behat\\": "src/Behat/Behat/", - "Behat\\Config\\": "src/Behat/Config/", - "Behat\\Testwork\\": "src/Behat/Testwork/", - "Behat\\Transformation\\": "src/Behat/Transformation/" + "Behat\\Testwork\\": "src/Behat/Testwork/" } }, "notification-url": "https://packagist.org/downloads/", @@ -26459,7 +26034,7 @@ } ], "description": "Scenario-oriented BDD framework for PHP", - "homepage": "https://behat.org/", + "homepage": "http://behat.org/", "keywords": [ "Agile", "BDD", @@ -26476,31 +26051,31 @@ ], "support": { "issues": "https://github.com/Behat/Behat/issues", - "source": "https://github.com/Behat/Behat/tree/v3.18.1" + "source": "https://github.com/Behat/Behat/tree/v3.14.0" }, - "time": "2025-01-10T10:08:15+00:00" + "time": "2023-12-09T13:55:02+00:00" }, { "name": "behat/gherkin", - "version": "v4.11.0", + "version": "v4.9.0", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", - "reference": "32821a17b12620951e755b5d49328a6421a5b5b5" + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/32821a17b12620951e755b5d49328a6421a5b5b5", - "reference": "32821a17b12620951e755b5d49328a6421a5b5b5", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", "shasum": "" }, "require": { - "php": "8.1.* || 8.2.* || 8.3.* || 8.4.*" + "php": "~7.2|~8.0" }, "require-dev": { - "cucumber/cucumber": "dev-gherkin-24.1.0", - "phpunit/phpunit": "^9.6", - "symfony/yaml": "^5.4 || ^6.4 || ^7.0" + "cucumber/cucumber": "dev-gherkin-22.0.0", + "phpunit/phpunit": "~8|~9", + "symfony/yaml": "~3|~4|~5" }, "suggest": { "symfony/yaml": "If you want to parse features, represented in YAML files" @@ -26539,22 +26114,22 @@ ], "support": { "issues": "https://github.com/Behat/Gherkin/issues", - "source": "https://github.com/Behat/Gherkin/tree/v4.11.0" + "source": "https://github.com/Behat/Gherkin/tree/v4.9.0" }, - "time": "2024-12-06T10:07:25+00:00" + "time": "2021-10-12T13:05:09+00:00" }, { "name": "behat/mink", - "version": "v1.12.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a" + "reference": "d8527fdf8785aad38455fb426af457ab9937aece" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/7e4edec6c335937029cb3569ce7ef81182804d0a", - "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece", + "reference": "d8527fdf8785aad38455fb426af457ab9937aece", "shasum": "" }, "require": { @@ -26605,9 +26180,9 @@ ], "support": { "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.12.0" + "source": "https://github.com/minkphp/Mink/tree/v1.11.0" }, - "time": "2024-10-30T18:48:14+00:00" + "time": "2023-12-09T11:23:23+00:00" }, { "name": "behat/transliterator", @@ -26658,231 +26233,34 @@ }, "time": "2022-03-30T09:27:43+00:00" }, - { - "name": "composer/pcre", - "version": "3.3.2", - "source": { - "type": "git", - "url": "https://github.com/composer/pcre.git", - "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", - "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", - "shasum": "" - }, - "require": { - "php": "^7.4 || ^8.0" - }, - "conflict": { - "phpstan/phpstan": "<1.11.10" - }, - "require-dev": { - "phpstan/phpstan": "^1.12 || ^2", - "phpstan/phpstan-strict-rules": "^1 || ^2", - "phpunit/phpunit": "^8 || ^9" - }, - "type": "library", - "extra": { - "phpstan": { - "includes": [ - "extension.neon" - ] - }, - "branch-alias": { - "dev-main": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Composer\\Pcre\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "PCRE wrapping library that offers type-safe preg_* replacements.", - "keywords": [ - "PCRE", - "preg", - "regex", - "regular expression" - ], - "support": { - "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.3.2" - }, - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - }, - { - "url": "https://github.com/composer", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" - } - ], - "time": "2024-11-12T16:29:46+00:00" - }, - { - "name": "composer/xdebug-handler", - "version": "3.0.5", - "source": { - "type": "git", - "url": "https://github.com/composer/xdebug-handler.git", - "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", - "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", - "shasum": "" - }, - "require": { - "composer/pcre": "^1 || ^2 || ^3", - "php": "^7.2.5 || ^8.0", - "psr/log": "^1 || ^2 || ^3" - }, - "require-dev": { - "phpstan/phpstan": "^1.0", - "phpstan/phpstan-strict-rules": "^1.1", - "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Composer\\XdebugHandler\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "John Stevenson", - "email": "john-stevenson@blueyonder.co.uk" - } - ], - "description": "Restarts a process without Xdebug.", - "keywords": [ - "Xdebug", - "performance" - ], - "support": { - "irc": "ircs://irc.libera.chat:6697/composer", - "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" - }, - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - }, - { - "url": "https://github.com/composer", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" - } - ], - "time": "2024-05-06T16:37:16+00:00" - }, - { - "name": "dekor/php-array-table", - "version": "2.0", - "source": { - "type": "git", - "url": "https://github.com/deniskoronets/php-array-table.git", - "reference": "ca40b21ba84eee6a9658a33fc5f897d76baaf8e5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/deniskoronets/php-array-table/zipball/ca40b21ba84eee6a9658a33fc5f897d76baaf8e5", - "reference": "ca40b21ba84eee6a9658a33fc5f897d76baaf8e5", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=5.6.0" - }, - "require-dev": { - "phpunit/phpunit": "^10" - }, - "type": "library", - "autoload": { - "psr-4": { - "dekor\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Denis Koronets", - "email": "deniskoronets@woo.zp.ua", - "homepage": "https://woo.zp.ua/" - } - ], - "description": "PHP Library for printing associative arrays as text table (similar to mysql terminal console)", - "keywords": [ - "library", - "php" - ], - "support": { - "issues": "https://github.com/deniskoronets/php-array-table/issues", - "source": "https://github.com/deniskoronets/php-array-table/tree/2.0" - }, - "time": "2023-02-10T10:13:42+00:00" - }, { "name": "drupal/upgrade_status", - "version": "4.3.6", + "version": "4.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "4.3.6" + "reference": "4.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.3.6.zip", - "reference": "4.3.6", - "shasum": "8169732d814034f541238d67ba31300825a61aca" + "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.0.0.zip", + "reference": "4.0.0", + "shasum": "013afdb46a03c9db0119cb1ce60ca49631d64368" }, "require": { - "dekor/php-array-table": "^2.0", - "drupal/core": "^9 || ^10 || ^11", - "mglaman/phpstan-drupal": "^1.2.11", - "nikic/php-parser": "^4.0.0|^5.0.0", + "drupal/core": "^9 || ^10", + "mathieuviossat/arraytotexttable": "~1.0.0", + "mglaman/phpstan-drupal": "^1.0.0", + "nikic/php-parser": "^4.0.0", "phpstan/phpstan-deprecation-rules": "^1.0.0", - "symfony/process": "^3.4|^4.0|^5.0|^6.0|^7.0", + "symfony/process": "^3.4|^4.0|^5.0|^6.0", "webflo/drupal-finder": "^1.2" }, - "require-dev": { - "drush/drush": "^11|^12|^13" - }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.3.6", - "datestamp": "1729173427", + "version": "4.0.0", + "datestamp": "1678815090", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -26900,8 +26278,28 @@ ], "authors": [ { - "name": "gábor hojtsy", + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "Gábor Hojtsy", "homepage": "https://www.drupal.org/user/4166" + }, + { + "name": "herczogzoltan", + "homepage": "https://www.drupal.org/user/3528391" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "webchick", + "homepage": "https://www.drupal.org/user/24967" + }, + { + "name": "xjm", + "homepage": "https://www.drupal.org/user/65776" } ], "description": "Review Drupal major upgrade readiness of the environment and components of the site.", @@ -26911,35 +26309,234 @@ } }, { - "name": "mglaman/phpstan-drupal", - "version": "1.3.3", + "name": "laminas/laminas-servicemanager", + "version": "3.15.0", "source": { "type": "git", - "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "2a30d8d3ca170d86b1829e3cb8037ad87b82f20d" + "url": "https://github.com/laminas/laminas-servicemanager.git", + "reference": "65910ef6a8066b0369fab77fbec9e030be59c866" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/2a30d8d3ca170d86b1829e3cb8037ad87b82f20d", - "reference": "2a30d8d3ca170d86b1829e3cb8037ad87b82f20d", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/65910ef6a8066b0369fab77fbec9e030be59c866", + "reference": "65910ef6a8066b0369fab77fbec9e030be59c866", "shasum": "" }, "require": { - "php": "^8.1", + "composer-plugin-api": "^2.0", + "laminas/laminas-stdlib": "^3.2.1", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0", + "psr/container": "^1.1 || ^2.0.2" + }, + "conflict": { + "ext-psr": "*", + "laminas/laminas-code": "<3.3.1", + "zendframework/zend-code": "<3.3.1", + "zendframework/zend-servicemanager": "*" + }, + "provide": { + "psr/container-implementation": "^1.1 || ^2.0" + }, + "replace": { + "container-interop/container-interop": "^1.2.0" + }, + "require-dev": { + "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-container-config-test": "^0.6", + "mikey179/vfsstream": "^1.6.10@alpha", + "ocramius/proxy-manager": "^2.11", + "phpbench/phpbench": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5.5", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.8" + }, + "suggest": { + "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" + }, + "bin": [ + "bin/generate-deps-for-config-factory", + "bin/generate-factory-for-class" + ], + "type": "library", + "autoload": { + "files": [ + "src/autoload.php" + ], + "psr-4": { + "Laminas\\ServiceManager\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Factory-Driven Dependency Injection Container", + "homepage": "https://laminas.dev", + "keywords": [ + "PSR-11", + "dependency-injection", + "di", + "dic", + "laminas", + "service-manager", + "servicemanager" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-servicemanager/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-servicemanager/issues", + "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", + "source": "https://github.com/laminas/laminas-servicemanager" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2022-07-18T21:18:56+00:00" + }, + { + "name": "laminas/laminas-text", + "version": "2.9.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-text.git", + "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7", + "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7", + "shasum": "" + }, + "require": { + "laminas/laminas-servicemanager": "^3.4", + "laminas/laminas-stdlib": "^3.6", + "php": "^7.3 || ~8.0.0 || ~8.1.0" + }, + "conflict": { + "zendframework/zend-text": "*" + }, + "require-dev": { + "laminas/laminas-coding-standard": "~1.0.0", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Laminas\\Text\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Create FIGlets and text-based tables", + "homepage": "https://laminas.dev", + "keywords": [ + "laminas", + "text" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-text/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-text/issues", + "rss": "https://github.com/laminas/laminas-text/releases.atom", + "source": "https://github.com/laminas/laminas-text" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2021-09-02T16:50:53+00:00" + }, + { + "name": "mathieuviossat/arraytotexttable", + "version": "v1.0.9", + "source": { + "type": "git", + "url": "https://github.com/viossat/arraytotexttable.git", + "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", + "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", + "shasum": "" + }, + "require": { + "laminas/laminas-text": "^2.9", + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "MathieuViossat\\Util\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mathieu Viossat", + "email": "mathieu@viossat.fr", + "homepage": "https://viossat.fr" + } + ], + "description": "Display arrays in terminal", + "homepage": "https://github.com/viossat/arraytotexttable", + "keywords": [ + "array", + "ascii", + "table", + "terminal", + "text", + "unicode" + ], + "support": { + "issues": "https://github.com/viossat/arraytotexttable/issues", + "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.9" + }, + "time": "2022-08-30T15:33:10+00:00" + }, + { + "name": "mglaman/phpstan-drupal", + "version": "1.2.7", + "source": { + "type": "git", + "url": "https://github.com/mglaman/phpstan-drupal.git", + "reference": "32f79fcf48c74532014248687ae3850581a22416" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/32f79fcf48c74532014248687ae3850581a22416", + "reference": "32f79fcf48c74532014248687ae3850581a22416", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", "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.3.1" + "webflo/drupal-finder": "^1.2" }, "require-dev": { "behat/mink": "^1.8", "composer/installers": "^1.9", - "drupal/core-recommended": "^10", - "drush/drush": "^10.0 || ^11 || ^12 || ^13@beta", + "drupal/core-recommended": "^9.0", + "drush/drush": "^10.0 || ^11 || ^12", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^8.5 || ^9 || ^10 || ^11", + "phpunit/phpunit": "^8.5 || ^9", "slevomat/coding-standard": "^7.1", "squizlabs/php_codesniffer": "^3.3", "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0" @@ -26951,12 +26548,6 @@ }, "type": "phpstan-extension", "extra": { - "phpstan": { - "includes": [ - "extension.neon", - "rules.neon" - ] - }, "branch-alias": { "dev-main": "1.0-dev" }, @@ -26967,14 +26558,20 @@ "tests/fixtures/drupal/libraries/{$name}": [ "type:drupal-library" ], - "tests/fixtures/drupal/themes/contrib/{$name}": [ - "type:drupal-theme" - ], "tests/fixtures/drupal/modules/contrib/{$name}": [ "type:drupal-module" ], "tests/fixtures/drupal/profiles/contrib/{$name}": [ "type:drupal-profile" + ], + "tests/fixtures/drupal/themes/contrib/{$name}": [ + "type:drupal-theme" + ] + }, + "phpstan": { + "includes": [ + "extension.neon", + "rules.neon" ] } }, @@ -26996,7 +26593,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.3.3" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.7" }, "funding": [ { @@ -27012,20 +26609,20 @@ "type": "tidelift" } ], - "time": "2025-01-23T15:21:21+00:00" + "time": "2024-02-14T04:38:08+00:00" }, { "name": "phpstan/phpstan", - "version": "1.12.17", + "version": "1.10.59", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "7027b3b0270bf392de0cfba12825979768d728bf" + "reference": "e607609388d3a6d418a50a49f7940e8086798281" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7027b3b0270bf392de0cfba12825979768d728bf", - "reference": "7027b3b0270bf392de0cfba12825979768d728bf", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e607609388d3a6d418a50a49f7940e8086798281", + "reference": "e607609388d3a6d418a50a49f7940e8086798281", "shasum": "" }, "require": { @@ -27068,30 +26665,35 @@ { "url": "https://github.com/phpstan", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" } ], - "time": "2025-02-07T15:01:57+00:00" + "time": "2024-02-20T13:59:13+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.2.1", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82" + "reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa" }, "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/089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa", + "reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.12" + "phpstan/phpstan": "^1.10.3" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/phpstan-php-parser": "^1.1", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9.5" }, @@ -27115,22 +26717,22 @@ "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/1.1.4" }, - "time": "2024-09-11T15:52:35+00:00" + "time": "2023-08-05T09:02:04+00:00" }, { "name": "symfony/config", - "version": "v6.4.14", + "version": "v6.4.3", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "4e55e7e4ffddd343671ea972216d4509f46c22ef" + "reference": "206482ff3ed450495b1d5b7bad1bc3a852def96f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/4e55e7e4ffddd343671ea972216d4509f46c22ef", - "reference": "4e55e7e4ffddd343671ea972216d4509f46c22ef", + "url": "https://api.github.com/repos/symfony/config/zipball/206482ff3ed450495b1d5b7bad1bc3a852def96f", + "reference": "206482ff3ed450495b1d5b7bad1bc3a852def96f", "shasum": "" }, "require": { @@ -27176,7 +26778,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v6.4.14" + "source": "https://github.com/symfony/config/tree/v6.4.3" }, "funding": [ { @@ -27192,20 +26794,20 @@ "type": "tidelift" } ], - "time": "2024-11-04T11:33:53+00:00" + "time": "2024-01-29T13:26:27+00:00" }, { "name": "symfony/translation", - "version": "v6.4.13", + "version": "v6.4.3", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66" + "reference": "637c51191b6b184184bbf98937702bcf554f7d04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/bee9bfabfa8b4045a66bf82520e492cddbaffa66", - "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66", + "url": "https://api.github.com/repos/symfony/translation/zipball/637c51191b6b184184bbf98937702bcf554f7d04", + "reference": "637c51191b6b184184bbf98937702bcf554f7d04", "shasum": "" }, "require": { @@ -27271,7 +26873,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.4.13" + "source": "https://github.com/symfony/translation/tree/v6.4.3" }, "funding": [ { @@ -27287,16 +26889,27 @@ "type": "tidelift" } ], - "time": "2024-09-27T18:14:25+00:00" + "time": "2024-01-29T13:11:52+00:00" + } + ], + "aliases": [ + { + "package": "drupal/facets", + "version": "dev-3.0.x", + "alias": "2.0.x-dev", + "alias_normalized": "2.0.9999999.9999999-dev" } ], - "aliases": [], "minimum-stability": "dev", "stability-flags": { + "drupal/auto_entitylabel": 10, "drupal/drutopia_collection": 20, "drupal/drutopia_core": 20, "drupal/drutopia_organization": 20, "drupal/drutopia_site": 20, + "drupal/facets": 20, + "drupal/google_analytics": 20, + "drupal/inline_entity_form": 5, "drupal/menu_link_config": 15, "drupal/notfoundpassthrough": 20, "drupal/octavia": 20, diff --git a/config/asset_injector.css.grid_paragraph_image.yml b/config/asset_injector.css.grid_paragraph_image.yml deleted file mode 100644 index 89c619e..0000000 --- a/config/asset_injector.css.grid_paragraph_image.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 4807a852-0c98-4464-b94a-69f839b9f0c1 -langcode: en -status: true -dependencies: - module: - - block_visibility_groups -id: grid_paragraph_image -label: 'Grid paragraph image' -code: |- - .grid__item img { - width: 100%; - } -media: all -preprocess: true -conditions: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' -contexts: { } -conditions_require_all: true diff --git a/config/asset_injector.css.link.yml b/config/asset_injector.css.link.yml deleted file mode 100644 index 8f9e6f6..0000000 --- a/config/asset_injector.css.link.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: b490d3cf-656f-497d-a687-53f0df526053 -langcode: en -status: true -dependencies: - module: - - block_visibility_groups -id: link -label: Link -code: |- - a { - color: #3b5bdb; - } -media: all -preprocess: true -conditions: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' -contexts: { } -conditions_require_all: true diff --git a/config/asset_injector.css.preserve_footer_menu_on_small_screens.yml b/config/asset_injector.css.preserve_footer_menu_on_small_screens.yml deleted file mode 100644 index e256679..0000000 --- a/config/asset_injector.css.preserve_footer_menu_on_small_screens.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: b70d3331-6b4c-413a-8d0d-2fa0ace602f2 -langcode: en -status: true -dependencies: - module: - - block_visibility_groups -id: preserve_footer_menu_on_small_screens -label: 'Preserve footer menu on small screens' -code: |- - @media screen and (max-width: 768px) { - .is-hidden-mobile { - display: block !important; - } - } -media: all -preprocess: true -conditions: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' -contexts: { } -conditions_require_all: true diff --git a/config/asset_injector.css.purge_font_size_modifications.yml b/config/asset_injector.css.purge_font_size_modifications.yml deleted file mode 100644 index 5daae2c..0000000 --- a/config/asset_injector.css.purge_font_size_modifications.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: b1b17c5f-0612-4cca-888b-35f5d37a6915 -langcode: en -status: true -dependencies: - module: - - block_visibility_groups -id: purge_font_size_modifications -label: 'Purge font size modifications' -code: |- - .purge-child-class .is-medium { - font-size: 1rem; - } -media: all -preprocess: true -conditions: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' -contexts: { } -conditions_require_all: true diff --git a/config/asset_injector.css.remove_column_negative_margins.yml b/config/asset_injector.css.remove_column_negative_margins.yml deleted file mode 100644 index a98ef57..0000000 --- a/config/asset_injector.css.remove_column_negative_margins.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: f4f700e0-429a-48db-91b5-b52b42ee7223 -langcode: en -status: true -dependencies: - module: - - block_visibility_groups -id: remove_column_negative_margins -label: 'Remove column negative margins' -code: |- - .columns { - margin-left: 0; - margin-right: 0; - margin-top: 0; - } - - .columns:last-child { - margin-bottom: 0; - } -media: all -preprocess: true -conditions: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' -contexts: { } -conditions_require_all: true diff --git a/config/asset_injector.css.sticky_navbar.yml b/config/asset_injector.css.sticky_navbar.yml deleted file mode 100644 index 0015690..0000000 --- a/config/asset_injector.css.sticky_navbar.yml +++ /dev/null @@ -1,36 +0,0 @@ -uuid: 16f0e340-e8c1-42f3-8be8-e25b8f89cd3e -langcode: en -status: true -dependencies: - module: - - block_visibility_groups -id: sticky_navbar -label: 'Sticky navbar' -code: |- - .navbar { - position: sticky; - top: 0; - overflow-y: scroll; - max-height: 100vh; - } - - @media screen and (min-width: 1024px) { - .navbar { - overflow-y: inherit; - max-height: none; - } - } - - - .navbar-burger { - align-self: center; - } -media: all -preprocess: true -conditions: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' -contexts: { } -conditions_require_all: true diff --git a/config/asset_injector.css.unblock_mountain_banner.yml b/config/asset_injector.css.unblock_mountain_banner.yml deleted file mode 100644 index ac34fe1..0000000 --- a/config/asset_injector.css.unblock_mountain_banner.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: 7b0d066a-6392-417e-a874-24c44efa2ec7 -langcode: en -status: true -dependencies: - module: - - block_visibility_groups -id: unblock_mountain_banner -label: 'Unblock mountain banner' -code: |- - div.column:has(#block-octavia-mountainbanner) + div.column { - display: none; - } - - div.column:has(#block-octavia-mountainbanner) { - padding: 0.75rem 0; - } -media: all -preprocess: true -conditions: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' -contexts: { } -conditions_require_all: true diff --git a/config/autosave_form.settings.yml b/config/autosave_form.settings.yml index 9c6abe9..15b8142 100644 --- a/config/autosave_form.settings.yml +++ b/config/autosave_form.settings.yml @@ -1,6 +1,5 @@ _core: default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ -langcode: en interval: 60000 only_on_form_change: false active_on: diff --git a/config/block.block.home_page_feature.yml b/config/block.block.home_page_feature.yml index 3e4f59b..055a511 100644 --- a/config/block.block.home_page_feature.yml +++ b/config/block.block.home_page_feature.yml @@ -18,8 +18,8 @@ _core: default_config_hash: _nmlhOeWfOyaMIMAfKhf_LEJ4eG9vdXDTuogV7xjoDA id: home_page_feature theme: octavia -region: content_bottom -weight: -12 +region: content +weight: -14 provider: null plugin: 'block_content:2b547200-6da3-4608-aa40-b98a6bea4933' settings: diff --git a/config/block.block.octavia_account_menu.yml b/config/block.block.octavia_account_menu.yml index c1182aa..cd7df7e 100644 --- a/config/block.block.octavia_account_menu.yml +++ b/config/block.block.octavia_account_menu.yml @@ -1,6 +1,6 @@ uuid: 0cf4b034-7d19-41fd-bda3-7f230a3572e5 langcode: en -status: false +status: true dependencies: config: - system.menu.account diff --git a/config/block.block.octavia_branding.yml b/config/block.block.octavia_branding.yml index 605d27e..390848f 100644 --- a/config/block.block.octavia_branding.yml +++ b/config/block.block.octavia_branding.yml @@ -3,7 +3,6 @@ langcode: en status: true dependencies: module: - - block_visibility_groups - system theme: - octavia @@ -12,7 +11,7 @@ _core: id: octavia_branding theme: octavia region: navbar_branding -weight: -17 +weight: 0 provider: null plugin: system_branding_block settings: @@ -22,9 +21,5 @@ settings: provider: system use_site_logo: true use_site_name: true - use_site_slogan: false -visibility: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' + use_site_slogan: true +visibility: { } diff --git a/config/block.block.octavia_homeandbookinglinks.yml b/config/block.block.octavia_homeandbookinglinks.yml deleted file mode 100644 index c9442ba..0000000 --- a/config/block.block.octavia_homeandbookinglinks.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: a7461e9d-867c-40fa-a571-eb1f8b6d2a37 -langcode: en -status: true -dependencies: - content: - - 'block_content:basic:2163a919-d0d5-44c2-98dd-1ff7956f168b' - module: - - block_class - - block_content - - block_visibility_groups - theme: - - octavia -id: octavia_homeandbookinglinks -theme: octavia -region: footer -weight: 0 -provider: null -plugin: 'block_content:2163a919-d0d5-44c2-98dd-1ff7956f168b' -settings: - id: 'block_content:2163a919-d0d5-44c2-98dd-1ff7956f168b' - label: 'Home and Booking links' - label_display: '0' - provider: block_content - status: true - info: '' - view_mode: full -visibility: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' diff --git a/config/block.block.octavia_mountainbanner.yml b/config/block.block.octavia_mountainbanner.yml deleted file mode 100644 index cf34d01..0000000 --- a/config/block.block.octavia_mountainbanner.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 28dbe5e9-ec53-4d73-abed-a481d2c3b9ef -langcode: en -status: true -dependencies: - content: - - 'block_content:basic:99e0d113-4340-4cfb-b8d7-90ca6b79a651' - module: - - block_class - - block_content - - block_visibility_groups - theme: - - octavia -id: octavia_mountainbanner -theme: octavia -region: header -weight: -16 -provider: null -plugin: 'block_content:99e0d113-4340-4cfb-b8d7-90ca6b79a651' -settings: - id: 'block_content:99e0d113-4340-4cfb-b8d7-90ca6b79a651' - label: 'Mountain banner' - label_display: '0' - provider: block_content - status: true - info: '' - view_mode: full -visibility: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' diff --git a/config/block.block.octavia_page_title.yml b/config/block.block.octavia_page_title.yml index bc42539..df69982 100644 --- a/config/block.block.octavia_page_title.yml +++ b/config/block.block.octavia_page_title.yml @@ -2,9 +2,6 @@ uuid: 19b15e56-a362-4403-aae6-1a8b14c67b4e langcode: en status: true dependencies: - module: - - block_class - - block_visibility_groups theme: - octavia _core: @@ -12,7 +9,7 @@ _core: id: octavia_page_title theme: octavia region: header -weight: -15 +weight: 0 provider: null plugin: page_title_block settings: @@ -20,8 +17,4 @@ settings: label: 'Page title' label_display: '0' provider: core -visibility: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' +visibility: { } diff --git a/config/block.block.octavia_tourratesfooterblock.yml b/config/block.block.octavia_tourratesfooterblock.yml deleted file mode 100644 index 3a11817..0000000 --- a/config/block.block.octavia_tourratesfooterblock.yml +++ /dev/null @@ -1,34 +0,0 @@ -uuid: d460a99c-3297-44e2-ac8c-7f008ad88c24 -langcode: en -status: true -dependencies: - content: - - 'block_content:slide:e4459d36-277a-4d51-8b1b-64b798d11d20' - module: - - block_class - - block_content - - block_visibility_groups - theme: - - octavia -third_party_settings: - block_class: - classes: 'image is-fullwidth purge-child-class' -id: octavia_tourratesfooterblock -theme: octavia -region: content_bottom -weight: -10 -provider: null -plugin: 'block_content:e4459d36-277a-4d51-8b1b-64b798d11d20' -settings: - id: 'block_content:e4459d36-277a-4d51-8b1b-64b798d11d20' - label: 'Tour rates footer block' - label_display: '0' - provider: block_content - status: true - info: '' - view_mode: default -visibility: - condition_group: - id: condition_group - negate: false - block_visibility_group: '' diff --git a/config/block.block.views_block__article_block_promoted.yml b/config/block.block.views_block__article_block_promoted.yml index dabc9ab..d88b59f 100644 --- a/config/block.block.views_block__article_block_promoted.yml +++ b/config/block.block.views_block__article_block_promoted.yml @@ -15,7 +15,7 @@ _core: id: views_block__article_block_promoted theme: octavia region: content_bottom -weight: -11 +weight: -12 provider: null plugin: 'views_block:article-block_promoted' settings: diff --git a/config/block.block.views_block__blog_block_promoted.yml b/config/block.block.views_block__blog_block_promoted.yml index 2af4402..1c846d8 100644 --- a/config/block.block.views_block__blog_block_promoted.yml +++ b/config/block.block.views_block__blog_block_promoted.yml @@ -15,7 +15,7 @@ _core: id: views_block__blog_block_promoted theme: octavia region: content -weight: -13 +weight: -12 provider: null plugin: 'views_block:blog-block_promoted' settings: diff --git a/config/block.block.views_block__content_by_author_block_author.yml b/config/block.block.views_block__content_by_author_block_author.yml index 2b119f0..1e97250 100644 --- a/config/block.block.views_block__content_by_author_block_author.yml +++ b/config/block.block.views_block__content_by_author_block_author.yml @@ -15,7 +15,7 @@ _core: id: views_block__content_by_author_block_author theme: octavia region: content -weight: -11 +weight: -10 provider: null plugin: 'views_block:content_by_author-block_author' settings: diff --git a/config/block.block.views_block__related_content_block_related_content.yml b/config/block.block.views_block__related_content_block_related_content.yml index fe293c2..19c784f 100644 --- a/config/block.block.views_block__related_content_block_related_content.yml +++ b/config/block.block.views_block__related_content_block_related_content.yml @@ -15,7 +15,7 @@ _core: id: views_block__related_content_block_related_content theme: octavia region: content -weight: -12 +weight: -11 provider: null plugin: 'views_block:related_content-block_related_content' settings: diff --git a/config/block.block.views_block__resource_block_promoted.yml b/config/block.block.views_block__resource_block_promoted.yml new file mode 100644 index 0000000..7ee6e5d --- /dev/null +++ b/config/block.block.views_block__resource_block_promoted.yml @@ -0,0 +1,33 @@ +uuid: 85f5cd0f-5f12-4834-8f59-c5cce8c19e52 +langcode: en +status: true +dependencies: + config: + - block_visibility_groups.block_visibility_group.home_page + - views.view.resource + module: + - block_visibility_groups + - views + theme: + - octavia +_core: + default_config_hash: DI69rTS0Bj5-RjyySaiyHvjBZH04xxsO7tSJ0CVfVdU +id: views_block__resource_block_promoted +theme: octavia +region: content +weight: -13 +provider: null +plugin: 'views_block:resource-block_promoted' +settings: + id: 'views_block:resource-block_promoted' + label: '' + label_display: visible + provider: views + views_label: '' + items_per_page: none +visibility: + condition_group: + id: condition_group + negate: false + context_mapping: { } + block_visibility_group: home_page diff --git a/config/block_class.settings.yml b/config/block_class.settings.yml deleted file mode 100644 index 6658b1c..0000000 --- a/config/block_class.settings.yml +++ /dev/null @@ -1,26 +0,0 @@ -_core: - default_config_hash: u2wQ4ot4t4xKOJKWxoKwelgzx8j37Ve5SQ0qqxtVXlQ -langcode: en -maxlength_block_class_field: 255 -field_type: multiple_textfields -default_case: standard -block_classes_stored: - - image - - is-fullwidth - - purge-child-class -enable_attributes: true -enable_auto_complete: true -qty_classes_per_block: 10 -items_per_page: 50 -enable_special_chars: false -qty_attributes_per_block: 10 -enable_id_replacement: true -weight_attributes: 0 -weight_class: 0 -weight_id: 0 -filter_html_clean_css_identifier: '' -maxlength_attributes: 255 -maxlength_id: 255 -attribute_keys_stored: '[]' -attribute_value_stored: '[]' -attributes_inline: '[]' diff --git a/config/block_content.type.basic.yml b/config/block_content.type.basic.yml index 54e3f44..79ee5b3 100644 --- a/config/block_content.type.basic.yml +++ b/config/block_content.type.basic.yml @@ -6,5 +6,5 @@ _core: default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo id: basic label: 'Basic block' -revision: false +revision: 0 description: 'A basic block contains a title and a body.' diff --git a/config/block_content.type.slide.yml b/config/block_content.type.slide.yml index 983a0b2..a428ba0 100644 --- a/config/block_content.type.slide.yml +++ b/config/block_content.type.slide.yml @@ -6,5 +6,5 @@ _core: default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw id: slide label: Slide -revision: true +revision: 1 description: '' diff --git a/config/config_snapshot.snapshot.config_sync.module.block_class.yml b/config/config_snapshot.snapshot.config_sync.module.block_class.yml deleted file mode 100644 index 8b3a850..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.block_class.yml +++ /dev/null @@ -1,33 +0,0 @@ -uuid: e9d6d472-19ab-4318-a73b-13eaf68ab7e1 -langcode: en -status: true -dependencies: - module: - - block_class -id: config_sync.module.block_class -snapshotSet: config_sync -extensionType: module -extensionName: block_class -items: - - - collection: '' - name: block_class.settings - data: - default_case: standard - enable_attributes: true - enable_auto_complete: true - enable_id_replacement: true - enable_special_chars: false - field_type: multiple_textfields - filter_html_clean_css_identifier: '' - items_per_page: 50 - qty_attributes_per_block: 10 - qty_classes_per_block: 10 - maxlength_attributes: false - maxlength_block_class_field: 255 - maxlength_id: 255 - weight_attributes: 0 - weight_class: 0 - weight_id: 0 - _core: - default_config_hash: u2wQ4ot4t4xKOJKWxoKwelgzx8j37Ve5SQ0qqxtVXlQ diff --git a/config/config_snapshot.snapshot.config_sync.module.dblog.yml b/config/config_snapshot.snapshot.config_sync.module.dblog.yml deleted file mode 100644 index 94cd224..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.dblog.yml +++ /dev/null @@ -1,733 +0,0 @@ -uuid: 2712ff00-c8ab-4b48-a28a-d7cdf4402816 -langcode: en -status: true -dependencies: - module: - - dblog -id: config_sync.module.dblog -snapshotSet: config_sync -extensionType: module -extensionName: dblog -items: - - - collection: '' - name: dblog.settings - data: - row_limit: 1000 - _core: - default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 - - - collection: '' - name: views.view.watchdog - data: - langcode: en - status: true - dependencies: - module: - - dblog - - user - id: watchdog - label: Watchdog - module: views - description: 'Recent log messages' - tag: '' - base_table: watchdog - base_field: wid - display: - default: - id: default - display_title: Default - display_plugin: default - position: 0 - display_options: - title: 'Recent log messages' - fields: - nothing: - id: nothing - table: views - field: nothing - relationship: none - group_type: group - admin_label: Icon - plugin_id: custom - label: '' - exclude: false - alter: - alter_text: true - 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: 0 - 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: icon - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: false - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: false - wid: - id: wid - table: watchdog - field: wid - relationship: none - group_type: group - admin_label: '' - plugin_id: standard - label: WID - exclude: true - 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: 0 - 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 - severity: - id: severity - table: watchdog - field: severity - relationship: none - group_type: group - admin_label: '' - plugin_id: machine_name - label: Severity - exclude: true - 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: 0 - 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 - machine_name: false - type: - id: type - table: watchdog - field: type - relationship: none - group_type: group - admin_label: '' - plugin_id: standard - label: Type - 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: 0 - 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 - timestamp: - id: timestamp - table: watchdog - field: timestamp - 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: 0 - 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: '' - message: - id: message - table: watchdog - field: message - relationship: none - group_type: group - admin_label: '' - plugin_id: dblog_message - label: Message - exclude: false - alter: - alter_text: false - text: '' - make_link: true - path: 'admin/reports/dblog/event/{{ wid }}' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '{{ message }}' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 56 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: true - trim: true - preserve_tags: '' - html: true - 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 - replace_variables: true - name: - id: name - table: users_field_data - field: name - relationship: uid - group_type: group - admin_label: '' - entity_type: user - entity_field: name - plugin_id: field - label: User - 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: 0 - 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 - click_sort_column: value - type: user_name - settings: - link_to_entity: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - link: - id: link - table: watchdog - field: link - relationship: none - group_type: group - admin_label: '' - plugin_id: dblog_operations - label: Operations - 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: 0 - 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: mini - options: - offset: 0 - items_per_page: 50 - total_pages: null - id: 0 - tags: - next: ›› - previous: ‹‹ - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - exposed_form: - type: basic - options: - submit_button: Filter - reset_button: true - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: false - sort_asc_label: Asc - sort_desc_label: Desc - access: - type: perm - options: - perm: 'access site reports' - cache: - type: none - options: { } - empty: - area: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: 'No log messages available.' - plugin_id: text_custom - empty: true - content: 'No log messages available.' - tokenize: false - sorts: - wid: - id: wid - table: watchdog - field: wid - relationship: none - group_type: group - admin_label: '' - plugin_id: standard - order: DESC - expose: - label: '' - field_identifier: wid - exposed: false - arguments: { } - filters: - type: - id: type - table: watchdog - field: type - relationship: none - group_type: group - admin_label: '' - plugin_id: dblog_types - operator: in - value: { } - group: 1 - exposed: true - expose: - operator_id: type_op - label: Type - description: '' - use_operator: false - operator: type_op - operator_limit_selection: false - operator_list: { } - identifier: type - required: false - remember: false - multiple: true - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - reduce: false - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - severity: - id: severity - table: watchdog - field: severity - relationship: none - group_type: group - admin_label: '' - plugin_id: in_operator - operator: in - value: { } - group: 1 - exposed: true - expose: - operator_id: severity_op - label: Severity - description: '' - use_operator: false - operator: severity_op - operator_limit_selection: false - operator_list: { } - identifier: severity - required: false - remember: false - multiple: true - remember_roles: - authenticated: authenticated - anonymous: '0' - administrator: '0' - reduce: false - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - filter_groups: - operator: AND - groups: - 1: AND - style: - type: table - options: - grouping: { } - row_class: '{{ type }} {{ severity }}' - default_row_class: true - columns: - nothing: nothing - wid: wid - severity: severity - type: type - timestamp: timestamp - message: message - name: name - link: link - default: wid - info: - nothing: - align: '' - separator: '' - empty_column: false - responsive: priority-medium - wid: - sortable: false - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: priority-low - severity: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-low - type: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-medium - timestamp: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: priority-low - message: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - name: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-medium - link: - align: '' - separator: '' - empty_column: false - responsive: priority-low - override: true - sticky: false - summary: '' - empty_table: false - caption: '' - description: '' - row: - type: fields - query: - type: views_query - options: - query_comment: '' - disable_sql_rewrite: false - distinct: false - replica: false - query_tags: { } - relationships: - uid: - id: uid - table: watchdog - field: uid - relationship: none - group_type: group - admin_label: User - plugin_id: standard - required: false - css_class: admin-dblog - header: { } - footer: { } - display_extenders: { } - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - - user.permissions - tags: { } - page: - id: page - display_title: Page - display_plugin: page - position: 1 - display_options: - display_extenders: { } - path: admin/reports/dblog - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url - - url.query_args - - user.permissions - tags: { } - _core: - default_config_hash: j0txIxY4nkJT_dscmXckM-1vanygDkJAeHPawZKfyH0 diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia_core.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia_core.yml index be00afc..defcf90 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia_core.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia_core.yml @@ -2037,40 +2037,6 @@ items: field_type: file _core: default_config_hash: i0b97odFJz3_v7ctsvVTJCH3HXJVTjnrcfuONJU0J_o - - - collection: '' - name: field.field.paragraph.file.field_media_document - data: - langcode: en - status: true - dependencies: - config: - - field.storage.paragraph.field_media_document - - media.type.document - - paragraphs.paragraphs_type.file - id: paragraph.file.field_media_document - field_name: field_media_document - entity_type: paragraph - bundle: file - label: 'Media document' - description: '' - required: false - translatable: false - default_value: { } - default_value_callback: '' - settings: - handler: 'default:media' - handler_settings: - target_bundles: - document: document - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' - field_type: entity_reference - _core: - default_config_hash: eoQHtzdldkrpPMrpuPRq9I77Ijs0OXAQaIQ92_1qf7M - collection: '' name: field.field.paragraph.image.field_image @@ -2874,31 +2840,6 @@ items: custom_storage: false _core: default_config_hash: shpX7SN4SMQrtD1yinDZI59p7VHAGCVOs0P3E73LNyQ - - - collection: '' - name: field.storage.paragraph.field_media_document - data: - langcode: en - status: true - dependencies: - module: - - media - - paragraphs - id: paragraph.field_media_document - field_name: field_media_document - entity_type: paragraph - type: entity_reference - settings: - target_type: media - module: core - locked: false - cardinality: 1 - translatable: true - indexes: { } - persist_with_no_fields: false - custom_storage: false - _core: - default_config_hash: Ej3uljafrGXXa0IvQk8uAYRwNpUBEPyIBFSwEASXvjE - collection: '' name: field.storage.paragraph.field_media_image diff --git a/config/config_snapshot.snapshot.config_sync.module.linkit.yml b/config/config_snapshot.snapshot.config_sync.module.linkit.yml deleted file mode 100644 index 83667ad..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.linkit.yml +++ /dev/null @@ -1,57 +0,0 @@ -uuid: 2c3c776a-86ef-4fab-bc46-6174336b03c4 -langcode: en -status: true -dependencies: - module: - - linkit -id: config_sync.module.linkit -snapshotSet: config_sync -extensionType: module -extensionName: linkit -items: - - - collection: '' - name: image.style.linkit_result_thumbnail - data: - langcode: en - status: true - dependencies: { } - name: linkit_result_thumbnail - label: 'Linkit result thumbnail' - effects: - 2943df29-38ea-459c-ba1d-290489bb1807: - uuid: 2943df29-38ea-459c-ba1d-290489bb1807 - id: image_scale_and_crop - weight: 1 - data: - width: 50 - height: 50 - anchor: center-center - _core: - default_config_hash: PY0kMp7KIxvU4kBi5mcnD_DHTKUc1OkYCfaPliXjpa8 - - - collection: '' - name: linkit.linkit_profile.default - data: - langcode: en - status: true - dependencies: - module: - - node - id: default - label: Default - description: 'A default Linkit profile' - matchers: - 556010a3-e317-48b3-b4ed-854c10f4b950: - uuid: 556010a3-e317-48b3-b4ed-854c10f4b950 - id: 'entity:node' - weight: 0 - settings: - metadata: '[node:content-type:name] #[node:nid] | [node:created:medium] by [node:author]' - bundles: { } - group_by_bundle: false - include_unpublished: false - substitution_type: canonical - limit: 100 - _core: - default_config_hash: 0Jw_BFJCCtWk187tIYvME58VFpYwPaAdrc4eRtAyHH0 diff --git a/config/config_snapshot.snapshot.config_sync.module.notfoundpassthrough.yml b/config/config_snapshot.snapshot.config_sync.module.notfoundpassthrough.yml deleted file mode 100644 index a51dfab..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.notfoundpassthrough.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: 709cff5e-70e9-4185-9051-9b07cf4b3947 -langcode: en -status: true -dependencies: - module: - - notfoundpassthrough -id: config_sync.module.notfoundpassthrough -snapshotSet: config_sync -extensionType: module -extensionName: notfoundpassthrough -items: - - - collection: '' - name: notfoundpassthrough.settings - data: - langcode: en - servers: '' - search: '' - redirect: '' - site_404: '' - title: '404 - Page not found' - content: 'Page not found' - save_redirect: 0 - redirect_code: '302' - force_redirect_code: 0 - _core: - default_config_hash: 03kQa0BMwNSDV8ceb2SnCSEQRmeCqoEwbdtN-QZfBRY diff --git a/config/config_snapshot.snapshot.config_sync.module.simple_sitemap.yml b/config/config_snapshot.snapshot.config_sync.module.simple_sitemap.yml deleted file mode 100644 index 5ea07c8..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.simple_sitemap.yml +++ /dev/null @@ -1,103 +0,0 @@ -uuid: 12aadf90-d910-46d1-9af3-e72c9bb57a5e -langcode: en -status: true -dependencies: - module: - - simple_sitemap -id: config_sync.module.simple_sitemap -snapshotSet: config_sync -extensionType: module -extensionName: simple_sitemap -items: - - - collection: '' - name: simple_sitemap.custom_links.default - data: - links: - - - path: / - priority: '1.0' - changefreq: daily - _core: - default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw - - - collection: '' - name: simple_sitemap.settings - data: - max_links: 2000 - cron_generate: true - cron_generate_interval: 0 - generate_duration: 10000 - entities_per_queue_item: 50 - remove_duplicates: true - skip_untranslated: true - xsl: true - base_url: '' - default_variant: default - custom_links_include_images: false - disable_language_hreflang: false - hide_branding: false - excluded_languages: { } - enabled_entity_types: - - node - - taxonomy_term - - menu_link_content - _core: - default_config_hash: MUpaAk1hn-0Ph4OFw3DD_6gUF9KbGwxja9Y0qmampzo - - - collection: '' - name: simple_sitemap.sitemap.default - data: - id: default - label: Default - description: 'The default hreflang sitemap - lists URLs to be indexed by modern search engines.' - type: default_hreflang - weight: 0 - status: true - dependencies: - config: - - simple_sitemap.type.default_hreflang - _core: - default_config_hash: zHW-ZT11Lkf2zSRgisGKjgU7TzrNcT8_MwFeuVtl8O8 - - - collection: '' - name: simple_sitemap.sitemap.index - data: - id: index - label: 'Sitemap Index' - description: 'The sitemap index listing all other sitemaps - useful if there are at least two other sitemaps. In most cases this sitemap should be last in the generation queue and set as the default sitemap.' - type: index - weight: 1000 - status: false - dependencies: - config: - - simple_sitemap.type.index - _core: - default_config_hash: aJs7eKxEbjBloVrp0IuxQbeq25CNH0r9AhSS29kHFMw - - - collection: '' - name: simple_sitemap.type.default_hreflang - data: - id: default_hreflang - label: 'Default hreflang' - description: 'The default hreflang sitemap type. A sitemap of this type is understood by most modern search engines.' - sitemap_generator: default - url_generators: - - custom - - entity - - entity_menu_link_content - - arbitrary - _core: - default_config_hash: pYORFuFzL0b2FKevz6fSag1wOUNTthFPPLxZ18JB1t0 - - - collection: '' - name: simple_sitemap.type.index - data: - id: index - label: 'Sitemap Index' - description: 'The sitemap index sitemap type. A sitemap of this type lists sitemaps of all other types.' - sitemap_generator: index - url_generators: - - index - _core: - default_config_hash: pbgJrin6L7zsVEKS8oEDCYJPCzgu765iTGQh2GPX1no diff --git a/config/config_snapshot.snapshot.config_sync.module.simple_sitemap_engines.yml b/config/config_snapshot.snapshot.config_sync.module.simple_sitemap_engines.yml deleted file mode 100644 index 812d332..0000000 --- a/config/config_snapshot.snapshot.config_sync.module.simple_sitemap_engines.yml +++ /dev/null @@ -1,88 +0,0 @@ -uuid: 83681fa6-8f66-43d7-a964-ccb70b5bff8b -langcode: en -status: true -dependencies: - module: - - simple_sitemap_engines -id: config_sync.module.simple_sitemap_engines -snapshotSet: config_sync -extensionType: module -extensionName: simple_sitemap_engines -items: - - - collection: '' - name: simple_sitemap_engines.settings - data: - enabled: true - submission_interval: 24 - index_now_enabled: true - index_now_preferred_engine: '' - index_now_on_entity_save: false - _core: - default_config_hash: 33gg8hVdxE7nTswwBBOY_d2rH3XjAbBa4rw0XyMRh6Y - - - collection: '' - name: simple_sitemap_engines.simple_sitemap_engine.bing - data: - id: bing - label: Bing - url: null - index_now_url: 'https://www.bing.com/indexnow?url=[url]&key=[key]' - sitemap_variants: { } - _core: - default_config_hash: uOksGlB4ho0egmcvzWqkR0Gon2HxOILPRhHQYuvcQ_E - - - collection: '' - name: simple_sitemap_engines.simple_sitemap_engine.index_now - data: - id: index_now - label: IndexNow - url: null - index_now_url: 'https://api.indexnow.org/indexnow?url=[url]&key=[key]' - sitemap_variants: { } - _core: - default_config_hash: CEvRzshIbGfbSDdfC3_RrIcyIACFbQzIqPK0W2l0LpY - - - collection: '' - name: simple_sitemap_engines.simple_sitemap_engine.naver - data: - id: naver - label: Naver - url: null - index_now_url: 'https://searchadvisor.naver.com/indexnow?url=[url]&key=[key]' - sitemap_variants: { } - _core: - default_config_hash: oCsWl2tvWgytYORap-rUJCMkzKsFtICQt21uOtHGG_I - - - collection: '' - name: simple_sitemap_engines.simple_sitemap_engine.seznam - data: - id: seznam - label: Seznam - url: null - index_now_url: 'https://search.seznam.cz/indexnow?url=[url]&key=[key]' - sitemap_variants: { } - _core: - default_config_hash: VVUUpnJomJ_zAlrcmzQCTAVLNHiZWbw4-e4rdaLHic4 - - - collection: '' - name: simple_sitemap_engines.simple_sitemap_engine.yandex - data: - id: yandex - label: Yandex - url: null - index_now_url: 'https://yandex.com/indexnow?url=[url]&key=[key]' - sitemap_variants: { } - _core: - default_config_hash: H5rVsTF_mIRdWj_oH26Hcc-U8aT3HU8A_mjbkZ_D27s - - - collection: '' - name: simple_sitemap_engines.simple_sitemap_engine.yep - data: - id: yep - label: Yep - url: null - index_now_url: 'https://indexnow.yep.com/indexnow?url=[url]&key=[key]' - sitemap_variants: { } - _core: - default_config_hash: GtuDCiCWdrpa9bravGtmwQGVNTGToZx3RDZ5_IzS2Kk diff --git a/config/core.entity_form_display.paragraph.file.default.yml b/config/core.entity_form_display.paragraph.file.default.yml index bb4c1b1..3d3f5de 100644 --- a/config/core.entity_form_display.paragraph.file.default.yml +++ b/config/core.entity_form_display.paragraph.file.default.yml @@ -4,10 +4,9 @@ status: true dependencies: config: - field.field.paragraph.file.field_file - - field.field.paragraph.file.field_media_document - paragraphs.paragraphs_type.file module: - - media_library_media_modify + - file _core: default_config_hash: 47c_p3_AKkkCabhYVnOWmPVzSp8BmBg5ERP84VO4EM0 id: paragraph.file.default @@ -15,20 +14,14 @@ targetEntityType: paragraph bundle: file mode: default content: - field_media_document: - type: media_library_media_modify_widget + field_file: weight: 0 - region: content settings: - media_types: { } - form_mode: default - check_selected: false - replace_checkbox_by_order_indicator: false - multi_edit_on_create: false - no_edit_on_create: false + progress_indicator: throbber third_party_settings: { } + type: file_generic + region: content hidden: created: true - field_file: true status: true uid: true diff --git a/config/core.entity_form_mode.media.main.yml b/config/core.entity_form_mode.media.main.yml index fc39382..b4c73c1 100644 --- a/config/core.entity_form_mode.media.main.yml +++ b/config/core.entity_form_mode.media.main.yml @@ -8,6 +8,5 @@ _core: default_config_hash: ENk37W6NnKGWq84DwzIkfEhYQv_afN8gHHugUQi7jjs id: media.main label: Main -description: '' targetEntityType: media cache: true diff --git a/config/core.entity_form_mode.media.media_library.yml b/config/core.entity_form_mode.media.media_library.yml index 2721f56..afae378 100644 --- a/config/core.entity_form_mode.media.media_library.yml +++ b/config/core.entity_form_mode.media.media_library.yml @@ -11,6 +11,5 @@ _core: default_config_hash: Tdhz-aDHfDoV1Ul9umtItxGTrjkFzoNAkDw8FWXjYA0 id: media.media_library label: 'Media library' -description: '' targetEntityType: media cache: true diff --git a/config/core.entity_form_mode.user.register.yml b/config/core.entity_form_mode.user.register.yml index c340baa..fbfc7d5 100644 --- a/config/core.entity_form_mode.user.register.yml +++ b/config/core.entity_form_mode.user.register.yml @@ -8,6 +8,5 @@ _core: default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI id: user.register label: Register -description: '' targetEntityType: user cache: true diff --git a/config/core.entity_view_display.node.event.full.yml b/config/core.entity_view_display.node.event.full.yml index 11942d9..43197a7 100644 --- a/config/core.entity_view_display.node.event.full.yml +++ b/config/core.entity_view_display.node.event.full.yml @@ -77,7 +77,6 @@ content: timezone_override: '' format_type: long separator: '-' - from_to: both third_party_settings: { } weight: 1 region: left diff --git a/config/core.entity_view_display.node.event.micro.yml b/config/core.entity_view_display.node.event.micro.yml index 3c5b1aa..6883f1e 100644 --- a/config/core.entity_view_display.node.event.micro.yml +++ b/config/core.entity_view_display.node.event.micro.yml @@ -63,7 +63,6 @@ content: timezone_override: '' format_type: medium separator: '-' - from_to: both third_party_settings: { } weight: 1 region: ds_content diff --git a/config/core.entity_view_display.node.event.search_index.yml b/config/core.entity_view_display.node.event.search_index.yml index c00ce05..30d088c 100644 --- a/config/core.entity_view_display.node.event.search_index.yml +++ b/config/core.entity_view_display.node.event.search_index.yml @@ -69,7 +69,6 @@ content: timezone_override: '' date_format: 'Y-m-d\TH:i:s' separator: '-' - from_to: both third_party_settings: { } weight: 1 region: ds_content diff --git a/config/core.entity_view_display.node.event.teaser.yml b/config/core.entity_view_display.node.event.teaser.yml index fd1f1c1..86ea4a7 100644 --- a/config/core.entity_view_display.node.event.teaser.yml +++ b/config/core.entity_view_display.node.event.teaser.yml @@ -73,7 +73,6 @@ content: timezone_override: '' format_type: medium separator: '-' - from_to: both third_party_settings: { } weight: 2 region: right diff --git a/config/core.entity_view_display.paragraph.file.default.yml b/config/core.entity_view_display.paragraph.file.default.yml index 8a81472..4d15f2c 100644 --- a/config/core.entity_view_display.paragraph.file.default.yml +++ b/config/core.entity_view_display.paragraph.file.default.yml @@ -4,8 +4,9 @@ status: true dependencies: config: - field.field.paragraph.file.field_file - - field.field.paragraph.file.field_media_document - paragraphs.paragraphs_type.file + module: + - file _core: default_config_hash: 7APNi5gpaAg2_8CMsnLPZDur8I52PYdXwRHzYO3SLbg id: paragraph.file.default @@ -13,15 +14,12 @@ targetEntityType: paragraph bundle: file mode: default content: - field_media_document: - type: entity_reference_entity_view - label: hidden - settings: - view_mode: default - link: false - third_party_settings: { } + field_file: weight: 0 + label: hidden + settings: { } + third_party_settings: { } + type: file_default region: content hidden: - field_file: true search_api_excerpt: true diff --git a/config/core.entity_view_mode.block.token.yml b/config/core.entity_view_mode.block.token.yml index 097c464..25aab17 100644 --- a/config/core.entity_view_mode.block.token.yml +++ b/config/core.entity_view_mode.block.token.yml @@ -6,6 +6,5 @@ dependencies: - block id: block.token label: Token -description: '' targetEntityType: block cache: true diff --git a/config/core.entity_view_mode.block_content.columnar.yml b/config/core.entity_view_mode.block_content.columnar.yml index d5db77f..ada74fc 100644 --- a/config/core.entity_view_mode.block_content.columnar.yml +++ b/config/core.entity_view_mode.block_content.columnar.yml @@ -8,6 +8,5 @@ _core: default_config_hash: QqgQqXTAzP3BZhl5XLw2R5EE1BsJTCwptXnMkjY8xZw id: block_content.columnar label: Columnar -description: '' targetEntityType: block_content cache: true diff --git a/config/core.entity_view_mode.block_content.full.yml b/config/core.entity_view_mode.block_content.full.yml index dbc7bb3..768ec6a 100644 --- a/config/core.entity_view_mode.block_content.full.yml +++ b/config/core.entity_view_mode.block_content.full.yml @@ -8,6 +8,5 @@ _core: default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg id: block_content.full label: Full -description: '' targetEntityType: block_content cache: true diff --git a/config/core.entity_view_mode.block_content.token.yml b/config/core.entity_view_mode.block_content.token.yml index adcca3f..1b112f7 100644 --- a/config/core.entity_view_mode.block_content.token.yml +++ b/config/core.entity_view_mode.block_content.token.yml @@ -6,6 +6,5 @@ dependencies: - block_content id: block_content.token label: Token -description: '' targetEntityType: block_content cache: true diff --git a/config/core.entity_view_mode.comment.full.yml b/config/core.entity_view_mode.comment.full.yml index 4e1a458..720101b 100644 --- a/config/core.entity_view_mode.comment.full.yml +++ b/config/core.entity_view_mode.comment.full.yml @@ -8,6 +8,5 @@ _core: default_config_hash: K7eNlfU7NEUajz01wItywZklr2oaPgL6s1_97fmDXLA id: comment.full label: 'Full comment' -description: '' targetEntityType: comment cache: true diff --git a/config/core.entity_view_mode.comment.token.yml b/config/core.entity_view_mode.comment.token.yml index a114cdd..f221bad 100644 --- a/config/core.entity_view_mode.comment.token.yml +++ b/config/core.entity_view_mode.comment.token.yml @@ -6,6 +6,5 @@ dependencies: - comment id: comment.token label: Token -description: '' targetEntityType: comment cache: true diff --git a/config/core.entity_view_mode.contact_message.token.yml b/config/core.entity_view_mode.contact_message.token.yml index 1ce3d30..d68d4cb 100644 --- a/config/core.entity_view_mode.contact_message.token.yml +++ b/config/core.entity_view_mode.contact_message.token.yml @@ -6,6 +6,5 @@ dependencies: - contact id: contact_message.token label: Token -description: '' targetEntityType: contact_message cache: true diff --git a/config/core.entity_view_mode.content_moderation_state.token.yml b/config/core.entity_view_mode.content_moderation_state.token.yml index e46c418..d164223 100644 --- a/config/core.entity_view_mode.content_moderation_state.token.yml +++ b/config/core.entity_view_mode.content_moderation_state.token.yml @@ -6,6 +6,5 @@ dependencies: - content_moderation id: content_moderation_state.token label: Token -description: '' targetEntityType: content_moderation_state cache: true diff --git a/config/core.entity_view_mode.crop.token.yml b/config/core.entity_view_mode.crop.token.yml index ddea0f8..ab12adc 100644 --- a/config/core.entity_view_mode.crop.token.yml +++ b/config/core.entity_view_mode.crop.token.yml @@ -6,6 +6,5 @@ dependencies: - crop id: crop.token label: Token -description: '' targetEntityType: crop cache: true diff --git a/config/core.entity_view_mode.file.token.yml b/config/core.entity_view_mode.file.token.yml index 47469cf..917c342 100644 --- a/config/core.entity_view_mode.file.token.yml +++ b/config/core.entity_view_mode.file.token.yml @@ -6,6 +6,5 @@ dependencies: - file id: file.token label: Token -description: '' targetEntityType: file cache: true diff --git a/config/core.entity_view_mode.media.full.yml b/config/core.entity_view_mode.media.full.yml index f0a62b5..2147753 100644 --- a/config/core.entity_view_mode.media.full.yml +++ b/config/core.entity_view_mode.media.full.yml @@ -8,6 +8,5 @@ _core: default_config_hash: 6NBUEuGmlkClK8Fb76tSMMpO2eZ4LWCBdbUk4z7CuP0 id: media.full label: 'Full content' -description: '' targetEntityType: media cache: true diff --git a/config/core.entity_view_mode.media.media_library.yml b/config/core.entity_view_mode.media.media_library.yml index b5fc225..0d1df5a 100644 --- a/config/core.entity_view_mode.media.media_library.yml +++ b/config/core.entity_view_mode.media.media_library.yml @@ -11,6 +11,5 @@ _core: default_config_hash: Tdhz-aDHfDoV1Ul9umtItxGTrjkFzoNAkDw8FWXjYA0 id: media.media_library label: 'Media library' -description: '' targetEntityType: media cache: true diff --git a/config/core.entity_view_mode.media.narrow.yml b/config/core.entity_view_mode.media.narrow.yml index 381641f..8340090 100644 --- a/config/core.entity_view_mode.media.narrow.yml +++ b/config/core.entity_view_mode.media.narrow.yml @@ -8,6 +8,5 @@ _core: default_config_hash: FNlRm8KB_uxHKVIuv4uEA3sQbmGiBKQ_r9BbgH61Bp8 id: media.narrow label: Narrow -description: '' targetEntityType: media cache: true diff --git a/config/core.entity_view_mode.media.token.yml b/config/core.entity_view_mode.media.token.yml index 3fcd3ed..ee1b6f8 100644 --- a/config/core.entity_view_mode.media.token.yml +++ b/config/core.entity_view_mode.media.token.yml @@ -6,6 +6,5 @@ dependencies: - media id: media.token label: Token -description: '' targetEntityType: media cache: true diff --git a/config/core.entity_view_mode.media.wide.yml b/config/core.entity_view_mode.media.wide.yml index 4f7c22b..ef9fe15 100644 --- a/config/core.entity_view_mode.media.wide.yml +++ b/config/core.entity_view_mode.media.wide.yml @@ -8,6 +8,5 @@ _core: default_config_hash: kYbmr_oacOcMdwBxezolZwPMWVT7saq972LWg92nKZk id: media.wide label: Wide -description: '' targetEntityType: media cache: true diff --git a/config/core.entity_view_mode.menu_link_content.token.yml b/config/core.entity_view_mode.menu_link_content.token.yml index 05221e1..1ab18e8 100644 --- a/config/core.entity_view_mode.menu_link_content.token.yml +++ b/config/core.entity_view_mode.menu_link_content.token.yml @@ -6,6 +6,5 @@ dependencies: - menu_link_content id: menu_link_content.token label: Token -description: '' targetEntityType: menu_link_content cache: true diff --git a/config/core.entity_view_mode.node.box.yml b/config/core.entity_view_mode.node.box.yml index f456c9b..284536f 100644 --- a/config/core.entity_view_mode.node.box.yml +++ b/config/core.entity_view_mode.node.box.yml @@ -8,6 +8,5 @@ _core: default_config_hash: 72C_fCp3_JLorvt4YLz5w9UeUuor4vY465KrhUFEBxM id: node.box label: Box -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.card.yml b/config/core.entity_view_mode.node.card.yml index b2ea4d1..7ee5135 100644 --- a/config/core.entity_view_mode.node.card.yml +++ b/config/core.entity_view_mode.node.card.yml @@ -8,6 +8,5 @@ _core: default_config_hash: z6QSG0XSjPK_V4notuY8MaeIAO_QnwfvuH825TyLiHg id: node.card label: Card -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.full.yml b/config/core.entity_view_mode.node.full.yml index 8cd4b0e..147c67c 100644 --- a/config/core.entity_view_mode.node.full.yml +++ b/config/core.entity_view_mode.node.full.yml @@ -8,6 +8,5 @@ _core: default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk id: node.full label: 'Full content' -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.media.yml b/config/core.entity_view_mode.node.media.yml index 5fecc19..cf4dad2 100644 --- a/config/core.entity_view_mode.node.media.yml +++ b/config/core.entity_view_mode.node.media.yml @@ -8,6 +8,5 @@ _core: default_config_hash: zCJHOoAhXJBG7URAzV10-MNcnU7eNX9VTz4LvWS625I id: node.media label: 'Media object' -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.micro.yml b/config/core.entity_view_mode.node.micro.yml index 5c87d4a..f9bd156 100644 --- a/config/core.entity_view_mode.node.micro.yml +++ b/config/core.entity_view_mode.node.micro.yml @@ -8,6 +8,5 @@ _core: default_config_hash: REKLyEtFZOM1LgQ-KVSwvqkcwNlS7EvkWbdV12zinFw id: node.micro label: Micro -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.rss.yml b/config/core.entity_view_mode.node.rss.yml index 163d7d8..1c95a0c 100644 --- a/config/core.entity_view_mode.node.rss.yml +++ b/config/core.entity_view_mode.node.rss.yml @@ -8,6 +8,5 @@ _core: default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU id: node.rss label: RSS -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.search_index.yml b/config/core.entity_view_mode.node.search_index.yml index 32988dc..9fb62d9 100644 --- a/config/core.entity_view_mode.node.search_index.yml +++ b/config/core.entity_view_mode.node.search_index.yml @@ -8,6 +8,5 @@ _core: default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY id: node.search_index label: 'Search index' -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.search_result.yml b/config/core.entity_view_mode.node.search_result.yml index 3ad1393..b9b23e2 100644 --- a/config/core.entity_view_mode.node.search_result.yml +++ b/config/core.entity_view_mode.node.search_result.yml @@ -8,6 +8,5 @@ _core: default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM id: node.search_result label: 'Search result highlighting input' -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.simple_card.yml b/config/core.entity_view_mode.node.simple_card.yml index 329c8d5..fee1f06 100644 --- a/config/core.entity_view_mode.node.simple_card.yml +++ b/config/core.entity_view_mode.node.simple_card.yml @@ -8,6 +8,5 @@ _core: default_config_hash: Crt6i6j8yM0YLdbxgS7BCzDtadVne43fhOy0WVkoB1o id: node.simple_card label: 'Simple card' -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.small_card.yml b/config/core.entity_view_mode.node.small_card.yml index ad62fda..d65c82b 100644 --- a/config/core.entity_view_mode.node.small_card.yml +++ b/config/core.entity_view_mode.node.small_card.yml @@ -8,6 +8,5 @@ _core: default_config_hash: I68oVlHUQbsqRH-WCvFJRANAwaYqU1nl3ZHVstUkWkg id: node.small_card label: 'Small card' -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.teaser.yml b/config/core.entity_view_mode.node.teaser.yml index dd64022..d7aa1be 100644 --- a/config/core.entity_view_mode.node.teaser.yml +++ b/config/core.entity_view_mode.node.teaser.yml @@ -8,6 +8,5 @@ _core: default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4 id: node.teaser label: Teaser -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.tile.yml b/config/core.entity_view_mode.node.tile.yml index c49f57d..d83e676 100644 --- a/config/core.entity_view_mode.node.tile.yml +++ b/config/core.entity_view_mode.node.tile.yml @@ -8,6 +8,5 @@ _core: default_config_hash: nfevs6UIIvKBEKDLqjESVCx8H-owjCTzCHcyb398q3w id: node.tile label: Tile -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.node.token.yml b/config/core.entity_view_mode.node.token.yml index 02ac3f7..b353933 100644 --- a/config/core.entity_view_mode.node.token.yml +++ b/config/core.entity_view_mode.node.token.yml @@ -6,6 +6,5 @@ dependencies: - node id: node.token label: Token -description: '' targetEntityType: node cache: true diff --git a/config/core.entity_view_mode.paragraph.columnar.yml b/config/core.entity_view_mode.paragraph.columnar.yml index 2549af4..dd0f578 100644 --- a/config/core.entity_view_mode.paragraph.columnar.yml +++ b/config/core.entity_view_mode.paragraph.columnar.yml @@ -8,6 +8,5 @@ _core: default_config_hash: hFG3sm7kkwkMu9ruyw2Ys51J421IyluY9DhnSsT6tMM id: paragraph.columnar label: Columnar -description: '' targetEntityType: paragraph cache: true diff --git a/config/core.entity_view_mode.paragraph.preview.yml b/config/core.entity_view_mode.paragraph.preview.yml index 2cec3ea..d46cf9d 100644 --- a/config/core.entity_view_mode.paragraph.preview.yml +++ b/config/core.entity_view_mode.paragraph.preview.yml @@ -8,6 +8,5 @@ _core: default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg id: paragraph.preview label: Preview -description: '' targetEntityType: paragraph cache: true diff --git a/config/core.entity_view_mode.path_alias.token.yml b/config/core.entity_view_mode.path_alias.token.yml index 73fbe9b..cc7f879 100644 --- a/config/core.entity_view_mode.path_alias.token.yml +++ b/config/core.entity_view_mode.path_alias.token.yml @@ -6,6 +6,5 @@ dependencies: - path_alias id: path_alias.token label: Token -description: '' targetEntityType: path_alias cache: true diff --git a/config/core.entity_view_mode.shortcut.token.yml b/config/core.entity_view_mode.shortcut.token.yml index 319e239..d4e1f04 100644 --- a/config/core.entity_view_mode.shortcut.token.yml +++ b/config/core.entity_view_mode.shortcut.token.yml @@ -6,6 +6,5 @@ dependencies: - shortcut id: shortcut.token label: Token -description: '' targetEntityType: shortcut cache: true diff --git a/config/core.entity_view_mode.taxonomy_term.full.yml b/config/core.entity_view_mode.taxonomy_term.full.yml index 8a100d6..1536ab5 100644 --- a/config/core.entity_view_mode.taxonomy_term.full.yml +++ b/config/core.entity_view_mode.taxonomy_term.full.yml @@ -8,6 +8,5 @@ _core: default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE' id: taxonomy_term.full label: 'Taxonomy term page' -description: '' targetEntityType: taxonomy_term cache: true diff --git a/config/core.entity_view_mode.taxonomy_term.token.yml b/config/core.entity_view_mode.taxonomy_term.token.yml index 217b699..577b307 100644 --- a/config/core.entity_view_mode.taxonomy_term.token.yml +++ b/config/core.entity_view_mode.taxonomy_term.token.yml @@ -6,6 +6,5 @@ dependencies: - taxonomy id: taxonomy_term.token label: Token -description: '' targetEntityType: taxonomy_term cache: true diff --git a/config/core.entity_view_mode.tour.token.yml b/config/core.entity_view_mode.tour.token.yml index bf18501..9349f39 100644 --- a/config/core.entity_view_mode.tour.token.yml +++ b/config/core.entity_view_mode.tour.token.yml @@ -6,6 +6,5 @@ dependencies: - tour id: tour.token label: Token -description: '' targetEntityType: tour cache: true diff --git a/config/core.entity_view_mode.user.compact.yml b/config/core.entity_view_mode.user.compact.yml index 36212b6..b7224c1 100644 --- a/config/core.entity_view_mode.user.compact.yml +++ b/config/core.entity_view_mode.user.compact.yml @@ -8,6 +8,5 @@ _core: default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g id: user.compact label: Compact -description: '' targetEntityType: user cache: true diff --git a/config/core.entity_view_mode.user.full.yml b/config/core.entity_view_mode.user.full.yml index f2bf441..aa11336 100644 --- a/config/core.entity_view_mode.user.full.yml +++ b/config/core.entity_view_mode.user.full.yml @@ -8,6 +8,5 @@ _core: default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM id: user.full label: 'User account' -description: '' targetEntityType: user cache: true diff --git a/config/core.entity_view_mode.user.token.yml b/config/core.entity_view_mode.user.token.yml index 43eef58..a1edcbc 100644 --- a/config/core.entity_view_mode.user.token.yml +++ b/config/core.entity_view_mode.user.token.yml @@ -6,6 +6,5 @@ dependencies: - user id: user.token label: Token -description: '' targetEntityType: user cache: true diff --git a/config/core.extension.yml b/config/core.extension.yml index d195997..78e0f00 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -2,6 +2,7 @@ _core: default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc module: admin_toolbar: 0 + admin_toolbar_links_access_filter: 0 admin_toolbar_search: 0 admin_toolbar_tools: 0 asset_injector: 0 @@ -9,7 +10,6 @@ module: automated_crop: 0 autosave_form: 0 block: 0 - block_class: 0 block_content: 0 block_visibility_groups: 0 breakpoint: 0 @@ -37,7 +37,6 @@ module: ctools: 0 datetime: 0 datetime_range: 0 - dblog: 0 drutopia_article: 0 drutopia_blog: 0 drutopia_comment: 0 @@ -55,7 +54,6 @@ module: drutopia_user: 0 dynamic_page_cache: 0 editor: 0 - editor_advanced_link: 0 entity_reference_revisions: 0 exclude_node_title: 0 facets: 0 @@ -75,9 +73,7 @@ module: jquery_ui_accordion: 0 layout_discovery: 0 link: 0 - linkit: 0 media: 0 - media_alias_display: 0 media_contextual_crop: 0 media_contextual_crop_fp_adapter: 0 media_contextual_crop_iwc_adapter: 0 @@ -88,11 +84,9 @@ module: menu_link_content: 0 menu_ui: 0 metatag: 0 - metatag_views: 0 multiparagraph_flow: 0 mysql: 0 node: 0 - notfoundpassthrough: 0 options: 0 page_cache: 0 paragraphs_browser: 0 @@ -107,9 +101,6 @@ module: search_api_db: 0 shortcut: 0 similarterms: 0 - simple_sitemap: 0 - simple_sitemap_engines: 0 - simple_sitemap_views: 0 skins: 0 system: 0 taxonomy: 0 diff --git a/config/dblog.settings.yml b/config/dblog.settings.yml deleted file mode 100644 index 5254e18..0000000 --- a/config/dblog.settings.yml +++ /dev/null @@ -1,3 +0,0 @@ -_core: - default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 -row_limit: 10000 diff --git a/config/editor.editor.basic_html.yml b/config/editor.editor.basic_html.yml index 3c51a57..c4c51eb 100644 --- a/config/editor.editor.basic_html.yml +++ b/config/editor.editor.basic_html.yml @@ -37,10 +37,8 @@ settings: - heading5 - heading6 ckeditor5_list: - properties: - reversed: false - startIndex: true - multiBlock: true + reversed: false + startIndex: true ckeditor5_sourceEditing: allowed_tags: - '' @@ -50,25 +48,19 @@ settings: - '' - '
' - '