From f4187d49daa79af3539224bee60b80ea424d034e Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 15 Dec 2025 10:03:01 +0800 Subject: [PATCH 1/2] MDL-87461 core: Add Composer config to indicate the use of public dir --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index d2fe183f6d4..dc1fd223ef8 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,9 @@ "core_phpunit\\": "public/lib/phpunit/classes/" } }, + "extra": { + "haspublicdir": true + }, "minimum-stability": "dev", "prefer-stable": true, "require": { From a55b9cfc701044242a862d9cbc65b27a609d6a52 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 15 Dec 2025 10:03:18 +0800 Subject: [PATCH 2/2] MDL-87461 core: Update composer lock file --- composer.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index ea964a4fd97..40fb159eefb 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": "6dea3d23fae938df252056489715c946", + "content-hash": "85ee2b0af13b60f51d83cdcf48271f7f", "packages": [], "packages-dev": [ { @@ -4701,5 +4701,5 @@ "ext-sodium": "*" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }