From 6f723c30d8007bec5cbd774d4020d292cdfeff36 Mon Sep 17 00:00:00 2001 From: actions-bot Date: Fri, 1 Mar 2024 14:49:04 +0000 Subject: [PATCH] Update configuration --- composer.lock | 52 ++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index b2b1c15cf..5974d58c8 100644 --- a/composer.lock +++ b/composer.lock @@ -4078,16 +4078,16 @@ }, { "name": "drupal/helfi_api_base", - "version": "2.6.1", + "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base.git", - "reference": "5d713ea9804fe9c9f728da6cd02542f10768f918" + "reference": "c00bd0fc8bd2f871482ba26947e3afcc697e63c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/5d713ea9804fe9c9f728da6cd02542f10768f918", - "reference": "5d713ea9804fe9c9f728da6cd02542f10768f918", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/c00bd0fc8bd2f871482ba26947e3afcc697e63c6", + "reference": "c00bd0fc8bd2f871482ba26947e3afcc697e63c6", "shasum": "" }, "require": { @@ -4116,10 +4116,10 @@ ], "description": "Helfi - API Base", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.6.1", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.6.2", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/issues" }, - "time": "2024-02-09T07:17:02+00:00" + "time": "2024-02-28T08:48:14+00:00" }, { "name": "drupal/helfi_azure_fs", @@ -4167,20 +4167,24 @@ "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-tools.git", - "reference": "4aaf6ed18367044cdf7017a0fd1e7fad451dbaf6" + "reference": "18ace52d7b4c99347a0eb150443062e26a7aabaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/4aaf6ed18367044cdf7017a0fd1e7fad451dbaf6", - "reference": "4aaf6ed18367044cdf7017a0fd1e7fad451dbaf6", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/18ace52d7b4c99347a0eb150443062e26a7aabaa", + "reference": "18ace52d7b4c99347a0eb150443062e26a7aabaa", "shasum": "" }, "require": { - "drush/drush": "^11 || ^12" + "drupal/helfi_api_base": "*", + "drush/drush": "^11 || ^12 || ^13" }, "require-dev": { + "composer/installers": "^2", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "drupal/coder": "^8.3", + "drupal/core-dev": "^10.2", + "drupal/core-recommended": "^10.2", "jangregor/phpstan-prophecy": "^1.0", "phpspec/prophecy-phpunit": "^2", "phpstan/extension-installer": "^1.3", @@ -4190,6 +4194,28 @@ }, "default-branch": true, "type": "drupal-drush", + "extra": { + "installer-paths": { + "sut/core": [ + "type:drupal-core" + ], + "sut/libraries/{$name}": [ + "type:drupal-library" + ], + "sut/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "sut/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "sut/themes/contrib/{$name}": [ + "type:drupal-theme" + ], + "sut/drush/contrib/{$name}": [ + "type:drupal-drush" + ] + } + }, "autoload": { "psr-4": { "DrupalTools\\": "src" @@ -4202,6 +4228,10 @@ "psr-4": { "DrupalToolsTest\\": "tests/fixtures" }, + "classmap": [ + "sut/core", + "sut/modules/contrib" + ], "files": [ "tests/fixtures/migration_fixture.php" ] @@ -4214,7 +4244,7 @@ "source": "https://github.com/City-of-Helsinki/drupal-tools/tree/main", "issues": "https://github.com/City-of-Helsinki/drupal-tools/issues" }, - "time": "2024-02-27T07:25:28+00:00" + "time": "2024-02-29T08:57:00+00:00" }, { "name": "drupal/helfi_navigation",