Christian Flothmann
Christian Flothmann
> when is the plan to merge this commit to current 1.2.2 tag? I'm wondering if there is mistake somewhere, for my previous project I run composer require webmozart/json after...
As mentioned above [FOSCKEditorBundle](https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html) is the bundle to use now.
The fix proposed by @pixocode in https://github.com/egeloen/IvoryCKEditorBundle/issues/292#issuecomment-304622193 indeed is the way to solve it.
Oh well, I meant you could submit a PR to this repo making that change. :)
@raulfraile You could use Appveyor to have builds on Windows too (not useful for developing the feature but for noticing any breaks).
I still have the issue on my to do list. I can try to fix it this weekend.
@raulfraile Thank you. I thought that calling `realpath()` on the path that is passed to `rmdir()` would suffice. However, that led to other issues (probably due to the fact that...
@raulfraile Do we need some special handling in case there is no parent directory?
I think this will only happen when you are in the root directory.
@raulfraile The fix does not work as is. I think the issue is the check `if ('.' === $path)`. Imho this needs to be either `if ('.' === basename($path)` or...