Tac Tacelosky
Tac Tacelosky
**Description** Since Version 2 isn't out yet, I think it'd be a great time to modernize it. We could reduce the amount of boilerplate code by leverage property hooks and...
Now that Symfony 8 beta is out...
allow php-css-parser 9
I'm using knp_dictionary to define icons by class: ```php $containerConfigurator->extension('knp_dictionary', [ 'dictionaries' => [ 'class_icons' => [ 'type' => 'key_value', 'content' => [ \App\Entity\Member::class => 'mdi:user', \App\Entity\DirectoryCollection::class => 'mdi:users', \App\Entity\Tag::class...
Since I can search from the UI for an icon without specifying a set, I'd like to do the same from the CLI. ``` Description: Search icons and icon sets...
These can be cleaned up easily with rector, but I don't know if they'd cause a BC break. Deprecated: cebe\openapi\SpecBaseObject::resolveReferences(): Implicitly marking parameter $context as nullable is deprecated, the explicit...
since this bundle supports Symfony 6.4, it should work in Symfony 7 too.
All the cool kids use AssetMapper now... Seriously, it's awesome. In the next version of this bundle, you could make it a UX component and seamlessly incorporate front-end assets like...