rutgerrademaker

Results 4 issues of rutgerrademaker

- Deployer version: v7.0.0-rc.8 - Deployment OS: Ubuntu In our recipe we are using PHPStan and PHPUnit (amongst others) to test our recipe. When we started migrating to Deployer 7...

minor bug

- Deployer version: v7.0.0-rc.8 - Deployment OS: Ubuntu 20.04 When setting a config value to be a specific class, somewhere along the way the config value gets converted to an...

improvement

As upgrading to 7.x is not really straight forward AND there is no stable release for 7.x yet, it would be great to see PHP 8 compatibility for the 6.x...

In https://github.com/ctidigital/magento2-configurator/blob/develop/Component/Config.php#L178 we can see the config path is matched against values in the metaData The metadata however only seems to check a module's config.xml https://github.com/magento/magento2/blob/2.4-develop/lib/internal/Magento/Framework/App/Config/Initial/Reader.php#L72 Many (third party) modules...