Andreas Heigl

Results 157 comments of Andreas Heigl

Is this behaviour a problem for you? I can't really tell from the description :cry:

You are absolutely right on that one. There are a lot of things in the docs that need updates after those last few weeks. I think I'll use the easter-time...

OK, I'll have to dig into that. So you are using WP in a multisite environment? I'll have to set that one up and check it. I'll be back with...

So WPMU-Support would not be the main thing. When I get you right you'd be happy to see these features in this order: 1. Use wordpress authentication if LDAP authentication...

Fair point for missing LDAP! I'll see what I can do :wink:

Well, you can always use `composer install/update --ignore-platform-reqs`. Excerpt from [the composer-page](https://getcomposer.org/doc/03-cli.md#install): ``` ignore php, hhvm, lib-* and ext-* requirements and force the installation even if the local machine does...

`clang` might also be a possibility to extract the informations. But I'm not deep enough into it at the moment. I need a bit more time for that. Might be...

I've set up a rudimentary parser for the sources. https://github.com/maglnet/ComposerRequireChecker/compare/master...heiglandreas:feature/addSourceParser?expand=1

The issue seems also to be that the URL `https://github.com/Behat/Behat/releases/download/v3.8.1/behat.phar` also does not match the regex as the regex exptects either `*-major.minor.patch*` or `/major.minor.patch/`. But the `/v3.8.1/` doesn't match either...

You might want to have a look at https://andreas.heigl.org/2017/01/19/encrypt-a-build-result-automaticaly/