Emanuel Bitkov
Emanuel Bitkov
PHP 8.1 is not [actively supported anymore](https://www.php.net/supported-versions.php). This pull requests aims to update the project to PHP 8.2. - added PHP 8.2 as a requirement to the composer.json (best practice)...
In the 2022 update the logo got broken. This reverts some changes and fixes the image.
In [version 3.30.0](https://github.com/schmittjoh/serializer/releases/tag/3.30.0) the serializer made the annotations optional in favor of attributes. Since the API in this project still uses annotations, this change makes this project not work by...
fix #55 `application\Libs\Helper.php` was deleted in the meantime, but never re-added. Not sure what @panique plan is there, but for now I reversed the removal and moved it into the...
### Discussed in https://github.com/liip/LiipImagineBundle/discussions/1605 Originally posted by **ebitkov** August 19, 2024 The current recommendation to handle assets is to use the AssetMapper component (https://symfony.com/doc/current/frontend/asset_mapper.html), which integrates with the Twig `asset`...
**Short description of what this feature will allow to do:** I'm working with some legacy data, which has an field for a web address. Some of the addresses have a...
Since Symfony 8.0 (and maybe 7.4, not sure), a `config/reference.php` is automatically generated. The code sniffer is reporting too long lines, but since this is an auto-generated file, we'll probably...