add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
<?php
namespace CorpusParole\Facades;
use Illuminate\Support\Facades\Facade;
class GuzzleFacade extends Facade {
protected static function getFacadeAccessor() {
return 'Guzzle';
}
}