This great PR made it possible to use php's bitmask flags on json_encode.
I've been waiting long for that PR to be included in a release. Now 0.17 was released just an hour ago, so it should be possible to use this function in fractalistic too!
Note: this PR also updates the dependency to 0.17.
PS.: maybe it would be a good idea to use ~0.17 instead of ^0.17.0 so the newest fractal released could be used independently from fractalistic releases
This great PR made it possible to use php's bitmask flags on json_encode.
I've been waiting long for that PR to be included in a release. Now 0.17 was released just an hour ago, so it should be possible to use this function in fractalistic too!
Note: this PR also updates the dependency to 0.17.
PS.: maybe it would be a good idea to use
~0.17
instead of^0.17.0
so the newest fractal released could be used independently from fractalistic releases