This PR upgrades the dependencies to match with Magento 2.4. I've confirmed this by running a local copy of the RD framework together with Magento 2.4 and then running all Magento 2.4 tests. I've replaced the dotmailer package using a composer replace trick, because of their tests not being compatible with PHPUnit 9. Also, there is a weird issue with a private constant that should be public in vendor/magento/module-theme/Block/Html/Title.php - yet another reported issue. But after fixing these known issues, the Integration Tests run fine.
This PR upgrades the dependencies to match with Magento 2.4. I've confirmed this by running a local copy of the RD framework together with Magento 2.4 and then running all Magento 2.4 tests. I've replaced the
dotmailer
package using a composerreplace
trick, because of their tests not being compatible with PHPUnit 9. Also, there is a weird issue with a private constant that should bepublic
invendor/magento/module-theme/Block/Html/Title.php
- yet another reported issue. But after fixing these known issues, the Integration Tests run fine.