├── .github └── workflows │ ├── magento-installation.yml │ └── magento_version.txt ├── README.md └── composer.json /.github/workflows/magento-installation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yireo/magento2-replace-bundled/HEAD/.github/workflows/magento-installation.yml -------------------------------------------------------------------------------- /.github/workflows/magento_version.txt: -------------------------------------------------------------------------------- 1 | 2.4.3 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yireo/magento2-replace-bundled/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yireo/magento2-replace-bundled/HEAD/composer.json --------------------------------------------------------------------------------