Joseph Bielawski
Joseph Bielawski
**Sylius version affected**: 1.7+ **Description** As is topic, every translatable is force to have `id` property, if you have anything different (`uuid` in my case) it will fail with fatal...
| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | master | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations?...
| Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | yes | Deprecations? |...
Fixes #1901
Hey folks! I would like to start taking the requirements & wishes for new major release. Todo list: - [ ] Drop support for PHP
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | n/a As we have Symfony 7 (and 7.1 around the corner) we should start...
There is no point in adding an additional layer with `JsonEncodingException` & `JsonDecodingException` over the exceptions thrown by the PHP itself.
**Description** I would even suggest locking all the classes with the `final` keyword, to prevent the BC breaks, and allow easier maintenance and a safer Developer Experience in the end....
```shell stloyd@MacBook-Pro-2 static-php-cli % ./spc.phar build snappy --build-micro --docker _ _ _ _ ___| |_ __ _| |_(_) ___ _ __ | |__ _ __ / __| __/ _` |...
We often start to do copy-paste work in tests, thus we should begin to have some reusable helpers to make our internal tests easier to maintain. Helpers: - `FilesystemHelper` with:...