StarCitizenWiki / mediawiki-extensions-EmbedVideo

GDPR focused EmbedVideo. Supports YouTube, Twitch, Spotify and SoundCloud
https://www.mediawiki.org/wiki/Extension:EmbedVideo_(fork)
Other
27 stars 15 forks source link

Add curl extension to the requirements #87

Closed Zankaria closed 5 months ago

Zankaria commented 6 months ago

Installing the extension I noticed it gave me a blank page on MediaWiki 1.39. Looking at the logs, it's due to EmbedVideo requiring the curl PHP extension to be installed. Could you add it to the requirements?

octfx commented 6 months ago

EmbedVideo requires Guzzle, which should already be part of the main MW composer.

I've noticed though that ext-curl was erroneously still present in extension.json, which I've now removed.

octfx commented 5 months ago

Feel free to re-open when needed