Prevent two fatal errors which happen when needed components are not
installed.
Without php5-curl:
PHP Fatal error: Call to undefined function curl_init() in
/usr/share/php/tweeper/tweeper.php on line 52
Without php5-xsl:
PHP Fatal error: Class 'XSLTProcessor' not found in
/usr/share/php/tweeper/tweeper.php on line 33
Closes: #738201
Thanks: Anton Nesterov