Julian

Results 218 comments of Julian

really waiting for this feature, not having it was a blocker to use boostnote for me.

> @c33s `key="src/src"` does not work? @kukulich i am not sure if that would make sense. only because i put the project in another `src` dir the ci or my...

my current workaround is to patch `slevomat/coding-standard` with `vaimo/composer-patches` add to your composer.json ``` "require": { ... "vaimo/composer-patches": "*" ... }, "extra": { "patches": { "slevomat/coding-standard": { "[PATCH] Namespace Extractor...

@kukulich can you please merge #987 i keep maintaining the patch for all my projects :( edit: > key="src/src" does not work? hardcoding my local path would make no sense...

do we need `DIRECTORY_SEPARATOR` at all? https://dev.to/c33s/always-use--as-directory-seperator-in-php-43l7

https://github.com/KEINOS/Phar_Box3_installer from #165

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 - running the symfony app without phar `php bin/puppet-enc` works

there it is: `bin/puppet-enc` symfony project: ``` #!/usr/bin/env php

from the chat: test with `shebang: ~` failed because this setting only controls the shebang from the `stub.php`. the bug is, that the shebang line is not stripped from the...