Théo FIDRY
Théo FIDRY
Homebrew should now be mentioned in the installation docs but the installer mentioned here is a bit different since unlike homebrew it would check: - the environment compatibility, e.g. the...
Checking this issue again, I think what could be done is: - Leveraging the Composer [installer script](https://getcomposer.org/installer) - Instead of going for a tedious and hard to maintain one script...
🤔 tbh I'm not sure what the fix is for windows. And there is two issues here: - I don't have a windows machine, so it's awkward to debug/test -...
>why no appveyor? i have not that much time but i can of course test stuff on windows. hope that you will support windows, as the symfony ecosystem is very...
>box v2.x works I believe you, but honestly I don't recall any windows related test on Box so it might just be that Kevin had his hands on a windows...
@c33s would you mind to give a recap on what the actual issue is? Because IIRC, having the shebang line (unless you disable it) on the stub is expected (and...
> as the phar should me platform agnostic i ask myself what the benefit of putting the line there is? If I understood correctly ensuring it can be executed fine...
>just had a look in composer.phar/bin/composer That's the main script, not the stub. In other words it's not the first file executed by the PHAR so indeed it should not...
@c33s I would need your help to debug that, because there is really no reason for it to not be executed on Windows: https://github.com/humbug/box/blob/master/src/Configuration/Configuration.php#L278
>do you have a gitlab account? `@theofidry` >does box works async? To an extend: once it collected all the files and their contents, it processes them (to apply the compactors)...