File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,14 @@ jobs:
115115 name : Fixup Monolog (https://github.com/magento/magento2/pull/35596)
116116 working-directory : ${{ inputs.magento_directory }}
117117
118+ - run : |
119+ composer config --no-interaction allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
120+ composer config --no-interaction allow-plugins.laminas/laminas-dependency-plugin true
121+ composer config --no-interaction allow-plugins.magento/* true
122+ name: Fixup Composer Plugins
123+ working-directory: ${{ inputs.magento_directory }}
124+ if: ${{ !startsWith(matrix.composer, '1') }}
125+
118126 - run : composer require ${{ inputs.package_name }} "@dev" --no-update && composer install
119127 name : Require and attempt install
120128 working-directory : ${{ inputs.magento_directory }}
You can’t perform that action at this time.
0 commit comments