Commit 6b8ccc2
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
0 commit comments