michalananapps
michalananapps
Maybe migration Pimcore\Bundle\CoreBundle\Migrations\Version20240708083500 is the cause of the problem? It tries to rebuild classes (Pimcore\Model\DataObject\*), but migrations can be executed with different permissions than other commands. In my opinion such...
@jdreesen The `doctrine/collections` library is directly used in the following file: [models/Element/Service.php](https://github.com/pimcore/pimcore/blob/15080bb27db59ce30680e5054bb2262ed41b1bbe/models/Element/Service.php)
> Right, but just the class name for an `instanceof` check (in the `PropertyTypeMatcher`), and you can check against anything, the class doesn't need to exist, see: https://3v4l.org/9YmVm You are...
@fashxp The Codeception tests are failing for PHP 8.1 because the scheb/2fa-bundle requires PHP 8.2 or higher. In this case, should we downgrade the version of scheb/2fa-bundle to 6.x, or...
> Is it not possible to support `scheb/2fa-bundle` v6 and v7? > > I think this should be done for all libs, if possible, to ease upgrades for Pimcore users....
> If you use a library in your project, you should add it as a dependency in the `composer.json` of your project to have control over its update. > >...
Another thing. `endroid/qr-code` requirement should be moved to `pimcore/admin-ui-classic-bundle`. It is not used anywhere else.
@mattamon Sorry. I've made mistake with last rebase. I've created new PR on clean branch: https://github.com/pimcore/pimcore/pull/17799 In second branch I've also fixed PHP 8.1 compatibility.
> Are there that many deprecations in Symfony 6 that require BC breaks to solve? 😢 I'm not sure if the difference in the minimum PHP version (8.1 for Symfony...
@fashxp `scheb/2fa` 7.x versions requires `"php": "~8.2.0 || ~8.3.0"`. Should pimcore also drop support for php8.1 here?