MDL-87461 core: Add Composer config to indicate the use of public dir

This commit is contained in:
Andrew Nicols
2025-12-17 16:14:51 +08:00
parent 019e03af94
commit f4187d49da
+3
View File
@@ -26,6 +26,9 @@
"core_phpunit\\": "public/lib/phpunit/classes/"
}
},
"extra": {
"haspublicdir": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {