svdv22
svdv22
[Akeneo requires `aws/aws-sdk-php:3.253.0`](https://github.com/akeneo/pim-community-dev/blob/master/composer.json#L79), but this has been [listed as a security issue](https://github.com/Roave/SecurityAdvisories/blob/latest/composer.json#L52). Is it possible to update this to at `3.288.1` or higher?
Now that PHP supports typehinting and return types the @param, @return and also @throws documentations are obsolete. Explaining these would be outside the scope of that chapter, but personally I...
### Pimcore version tested on 10.5.22, but possibly all? ### Steps to reproduce 1. Create a new class 2. Add a data component of type many-to-many-object 3. Create a data...
### Improvement description For a project we hooked in onto the `DataObjectEvents::PRE_UPDATE` event to validate some data and we throw a `Pimcore\Model\Element\ValidationException` when the validation fails. This logic is executed...
See https://github.com/pimcore/data-hub/issues/865