Nikola Petkanski
Nikola Petkanski
ping @cweagans
Not really, just wanted to contribute the latest versions. I figured you might want to keep versioning under control via git tagging and keep master to the most recent version....
Here's the solution that I have come up with: ``` # app/config/config.yml #fos_rest: # service: # serializer: ivory.serializer.fos ``` ``` # app/config/services.yml services: fos_rest.serializer: class: 'Ivory\SerializerBundle\FOS\Serializer' arguments: - '@ivory.serializer' ```...
Probably you did not really got my request. It is in fact for the demonstration bundle. Instead of doing: ``` $set->addFile(__DIR__.'/users.yml', 'yaml'); ``` It could probably do: ``` $fileLocator =...
It will be better to be aware only of the `FileLocatorInterface`. Having the whole container on your disposal is never a good thing.
Thanks for reporting this issue. It also happens on my Windows 10. To have it fixed, I have manually downloaded and installed 7zip in its default folder. There's still a...
I found out that brigadier works fine should it be started in an elevated command prompt. I guess only tech skilled people would try to fix their macbook drivers, so...
IMO the current behaviour is the expected behaviour and shouldn't be changed. As long as the developer is able to get the innerHtml, it all seem good to me.