diff --git a/composer.json b/composer.json index 9f8d32b..dbca40d 100644 --- a/composer.json +++ b/composer.json @@ -159,7 +159,7 @@ "drupal/weight": "^3.3", "drupal/workflow_buttons": "1.x-dev", "drupal/wysiwyg_linebreaks": "^2", - "drush/drush": "*", + "drush/drush": "^12", "drutopia/drutopia": "2.0.x-dev", "league/commonmark": "^1.0", "vlucas/phpdotenv": "^5.1", @@ -213,7 +213,7 @@ "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/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://www.drupal.org/files/issues/2024-03-14/3347343-10.2.x.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 5ff1c3c..efada27 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": "39257e18564ae7ab4fdbd33409a18757", + "content-hash": "1af17c83d18ed4ba8ec1409034b4f03e", "packages": [ { "name": "abraham/twitteroauth", @@ -457,16 +457,16 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "3.4.0", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "b8136b945dc3446894e6cd2b2f055e147140faed" + "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/b8136b945dc3446894e6cd2b2f055e147140faed", - "reference": "b8136b945dc3446894e6cd2b2f055e147140faed", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/56da9209b24a5a5b5d27bec9e523f02bdd101770", + "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770", "shasum": "" }, "require": { @@ -484,16 +484,16 @@ "squizlabs/php_codesniffer": "<3.6" }, "require-dev": { - "chi-teck/drupal-coder-extension": "^2.0.0-beta2", - "drupal/coder": "8.3.23", - "drupal/core": "10.3.x-dev", + "chi-teck/drupal-coder-extension": "^2.0.0-alpha4", + "drupal/coder": "8.3.22", + "drupal/core": "10.1.x-dev", "ext-simplexml": "*", - "phpspec/prophecy-phpunit": "^2.2", - "phpunit/phpunit": "^9.6", - "squizlabs/php_codesniffer": "^3.9", - "symfony/var-dumper": "^6.4", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.7", + "symfony/var-dumper": "^6.3", "symfony/yaml": "^6.3", - "vimeo/psalm": "^5.22.2" + "vimeo/psalm": "^5.14.0" }, "bin": [ "bin/dcg" @@ -511,9 +511,9 @@ "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.4.0" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.3.0" }, - "time": "2024-03-10T13:35:00+00:00" + "time": "2023-10-21T12:57:05+00:00" }, { "name": "commerceguys/addressing", @@ -581,28 +581,28 @@ }, { "name": "composer/ca-bundle", - "version": "1.5.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99" + "reference": "3ce240142f6d59b808dd65c1f52f7a1c252e6cfd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", - "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/3ce240142f6d59b808dd65c1f52f7a1c252e6cfd", + "reference": "3ce240142f6d59b808dd65c1f52f7a1c252e6cfd", "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", + "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { @@ -637,7 +637,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.0" + "source": "https://github.com/composer/ca-bundle/tree/1.4.1" }, "funding": [ { @@ -653,7 +653,7 @@ "type": "tidelift" } ], - "time": "2024-03-15T14:00:32+00:00" + "time": "2024-02-23T10:16:52+00:00" }, { "name": "composer/installers", @@ -1643,16 +1643,16 @@ }, { "name": "doctrine/collections", - "version": "2.2.1", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "420480fc085bc65f3c956af13abe8e7546f94813" + "reference": "07e16cd7b80a2cffed99e36b541876af172f0257" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/420480fc085bc65f3c956af13abe8e7546f94813", - "reference": "420480fc085bc65f3c956af13abe8e7546f94813", + "url": "https://api.github.com/repos/doctrine/collections/zipball/07e16cd7b80a2cffed99e36b541876af172f0257", + "reference": "07e16cd7b80a2cffed99e36b541876af172f0257", "shasum": "" }, "require": { @@ -1709,7 +1709,7 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/2.2.1" + "source": "https://github.com/doctrine/collections/tree/2.2.0" }, "funding": [ { @@ -1725,7 +1725,7 @@ "type": "tidelift" } ], - "time": "2024-03-05T22:28:45+00:00" + "time": "2024-02-25T22:55:36+00:00" }, { "name": "doctrine/deprecations", @@ -3853,6 +3853,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" @@ -3906,6 +3910,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" @@ -4666,16 +4674,16 @@ }, { "name": "drupal/core", - "version": "10.2.4", + "version": "10.2.3", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "d1c5b44adfc79bda03252471491b0fba89d87eff" + "reference": "cc8c7952f7013795b735f5c15290e76937163bb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/d1c5b44adfc79bda03252471491b0fba89d87eff", - "reference": "d1c5b44adfc79bda03252471491b0fba89d87eff", + "url": "https://api.github.com/repos/drupal/core/zipball/cc8c7952f7013795b735f5c15290e76937163bb7", + "reference": "cc8c7952f7013795b735f5c15290e76937163bb7", "shasum": "" }, "require": { @@ -4823,13 +4831,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.2.4" + "source": "https://github.com/drupal/core/tree/10.2.3" }, - "time": "2024-03-06T08:23:56+00:00" + "time": "2024-02-07T22:44:48+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.2.4", + "version": "10.2.3", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -4873,22 +4881,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.4" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.3" }, "time": "2024-01-26T14:59:30+00:00" }, { "name": "drupal/core-recommended", - "version": "10.2.4", + "version": "10.2.3", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "550c4cb19afda15ef892d88469ab93dc38bf0b46" + "reference": "ee5d148455ca5792108a1fd007ae162ea2ffe859" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/550c4cb19afda15ef892d88469ab93dc38bf0b46", - "reference": "550c4cb19afda15ef892d88469ab93dc38bf0b46", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/ee5d148455ca5792108a1fd007ae162ea2ffe859", + "reference": "ee5d148455ca5792108a1fd007ae162ea2ffe859", "shasum": "" }, "require": { @@ -4897,7 +4905,7 @@ "doctrine/annotations": "~1.14.3", "doctrine/deprecations": "~1.1.2", "doctrine/lexer": "~2.1.0", - "drupal/core": "10.2.4", + "drupal/core": "10.2.3", "egulias/email-validator": "~4.0.2", "guzzlehttp/guzzle": "~7.8.1", "guzzlehttp/promises": "~2.0.2", @@ -4958,9 +4966,9 @@ ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/10.2.4" + "source": "https://github.com/drupal/core-recommended/tree/10.2.3" }, - "time": "2024-03-06T08:23:56+00:00" + "time": "2024-02-07T22:44:48+00:00" }, { "name": "drupal/crop", @@ -5223,17 +5231,17 @@ }, { "name": "drupal/dashboards", - "version": "2.1.7", + "version": "2.1.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dashboards.git", - "reference": "2.1.7" + "reference": "2.1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dashboards-2.1.7.zip", - "reference": "2.1.7", - "shasum": "e45de9cffd19640061ecad69adfa8450f0182ea5" + "url": "https://ftp.drupal.org/files/projects/dashboards-2.1.6.zip", + "reference": "2.1.6", + "shasum": "e8ba79f31ff32da7b1ee9a57a61c5987014a365f" }, "require": { "drupal/core": "^9.4 || ^10", @@ -5247,8 +5255,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.7", - "datestamp": "1710850211", + "version": "2.1.6", + "datestamp": "1681725489", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5545,17 +5553,17 @@ }, { "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", @@ -5565,7 +5573,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.", @@ -5575,8 +5583,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" @@ -6178,7 +6186,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_core.git", - "reference": "e0f8dea849da0f6b0853d67707dec04cd528b98d" + "reference": "05ee8ae13f1b24ea3c450aee6fd854919432f17d" }, "require": { "drupal/automated_crop": "^3.0", @@ -6214,7 +6222,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1711149650", + "datestamp": "1701463245", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -7705,14 +7713,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" @@ -8747,7 +8747,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/facets.git", - "reference": "b578813ca5c4567584dfb8d5b8d2218c6b3591d6" + "reference": "20908ddd4a75bbbd7d64f820a37903aaec200f4a" }, "require": { "drupal/core": "^10.1" @@ -8773,8 +8773,8 @@ "dev-3.0.x": "3.0.x-dev" }, "drupal": { - "version": "3.0.0-beta1+25-dev", - "datestamp": "1710744523", + "version": "3.0.0-beta1+17-dev", + "datestamp": "1699624567", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -9240,29 +9240,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": { @@ -9759,21 +9759,23 @@ }, { "name": "drupal/focal_point", - "version": "2.0.3", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/focal_point.git", - "reference": "2.0.3" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.3.zip", - "reference": "2.0.3", - "shasum": "5067b249e39c2f93799a4cadfcc3d3dc981f3ef5" + "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", - "drupal/crop": "^2.3" + "drupal/crop": "^2.3", + "drupal/jquery_ui": "^1.6", + "drupal/jquery_ui_draggable": "^2.0" }, "require-dev": { "drupal/crop": "*" @@ -9781,8 +9783,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.3", - "datestamp": "1710483189", + "version": "2.0.2", + "datestamp": "1690451892", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11230,17 +11232,17 @@ }, { "name": "drupal/insert", - "version": "3.0.0-beta4", + "version": "3.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/insert.git", - "reference": "3.0.0-beta4" + "reference": "3.0.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/insert-3.0.0-beta4.zip", - "reference": "3.0.0-beta4", - "shasum": "e773a7360f9f0493f5dc50c39885402f18276e90" + "url": "https://ftp.drupal.org/files/projects/insert-3.0.0-beta3.zip", + "reference": "3.0.0-beta3", + "shasum": "07b54a3d7cf518c105853a8aa2657d95e2a063e2" }, "require": { "drupal/core": "^10" @@ -11251,8 +11253,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-beta4", - "datestamp": "1711024630", + "version": "3.0.0-beta3", + "datestamp": "1704123693", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -11559,6 +11561,59 @@ "source": "https://git.drupalcode.org/project/jquery_ui_datepicker" } }, + { + "name": "drupal/jquery_ui_draggable", + "version": "2.0.0", + "source": { + "type": "git", + "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_draggable-2.0.0.zip", + "reference": "2.0.0", + "shasum": "13a8f4bf037449cd176ddb967fc9cba9a466a705" + }, + "require": { + "drupal/core": "^9.2 || ^10", + "drupal/jquery_ui": "^1.6" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "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", @@ -11848,17 +11903,17 @@ }, { "name": "drupal/linkit", - "version": "6.1.3", + "version": "6.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.1.3" + "reference": "6.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.1.3.zip", - "reference": "6.1.3", - "shasum": "469a5e38269ed5e707998000ee4701ab4922e561" + "url": "https://ftp.drupal.org/files/projects/linkit-6.1.2.zip", + "reference": "6.1.2", + "shasum": "63fb311d2b78df81a9a588330429b640ec7da0e8" }, "require": { "drupal/core": "^10.1" @@ -11870,8 +11925,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.1.3", - "datestamp": "1710519126", + "version": "6.1.2", + "datestamp": "1696865478", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12674,20 +12729,20 @@ }, { "name": "drupal/message", - "version": "1.5.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/message.git", - "reference": "8.x-1.5" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/message-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "e2da6ff2f098fbb9ff9b2faf7a576d5e421db172" + "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": "*" @@ -12695,8 +12750,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1710105159", + "version": "8.x-1.4", + "datestamp": "1667584508", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13494,7 +13549,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/octavia_camouflage.git", - "reference": "c084efcf7973ad755f4f34b23abc5bfa645b5e0f" + "reference": "957b5b2b9f15c1c831d2f4c07fd7caa4cb9049d3" }, "require": { "drupal/core": "^9 || ^10", @@ -13507,7 +13562,7 @@ }, "drupal": { "version": "2.0.x-dev", - "datestamp": "1711468116", + "datestamp": "1709051913", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -13597,7 +13652,7 @@ "extra": { "drupal": { "version": "8.x-1.17", - "datestamp": "1709804220", + "datestamp": "1705234146", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13678,14 +13733,6 @@ "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" @@ -14672,17 +14719,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" @@ -14690,8 +14737,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" @@ -17441,30 +17488,26 @@ }, { "name": "drupal/view_unpublished", - "version": "1.2.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/view_unpublished.git", - "reference": "8.x-1.2" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "14374dd56d841270207e21974c7b7cf8aa1804f7" + "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" }, - "require-dev": { - "drupal/coder": "^8.3.18", - "phpcompatibility/php-compatibility": "10.x-dev@dev" - }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1709383642", + "version": "8.x-1.1", + "datestamp": "1681757575", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18101,23 +18144,23 @@ }, { "name": "drush/drush", - "version": "12.5.1", + "version": "12.4.3", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "71fcea30a22e7336e17be18bb5945400b2c63fad" + "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/71fcea30a22e7336e17be18bb5945400b2c63fad", - "reference": "71fcea30a22e7336e17be18bb5945400b2c63fad", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/8245acede57ecc62a90aa0f19ff3b29e5f11f971", + "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^3.0", "composer-runtime-api": "^2.2", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.9.2", + "consolidation/annotated-command": "^4.9.1", "consolidation/config": "^2.1.2", "consolidation/filter-via-dot-access-data": "^2.0.2", "consolidation/output-formatters": "^4.3.2", @@ -18233,7 +18276,7 @@ "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.1" + "source": "https://github.com/drush-ops/drush/tree/12.4.3" }, "funding": [ { @@ -18241,7 +18284,7 @@ "type": "github" } ], - "time": "2024-03-20T15:03:27+00:00" + "time": "2023-11-16T22:57:24+00:00" }, { "name": "drutopia/drutopia", @@ -18573,7 +18616,7 @@ ], "description": "Provides helper commands to do project level version/hash pinning.", "support": { - "issues": "https://gitlab.com/geeks4change/packages/composer-pin/-/issues", + "issues": "https://gitlab.com/api/v4/projects/12048815/issues", "source": "https://gitlab.com/geeks4change/packages/composer-pin/-/tree/master" }, "time": "2020-06-02T10:38:25+00:00" @@ -19272,16 +19315,16 @@ }, { "name": "johngrogg/ics-parser", - "version": "v3.4.0", + "version": "v3.3.1", "source": { "type": "git", "url": "https://github.com/u01jmg3/ics-parser.git", - "reference": "de0c3a426bd5b7d6aae2d9f7367410672e633108" + "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/de0c3a426bd5b7d6aae2d9f7367410672e633108", - "reference": "de0c3a426bd5b7d6aae2d9f7367410672e633108", + "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/eeb51c4c0c06e6df3266f85ea774ca314536aba4", + "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4", "shasum": "" }, "require": { @@ -19324,7 +19367,7 @@ ], "support": { "issues": "https://github.com/u01jmg3/ics-parser/issues", - "source": "https://github.com/u01jmg3/ics-parser/tree/v3.4.0" + "source": "https://github.com/u01jmg3/ics-parser/tree/v3.3.1" }, "funding": [ { @@ -19332,7 +19375,7 @@ "type": "github" } ], - "time": "2024-03-08T16:01:26+00:00" + "time": "2023-10-10T09:58:49+00:00" }, { "name": "kwn/number-to-words", @@ -19883,16 +19926,16 @@ }, { "name": "league/container", - "version": "4.2.2", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88" + "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/ff346319ca1ff0e78277dc2311a42107cc1aab88", - "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88", + "url": "https://api.github.com/repos/thephpleague/container/zipball/375d13cb828649599ef5d48a339c4af7a26cd0ab", + "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab", "shasum": "" }, "require": { @@ -19953,7 +19996,7 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/4.2.2" + "source": "https://github.com/thephpleague/container/tree/4.2.0" }, "funding": [ { @@ -19961,7 +20004,7 @@ "type": "github" } ], - "time": "2024-03-13T13:12:53+00:00" + "time": "2021-11-16T10:29:06+00:00" }, { "name": "league/csv", @@ -20540,16 +20583,16 @@ }, { "name": "mpdf/mpdf", - "version": "v8.2.3", + "version": "v8.2.2", "source": { "type": "git", "url": "https://github.com/mpdf/mpdf.git", - "reference": "6f723a96becf989a831e38caf758d28364a69939" + "reference": "596a87b876d7793be7be060a8ac13424de120dd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mpdf/mpdf/zipball/6f723a96becf989a831e38caf758d28364a69939", - "reference": "6f723a96becf989a831e38caf758d28364a69939", + "url": "https://api.github.com/repos/mpdf/mpdf/zipball/596a87b876d7793be7be060a8ac13424de120dd5", + "reference": "596a87b876d7793be7be060a8ac13424de120dd5", "shasum": "" }, "require": { @@ -20617,7 +20660,7 @@ "type": "custom" } ], - "time": "2024-03-11T12:55:53+00:00" + "time": "2023-11-07T13:52:14+00:00" }, { "name": "mpdf/psr-http-message-shim", @@ -20891,27 +20934,25 @@ }, { "name": "nikic/php-parser", - "version": "v5.0.2", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13", - "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13", + "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": "^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" @@ -20919,7 +20960,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "4.9-dev" } }, "autoload": { @@ -20943,9 +20984,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2024-03-05T20:51:40+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "p3k/http", @@ -21249,16 +21290,16 @@ }, { "name": "p3k/xray", - "version": "v1.14.1", + "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/aaronpk/XRay.git", - "reference": "7b9adcc4e72c10f4749f937d6709c6a9c6d89e0d" + "reference": "ea1f054bdc1e1008fc064d7cb3d44352992eb03b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aaronpk/XRay/zipball/7b9adcc4e72c10f4749f937d6709c6a9c6d89e0d", - "reference": "7b9adcc4e72c10f4749f937d6709c6a9c6d89e0d", + "url": "https://api.github.com/repos/aaronpk/XRay/zipball/ea1f054bdc1e1008fc064d7cb3d44352992eb03b", + "reference": "ea1f054bdc1e1008fc064d7cb3d44352992eb03b", "shasum": "" }, "require": { @@ -21295,9 +21336,9 @@ "homepage": "https://github.com/aaronpk/XRay", "support": { "issues": "https://github.com/aaronpk/XRay/issues", - "source": "https://github.com/aaronpk/XRay/tree/v1.14.1" + "source": "https://github.com/aaronpk/XRay/tree/v1.13.0" }, - "time": "2024-03-10T21:39:30+00:00" + "time": "2024-02-02T15:26:02+00:00" }, { "name": "paragonie/random_compat", @@ -21482,16 +21523,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.15", + "version": "v1.10.14", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c" + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/ce0adade8b97561656ace07cdaac4751c271ea8c", - "reference": "ce0adade8b97561656ace07cdaac4751c271ea8c", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32", + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32", "shasum": "" }, "require": { @@ -21504,9 +21545,9 @@ }, "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ @@ -21527,7 +21568,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2024-03-16T18:41:45+00:00" + "time": "2023-11-26T16:15:38+00:00" }, { "name": "pear/pear_exception", @@ -21634,16 +21675,16 @@ }, { "name": "phenx/php-svg-lib", - "version": "0.5.3", + "version": "0.5.2", "source": { "type": "git", "url": "https://github.com/dompdf/php-svg-lib.git", - "reference": "0e46722c154726a5f9ac218197ccc28adba16fcf" + "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/0e46722c154726a5f9ac218197ccc28adba16fcf", - "reference": "0e46722c154726a5f9ac218197ccc28adba16fcf", + "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/732faa9fb4309221e2bd9b2fda5de44f947133aa", + "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa", "shasum": "" }, "require": { @@ -21662,7 +21703,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "LGPL-3.0" ], "authors": [ { @@ -21674,9 +21715,9 @@ "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.3" + "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.2" }, - "time": "2024-02-23T20:39:24+00:00" + "time": "2024-02-07T12:49:40+00:00" }, { "name": "phootwork/collection", @@ -22359,16 +22400,16 @@ }, { "name": "psy/psysh", - "version": "v0.12.2", + "version": "v0.12.0", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "9185c66c2165bbf4d71de78a69dccf4974f9538d" + "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9185c66c2165bbf4d71de78a69dccf4974f9538d", - "reference": "9185c66c2165bbf4d71de78a69dccf4974f9538d", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d", + "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d", "shasum": "" }, "require": { @@ -22432,9 +22473,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.2" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.0" }, - "time": "2024-03-17T01:53:00+00:00" + "time": "2023-12-20T15:28:09+00:00" }, { "name": "ralouphie/getallheaders", @@ -22547,16 +22588,16 @@ }, { "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": { @@ -22601,7 +22642,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": [ { @@ -22609,7 +22650,7 @@ "type": "github" } ], - "time": "2024-03-02T06:30:58+00:00" + "time": "2023-05-07T05:35:17+00:00" }, { "name": "setasign/fpdi", @@ -23668,16 +23709,16 @@ }, { "name": "symfony/http-kernel", - "version": "v6.4.5", + "version": "v6.4.4", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "f6947cb939d8efee137797382cb4db1af653ef75" + "reference": "7a186f64a7f02787c04e8476538624d6aa888e42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f6947cb939d8efee137797382cb4db1af653ef75", - "reference": "f6947cb939d8efee137797382cb4db1af653ef75", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7a186f64a7f02787c04e8476538624d6aa888e42", + "reference": "7a186f64a7f02787c04e8476538624d6aa888e42", "shasum": "" }, "require": { @@ -23761,7 +23802,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.5" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.4" }, "funding": [ { @@ -23777,7 +23818,7 @@ "type": "tidelift" } ], - "time": "2024-03-04T21:00:47+00:00" + "time": "2024-02-27T06:32:13+00:00" }, { "name": "symfony/mailer", @@ -24898,16 +24939,16 @@ }, { "name": "symfony/routing", - "version": "v6.4.5", + "version": "v6.4.3", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4" + "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/7fe30068e207d9c31c0138501ab40358eb2d49a4", - "reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4", + "url": "https://api.github.com/repos/symfony/routing/zipball/3b2957ad54902f0f544df83e3d58b38d7e8e5842", + "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842", "shasum": "" }, "require": { @@ -24961,7 +25002,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.5" + "source": "https://github.com/symfony/routing/tree/v6.4.3" }, "funding": [ { @@ -24977,7 +25018,7 @@ "type": "tidelift" } ], - "time": "2024-02-27T12:33:30+00:00" + "time": "2024-01-30T13:55:02+00:00" }, { "name": "symfony/serializer", @@ -25653,20 +25694,20 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.7.4", + "version": "6.6.5", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937" + "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/d4adef47ca21c90e6483d59dcb9e5b1023696937", - "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5fce932fcee4371865314ab7f6c0d85423c5c7ce", + "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce", "shasum": "" }, "require": { - "php": ">=5.5.0" + "php": ">=5.3.0" }, "type": "library", "autoload": { @@ -25713,7 +25754,7 @@ ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.4" + "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.5" }, "funding": [ { @@ -25721,7 +25762,7 @@ "type": "custom" } ], - "time": "2024-03-25T23:56:24+00:00" + "time": "2023-09-06T15:09:26+00:00" }, { "name": "twig/twig", @@ -26365,35 +26406,35 @@ }, { "name": "drupal/upgrade_status", - "version": "dev-4.x", + "version": "4.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "4366ef65fd8df2794ff6450e96eea76d0d46b199" + "reference": "4.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.1.0.zip", + "reference": "4.1.0", + "shasum": "b306740b7e952f3d6bb71a2e0a165d48977e732a" }, "require": { "dekor/php-array-table": "^2.0", "drupal/core": "^9 || ^10", "mglaman/phpstan-drupal": "^1.0.0", - "nikic/php-parser": "^4.0.0|^5.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", "webflo/drupal-finder": "^1.2" }, - "require-dev": { - "drush/drush": "^11|^12" - }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-4.x": "4.x-dev" - }, "drupal": { - "version": "4.1.0+4-dev", - "datestamp": "1710422988", + "version": "4.1.0", + "datestamp": "1708602507", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "drush": { @@ -26440,16 +26481,16 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.2.9", + "version": "1.2.7", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "206285277fad650560cb26b43397b952228e3006" + "reference": "32f79fcf48c74532014248687ae3850581a22416" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/206285277fad650560cb26b43397b952228e3006", - "reference": "206285277fad650560cb26b43397b952228e3006", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/32f79fcf48c74532014248687ae3850581a22416", + "reference": "32f79fcf48c74532014248687ae3850581a22416", "shasum": "" }, "require": { @@ -26463,7 +26504,7 @@ "require-dev": { "behat/mink": "^1.8", "composer/installers": "^1.9", - "drupal/core-recommended": "^10", + "drupal/core-recommended": "^9.0", "drush/drush": "^10.0 || ^11 || ^12", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-strict-rules": "^1.0", @@ -26524,7 +26565,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.9" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.7" }, "funding": [ { @@ -26540,20 +26581,20 @@ "type": "tidelift" } ], - "time": "2024-03-22T18:50:10+00:00" + "time": "2024-02-14T04:38:08+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.65", + "version": "1.10.59", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6" + "reference": "e607609388d3a6d418a50a49f7940e8086798281" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c657d057a0b7ecae19cb12db446bbc99d8839c6", - "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e607609388d3a6d418a50a49f7940e8086798281", + "reference": "e607609388d3a6d418a50a49f7940e8086798281", "shasum": "" }, "require": { @@ -26602,7 +26643,7 @@ "type": "tidelift" } ], - "time": "2024-03-23T10:30:26+00:00" + "time": "2024-02-20T13:59:13+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", diff --git a/config/asset_injector.css.sticky_navbar.yml b/config/asset_injector.css.sticky_navbar.yml deleted file mode 100644 index c3f9585..0000000 --- a/config/asset_injector.css.sticky_navbar.yml +++ /dev/null @@ -1,26 +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; - } - - .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/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/views.view.article.yml b/config/views.view.article.yml index 43052b8..a3d4d44 100644 --- a/config/views.view.article.yml +++ b/config/views.view.article.yml @@ -219,10 +219,9 @@ display: path: articles menu: type: normal - title: Blog - description: '' + title: News + description: 'Keep up to date.' weight: -48 - enabled: true expanded: false menu_name: main parent: 'menu_link_content:3f594be0-bb0f-4b30-923e-e7984983a0fd' diff --git a/config/views.view.blog.yml b/config/views.view.blog.yml index b8a57a0..85c5ef9 100644 --- a/config/views.view.blog.yml +++ b/config/views.view.blog.yml @@ -261,7 +261,6 @@ display: title: Blog description: 'Follow our blogs.' weight: -50 - enabled: false expanded: false menu_name: main parent: 'menu_link_content:3f594be0-bb0f-4b30-923e-e7984983a0fd'