ProfessionalWiki / WikibaseEdtf

Wikibase extension that adds support for the Extended Date/Time Format (EDTF) via a new data type
https://wikibase.consulting/wikibase-edtf
GNU General Public License v2.0
7 stars 6 forks source link

Support loading autoload in the extension.json #29

Closed paladox closed 1 year ago

paladox commented 1 year ago

This is because we get:

Class 'EDTF\EdtfFactory' not found
from /srv/mediawiki/w/extensions/WikibaseEdtf/src/WikibaseEdtf.php(51)
JeroenDeDauw commented 1 year ago

This error does not happen if you follow the installation instructions. https://github.com/ProfessionalWiki/WikibaseEdtf#installation

paladox commented 1 year ago

This error does not happen if you follow the installation instructions. https://github.com/ProfessionalWiki/WikibaseEdtf#installation

Thanks for the reply!

I just thought of based on this reply that I can add it to composer.json under "merge-plugin" like Wikibase I guess.