alsar
alsar
Composer has a possibility to define autoload roles for development purposes. https://getcomposer.org/doc/04-schema.md#autoload-dev The main purpose of this is for test classes. These classes are only included in the autoloader in...
When I import the translations from yml files to the database with a custom import path, the path isn't saved correctly. It strips all slashes from the path and adds...
I'm using your library in combination with Symfony console commands. I set it up, configured it added it to Supervisor and started 2 processes. Everything works fine, but after a...
You should change the dependencies constraints to require only stable versions. Most projects use the `minimum-stability` flag set to `stable`. So your dependencies currently require the developer to lower the...
I wrote my own expression function, which expects two objects as parameters. But currently it is only possible to pass one object to the **is_expr_granted** method in Twig templates. Would...