Radon8472

Results 9 issues of Radon8472

**Describe the bug** I have a repo in satis, that uses [branch-alias](https://getcomposer.org/doc/articles/aliases.md) and the alias branch-versions are not listed in the satis index.html and package.json - files **To Reproduce** -...

bug

Like asked before in #865 it would be very good to have a way to exclude branches from beeing shown as versions for composer. E.g. if you have many incomple...

**Describe the bug** I tried to run mcaselector v2.2.2 and tried to fix "Missing JavaFX"-Error like explained in [instalation](https://github.com/Querz/mcaselector/wiki/Installation#when-you-receive-an-error-from-a-previously-installed-version-of-java). But it throws **Module jdk.unsupported.desktop not found** - error and is...

### What steps will reproduce the problem? Set response-code in an IIS Server like this: ```php \Yii::$app->response->statusCode = 500; ``` or create any critical php error (e.g. `echo 10/0`). ###...

status:ready for adoption
type:enhancement

I tried to create a download link for gitlab instead of github, but it seems not supported in the current state. Is there a way, DownGit willl support Gitlab in...

I tried to run a task, that should trigger a webhook when finished (Like [example webhook_send]). That is my code: ```php require_once('vendor/autoload.php'); use Ilovepdf\OfficepdfTask; // Load my keys into $keys...

When you have multiple domains in your config, sharing the same root e.g. you have config for local dev and online env ````php $config->MultisiteDomains = array( "domain1.com" => array( "root"...

This fixes issue somatonic/Multisite#12

I tried to change the http-client like shown in the [README section - Custom HTTP client](https://github.com/DeepLcom/deepl-php#custom-http-client). What results in Error: ``` Call to undefined function DeepL\curl_version() in deeplcom\deepl-php\src\Translator.php:738 ``` Here...