Skip to content

Commit 6b8ccc2

Browse files
committed
Drop redundant load_composer_autoloader
The extension.json load_composer_autoloader key only require_once's the extension's own vendor/autoload.php (a file_exists-guarded include, independent of AutoloadNamespaces). SemanticScribunto has no composer autoload block and no third-party runtime composer dependencies — its require lists only php and composer/installers — so there is no local vendor autoloader worth loading; SMW\Scribunto classes load via AutoloadNamespaces. Remove the key, matching SemanticCompoundQueries.
1 parent 8a185c9 commit 6b8ccc2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extension.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@
3131
"i18n"
3232
]
3333
},
34-
"load_composer_autoloader": true,
3534
"manifest_version": 2
3635
}

0 commit comments

Comments
 (0)